public final class WhitespaceTextImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, tree
IS_DTD_TYPE, IS_NILLED
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, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getGenre, getLineNumber, getLocalPart, getNamePool, getNodeNumber, getParent, getPrefix, getRoot, getSchemaType, getSequenceNumber, getSystemId, getTree, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, head, isAncestorOrSelf, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterate, iterateAxis, iterateAxis, saveLocation, setParentNode, setSystemId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getPublicId, toShortString
getLength, itemAt, iterator, reduce, subsequence, toGroundedValue
asIterable, effectiveBooleanValue, materialize
makeRepeatable
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 GroundedValue<NodeInfo>
getStringValueCS
in interface Item<NodeInfo>
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()
public 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-2020 Saxonica Limited. All rights reserved.