public final class TinyTextImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, tree
Constructor and Description |
---|
TinyTextImpl(TinyTree tree,
int nodeNr)
Create a text node
|
Modifier and Type | Method and Description |
---|---|
AtomicSequence |
atomize()
Get the typed value.
|
void |
copy(Receiver out,
int copyOptions,
Location locationId)
Copy this node to a given outputter
|
int |
getNodeKind()
Return the type of node.
|
static UnicodeString |
getStringValue(TinyTree tree,
int nodeNr)
Static method to get the string value of a text node without first constructing the node object
|
UnicodeString |
getUnicodeStringValue()
Return the character value of the node.
|
compareOrder, equals, generateId, getAllNamespaces, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getGenre, getLineNumber, getLocalPart, getNamePool, getNodeNumber, getParent, getParentNodeNr, getPrefix, getRoot, getSchemaType, getSequenceNumber, getSystemId, getTree, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, head, isAncestorOrSelf, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterateAxis, iterateAxis, saveLocation, setParentNode, setSystemId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
asActiveSource, attributes, children, children, deliver, getPublicId, toShortString
getLength, getStringValue, itemAt, iterate, reduce, subsequence
asIterable, concatenate, containsNode, effectiveBooleanValue, materialize
makeRepeatable
public TinyTextImpl(TinyTree tree, int nodeNr)
tree
- the tree to contain the nodenodeNr
- the internal node numberpublic static UnicodeString getStringValue(TinyTree tree, int nodeNr)
tree
- the treenodeNr
- the node number of the text nodepublic UnicodeString getUnicodeStringValue()
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 null, indicates that the location information
is not availableXPathException
- if any downstream error occurspublic AtomicSequence atomize()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.