|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastStringBuffer | |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.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)
**For internal use only** Write the evaluated value into the given string buffer. |
void |
AVTPartXPath.evaluate(XPathContext xctxt,
FastStringBuffer buf,
Node context,
PrefixResolver nsNode)
**For internal use only** Write the value into the buffer. |
void |
AVTPartSimple.evaluate(XPathContext xctxt,
FastStringBuffer buf,
Node context,
PrefixResolver nsNode)
**For internal use only** Write the value into the buffer. |
Uses of FastStringBuffer in org.apache.xalan.utils |
Methods in org.apache.xalan.utils that return FastStringBuffer | |
static FastStringBuffer |
StringBufferPool.get()
|
Methods in org.apache.xalan.utils with parameters of type FastStringBuffer | |
static void |
StringBufferPool.free(FastStringBuffer sb)
|
void |
FastStringBuffer.append(FastStringBuffer value)
|
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)
Get the textual contents of the node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |