BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use FastStringBuffer
weblogic.apache.xalan.templates   
weblogic.apache.xml.utils   
weblogic.apache.xpath   
 

Uses of FastStringBuffer in weblogic.apache.xalan.templates
 

Methods in weblogic.apache.xalan.templates with parameters of type FastStringBuffer
abstract  void AVTPart.evaluate(XPathContext xctxt, FastStringBuffer buf, org.w3c.dom.Node context, PrefixResolver nsNode)
          Write the evaluated value into the given string buffer.
protected  void ElemNumber.int2alphaCount(int val, char[] aTable, FastStringBuffer stringBuf)
          Convert a long integer into alphabetic counting, in other words count using the sequence A B C ...
 void AVTPartXPath.evaluate(XPathContext xctxt, FastStringBuffer buf, org.w3c.dom.Node context, PrefixResolver nsNode)
          Write the value into the buffer.
 void AVTPartSimple.evaluate(XPathContext xctxt, FastStringBuffer buf, org.w3c.dom.Node context, PrefixResolver nsNode)
          Write the value into the buffer.
 

Uses of FastStringBuffer in weblogic.apache.xml.utils
 

Methods in weblogic.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 weblogic.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 weblogic.apache.xpath
 

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.