net.sf.saxon.tinytree
public abstract class TinyParentNodeImpl extends TinyNodeImpl
Method Summary | |
---|---|
String | getStringValue()
Return the string-value of the node, that is, the concatenation
of the character content of all descendent elements and text nodes. |
CharSequence | getStringValueCS()
Get the value of the item as a CharSequence. |
static CharSequence | getStringValueCS(TinyTree tree, int nodeNr)
Get the string value of a node. |
boolean | hasChildNodes()
Determine if the node has children. |
Returns: the accumulated character content of the element, including descendant elements.
Parameters: tree The containing document nodeNr identifies the node whose string value is required. This must be a document or element node. The caller is trusted to ensure this.
Returns: the string value of the node, as a CharSequence