Uses of Class
org.apache.xml.utils.FastStringBuffer
Packages that use FastStringBuffer
Package
Description
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet.Implementation of Xalan utility classes.
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 FastStringBufferModifier and TypeMethodDescriptionabstract 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. -
Uses of FastStringBuffer in org.apache.xml.utils
Methods in org.apache.xml.utils that return FastStringBufferModifier and TypeMethodDescriptionstatic 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 FastStringBufferModifier and TypeMethodDescriptionfinal 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.XMLStringFactoryDefault.newstr(FastStringBuffer fsb, 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 FastStringBufferModifier and TypeMethodDescriptionXStringForChars.fsb()Cast result object to a string.XStringForFSB.fsb()Cast result object to a string.Methods in org.apache.xpath.objects with parameters of type FastStringBufferModifier and TypeMethodDescriptionvoidXNodeSet.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.XMLStringFactoryImpl.newstr(FastStringBuffer fsb, int start, int length) Create a XMLString from a FastStringBuffer.Constructors in org.apache.xpath.objects with parameters of type FastStringBufferModifierConstructorDescriptionXStringForFSB(FastStringBuffer val, int start, int length) Construct a XNodeSet object.