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

Packages that use FastStringBuffer
org.apache.xml.dtm.ref   
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.xml.dtm.ref
 

Fields in org.apache.xml.dtm.ref declared as FastStringBuffer
private  FastStringBuffer DTMDocumentImpl.m_char
           
 

Methods in org.apache.xml.dtm.ref that return FastStringBuffer
(package private)  FastStringBuffer DTMDocumentImpl.getContentBuffer()
          Get a reference pointer to the content-text repository
 

Methods in org.apache.xml.dtm.ref with parameters of type FastStringBuffer
(package private)  void DTMDocumentImpl.setContentBuffer(FastStringBuffer buffer)
          Set a reference pointer to the content-text repository
 

Uses of FastStringBuffer in org.apache.xml.dtm.ref.dom2dtm
 

Methods in org.apache.xml.dtm.ref.dom2dtm with parameters of type FastStringBuffer
protected static void DOM2DTM.getNodeData(org.w3c.dom.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
protected  FastStringBuffer SAX2DTM.m_chars
          All the character content, including attribute values, are stored in this buffer.
 

Uses of FastStringBuffer in org.apache.xml.utils
 

Fields in org.apache.xml.utils declared as FastStringBuffer
(package private)  FastStringBuffer FastStringBuffer.m_innerFSB
          Field m_innerFSB, when non-null, is a FastStringBuffer whose total length equals m_chunkSize, and which replaces m_array[0].
 

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
 void FastStringBuffer.append(FastStringBuffer value)
          Append the contents of another FastStringBuffer onto this FastStringBuffer, growing the storage if necessary.
static void StringBufferPool.free(FastStringBuffer sb)
          Return a string buffer back to the pool.
static void DOMHelper.getNodeData(org.w3c.dom.Node node, FastStringBuffer buf)
          Deprecated. Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object.
 XMLString XMLStringFactoryDefault.newstr(FastStringBuffer fsb, int start, int length)
          Create a XMLString from a FastStringBuffer.
abstract  XMLString XMLStringFactory.newstr(FastStringBuffer string, int start, int length)
          Create a XMLString from a FastStringBuffer.
private  void FastStringBuffer.setLength(int l, FastStringBuffer rootFSB)
          Subroutine for the public setLength() method.
 

Constructors in org.apache.xml.utils with parameters of type FastStringBuffer
FastStringBuffer(FastStringBuffer source)
          Encapsulation c'tor.
 

Uses of FastStringBuffer in org.apache.xpath.objects
 

Methods in org.apache.xpath.objects that return FastStringBuffer
 FastStringBuffer XStringForFSB.fsb()
          Cast result object to a string.
 FastStringBuffer XStringForChars.fsb()
          Cast result object to a string.
 

Methods in org.apache.xpath.objects with parameters of type FastStringBuffer
 void XStringForFSB.appendToFsb(FastStringBuffer fsb)
          Cast result object to a string.
 void XStringForChars.appendToFsb(FastStringBuffer fsb)
          Cast result object to a string.
 void XRTreeFrag.appendToFsb(FastStringBuffer fsb)
          Cast result object to a string.
 void XObject.appendToFsb(FastStringBuffer fsb)
          Cast result object to a string.
 void XNodeSet.appendToFsb(FastStringBuffer fsb)
          Cast result object to a string.
 XMLString XMLStringFactoryImpl.newstr(FastStringBuffer fsb, int start, int length)
          Create a XMLString from a FastStringBuffer.
 

Constructors in org.apache.xpath.objects with parameters of type FastStringBuffer
XStringForFSB(FastStringBuffer val, int start, int length)
          Construct a XNodeSet object.