public final class TinyTextImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, tree
ALL_NAMESPACES, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
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.
|
java.lang.String |
getStringValue()
Return the character value of the node.
|
static java.lang.CharSequence |
getStringValue(TinyTree tree,
int nodeNr)
Static method to get the string value of a text node without first constructing the node object
|
java.lang.CharSequence |
getStringValueCS()
Get the value of the item as a CharSequence.
|
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 TinyTextImpl(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 getStringValue(TinyTree tree, int nodeNr)
tree
- the treenodeNr
- the node number of the text nodepublic 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 occurspublic AtomicSequence atomize() throws XPathException
XPathException
- if the node has no typed value, for example if
it is an element node with element-only contentCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.