Uses of Class
org.apache.xml.utils.FastStringBuffer

Packages that use FastStringBuffer
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
 

Uses of FastStringBuffer in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates with parameters of type FastStringBuffer
abstract  void AVTPart.evaluate(XPathContext xctxt, FastStringBuffer buf, Node context, PrefixResolver nsNode)
          Write the evaluated value into the given string buffer.
 void AVTPartXPath.evaluate(XPathContext xctxt, FastStringBuffer buf, Node context, PrefixResolver nsNode)
          Write the value into the buffer.
 void AVTPartSimple.evaluate(XPathContext xctxt, FastStringBuffer buf, Node 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 FastStringBuffer
static FastStringBuffer StringBufferPool.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
static void StringBufferPool.free(FastStringBuffer sb)
          Return a string buffer back to the pool.
 void FastStringBuffer.append(FastStringBuffer value)
          Append the contents of another FastStringBuffer onto this FastStringBuffer, growing the storage if necessary.
 

Uses of FastStringBuffer in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type FastStringBuffer
static void DOMHelper.getNodeData(Node node, FastStringBuffer buf)
          Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.