Package | Description |
---|---|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DTMDocument.getNodeData(int nodeIdx,
FastStringBuffer buf)
Retrieve the text content of a DOM subtree, appending it into a
user-supplied FastStringBuffer object.
|
Modifier and Type | Method and Description |
---|---|
void |
AVTPartXPath.evaluate(XPathContext xctxt,
FastStringBuffer buf,
int context,
PrefixResolver nsNode)
Write the value into the buffer.
|
void |
AVTPartSimple.evaluate(XPathContext xctxt,
FastStringBuffer buf,
int context,
PrefixResolver nsNode)
Write the value into the buffer.
|
abstract void |
AVTPart.evaluate(XPathContext xctxt,
FastStringBuffer buf,
int context,
PrefixResolver nsNode)
Write the evaluated value into the given
string buffer.
|
protected void |
ElemNumber.int2alphaCount(long val,
CharArrayWrapper aTable,
FastStringBuffer stringBuf)
Convert a long integer into alphabetic counting, in other words
count using the sequence A B C ...
|
Modifier and Type | Method and Description |
---|---|
protected static void |
DOM2DTM.getNodeData(Node node,
FastStringBuffer buf)
Retrieve the text content of a DOM subtree, appending it into a
user-supplied FastStringBuffer object.
|
Modifier and Type | Field and Description |
---|---|
protected FastStringBuffer |
SAX2DTM.m_chars
All the character content, including attribute values, are stored in
this buffer.
|
Modifier and Type | Method and Description |
---|---|
static FastStringBuffer |
StringBufferPool.get()
Get the first free instance of a string buffer, or create one
if there are no free instances.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Method and Description |
---|---|
FastStringBuffer |
XStringForFSB.fsb()
Cast result object to a string.
|
FastStringBuffer |
XStringForChars.fsb()
Cast result object to a string.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XStringForFSB(FastStringBuffer val,
int start,
int length)
Construct a XNodeSet object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.