public final class WhitespaceTextImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, tree
ALL_NAMESPACES, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
Constructor and Description |
---|
WhitespaceTextImpl(TinyTree tree,
int nodeNr)
Create a compressed whitespace text node
|
Modifier and Type | Method and Description |
---|---|
static void |
appendStringValue(TinyTree tree,
int nodeNr,
FastStringBuffer buffer)
Static method to get the string value of a text node and append it to a supplied buffer
without first constructing the node object
|
AtomicSequence |
atomize()
Get the typed value.
|
void |
copy(Receiver out,
int copyOptions,
Location locationId)
Copy this node to a given outputter
|
static long |
getLongValue(TinyTree tree,
int nodeNr)
Static method to get the "long" value representing the content of a whitespace text node
|
int |
getNodeKind()
Return the type of node.
|
java.lang.String |
getStringValue()
Return the character value of the node.
|
java.lang.CharSequence |
getStringValueCS()
Get the value of the item as a CharSequence.
|
static java.lang.CharSequence |
getStringValueCS(TinyTree tree,
int nodeNr)
Static method to get the string value of a text node without first constructing the node object
|
compareOrder, comparePosition, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getLineNumber, getLocalPart, getNamePool, getNodeNumber, getParent, getPrefix, getPublicId, getRoot, getSchemaType, getSequenceNumber, getSystemId, getTree, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, head, isAncestorOrSelf, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterate, iterateAxis, iterateAxis, saveLocation, setParentNode, setSystemId
public WhitespaceTextImpl(TinyTree tree, int nodeNr)
tree
- the tree to contain the nodenodeNr
- the internal node numberpublic java.lang.String getStringValue()
Item.getStringValueCS()
public java.lang.CharSequence getStringValueCS()
getStringValueCS
in interface Item
getStringValueCS
in class TinyNodeImpl
Item.getStringValue()
public static java.lang.CharSequence getStringValueCS(TinyTree tree, int nodeNr)
tree
- the treenodeNr
- the node number of the text nodepublic static void appendStringValue(TinyTree tree, int nodeNr, FastStringBuffer buffer)
tree
- the treenodeNr
- the node number of the text nodebuffer
- a buffer to which the string value will be appendedpublic AtomicSequence atomize() throws XPathException
XPathException
- if the node has no typed value, for example if
it is an element node with element-only contentpublic static long getLongValue(TinyTree tree, int nodeNr)
tree
- the TinyTreenodeNr
- the internal node numberCompressedWhitespace
public final int getNodeKind()
Type
public void copy(Receiver out, int copyOptions, Location locationId) throws XPathException
out
- the Receiver to which the node should be copied. It is the caller's
responsibility to ensure that this Receiver is open before the method is called
(or that it is self-opening), and that it is closed after use.copyOptions
- a selection of the options defined in CopyOptions
locationId
- If non-null, identifies the location of the instruction
that requested this copy. If zero, indicates that the location information
is not availableXPathException
- if any downstream error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.