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

Uses in package org.apache.xpath.objects

Constructors with parameter type org.apache.xml.utils.FastStringBuffer

XStringForFSB.XStringForFSB(FastStringBuffer val, int start, int length)
Construct a XNodeSet object.

Methods with parameter type org.apache.xml.utils.FastStringBuffer

void
Cast result object to a string.
void
Cast result object to a string.
void
Cast result object to a string.
void
Cast result object to a string.
void
Cast result object to a string.
XMLString
XMLStringFactoryImpl.newstr(FastStringBuffer fsb, int start, int length)
Create a XMLString from a FastStringBuffer.

Methods with return type org.apache.xml.utils.FastStringBuffer

FastStringBuffer
Cast result object to a string.
FastStringBuffer
Cast result object to a string.

Uses in package org.apache.xml.utils

Methods with parameter type org.apache.xml.utils.FastStringBuffer

void
Append the contents of another FastStringBuffer onto this FastStringBuffer, growing the storage if necessary.
void
Return a string buffer back to the pool.
void
Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object.
XMLString
XMLStringFactory.newstr(FastStringBuffer string, int start, int length)
Create a XMLString from a FastStringBuffer.
XMLString
XMLStringFactoryDefault.newstr(FastStringBuffer fsb, int start, int length)
Create a XMLString from a FastStringBuffer.

Methods with return type org.apache.xml.utils.FastStringBuffer

FastStringBuffer
Get the first free instance of a string buffer, or create one if there are no free instances.

Uses in package org.apache.xalan.templates

Methods with parameter type org.apache.xml.utils.FastStringBuffer

void
AVTPart.evaluate(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode)
Write the evaluated value into the given string buffer.
void
Write the value into the buffer.
void
Write the value into the buffer.

Copyright © 2006 Apache XML Project. All Rights Reserved.