public abstract class TinyParentNodeImpl extends TinyNodeImpl
NODE_LETTER, nodeNr, parent, tree| Constructor and Description |
|---|
TinyParentNodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
static UnicodeString |
getStringValue(TinyTree tree,
int nodeNr)
Get the string value of a node.
|
UnicodeString |
getUnicodeStringValue()
Return the string-value of the node, that is, the concatenation
of the character content of all descendent elements and text nodes.
|
boolean |
hasChildNodes()
Determine if the node has children.
|
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, hasFingerprint, hashCode, head, isAncestorOrSelf, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterateAxis, iterateAxis, saveLocation, setParentNode, setSystemIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitasActiveSource, atomize, attributes, children, children, copy, deliver, getNodeKind, getPublicId, toShortStringgetLength, getStringValue, itemAt, iterate, reduce, subsequenceasIterable, concatenate, containsNode, effectiveBooleanValue, materializemakeRepeatablepublic boolean hasChildNodes()
hasChildNodes in interface NodeInfohasChildNodes in class TinyNodeImpltrue if this node has any attributes,
false otherwise.public UnicodeString getUnicodeStringValue()
public static UnicodeString getStringValue(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-2022 Saxonica Limited. All rights reserved.