public abstract class TinyParentNodeImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, tree
IS_DTD_TYPE, IS_NILLED
Constructor and Description |
---|
TinyParentNodeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue()
Return the string-value of the node, that is, the concatenation
of the character content of all descendent elements and text nodes.
|
java.lang.CharSequence |
getStringValueCS()
Get the value of the item as a CharSequence.
|
static java.lang.CharSequence |
getStringValueCS(TinyTree tree,
int nodeNr)
Get the string value of a node.
|
boolean |
hasChildNodes()
Determine if the node has children.
|
compareOrder, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getGenre, getLineNumber, getLocalPart, getNamePool, getNodeNumber, getParent, getPrefix, getRoot, getSchemaType, getSequenceNumber, getSystemId, getTree, getTreeInfo, getURI, hasFingerprint, hashCode, head, isAncestorOrSelf, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterate, iterateAxis, iterateAxis, saveLocation, setParentNode, setSystemId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
atomize, copy, getNodeKind, getPublicId, toShortString
getLength, itemAt, iterator, reduce, subsequence, toGroundedValue
asIterable, effectiveBooleanValue, materialize
makeRepeatable
public boolean hasChildNodes()
hasChildNodes
in interface NodeInfo
hasChildNodes
in class TinyNodeImpl
true
if this node has any attributes,
false
otherwise.public 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 containing documentnodeNr
- identifies the node whose string value is required. This must be a
document or element node. The caller is trusted to ensure this.Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.