Uses of Class
org.apache.xml.utils.FastStringBuffer
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
-
Uses of FastStringBuffer in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type FastStringBuffer Modifier and Type Method Description abstract voidAVTPart. evaluate(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode)Write the evaluated value into the given string buffer.voidAVTPartSimple. evaluate(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode)Write the value into the buffer.voidAVTPartXPath. evaluate(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode)Write the value into the buffer.protected voidElemNumber. int2alphaCount(long val, CharArrayWrapper aTable, FastStringBuffer stringBuf)Convert a long integer into alphabetic counting, in other words count using the sequence A B C ... -
Uses of FastStringBuffer in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm with parameters of type FastStringBuffer Modifier and Type Method Description protected static voidDOM2DTM. getNodeData(Node node, FastStringBuffer buf)Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object. -
Uses of FastStringBuffer in org.apache.xml.dtm.ref.sax2dtm
Fields in org.apache.xml.dtm.ref.sax2dtm declared as FastStringBuffer Modifier and Type Field Description protected FastStringBufferSAX2DTM. m_charsAll the character content, including attribute values, are stored in this buffer. -
Uses of FastStringBuffer in org.apache.xml.utils
Methods in org.apache.xml.utils that return FastStringBuffer Modifier and Type Method Description static FastStringBufferStringBufferPool. get()Get the first free instance of a string buffer, or create one if there are no free instances.Methods in org.apache.xml.utils with parameters of type FastStringBuffer Modifier and Type Method Description voidFastStringBuffer. append(FastStringBuffer value)Append the contents of another FastStringBuffer onto this FastStringBuffer, growing the storage if necessary.static voidStringBufferPool. free(FastStringBuffer sb)Return a string buffer back to the pool.static voidDOMHelper. getNodeData(Node node, FastStringBuffer buf)Deprecated.Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object.abstract XMLStringXMLStringFactory. newstr(FastStringBuffer string, int start, int length)Create a XMLString from a FastStringBuffer. -
Uses of FastStringBuffer in org.apache.xpath.objects
Methods in org.apache.xpath.objects that return FastStringBuffer Modifier and Type Method Description FastStringBufferXStringForChars. fsb()Cast result object to a string.FastStringBufferXStringForFSB. fsb()Cast result object to a string.Methods in org.apache.xpath.objects with parameters of type FastStringBuffer Modifier and Type Method Description voidXNodeSet. appendToFsb(FastStringBuffer fsb)Cast result object to a string.voidXObject. appendToFsb(FastStringBuffer fsb)Cast result object to a string.voidXRTreeFrag. appendToFsb(FastStringBuffer fsb)Cast result object to a string.voidXStringForChars. appendToFsb(FastStringBuffer fsb)Cast result object to a string.voidXStringForFSB. appendToFsb(FastStringBuffer fsb)Cast result object to a string.XMLStringXMLStringFactoryImpl. newstr(FastStringBuffer fsb, int start, int length)Create a XMLString from a FastStringBuffer.Constructors in org.apache.xpath.objects with parameters of type FastStringBuffer Constructor Description XStringForFSB(FastStringBuffer val, int start, int length)Construct a XNodeSet object.