com.icl.saxon.tinytree
abstract class TinyParentNodeImpl extends TinyNodeImpl
Method Summary | |
---|---|
void | copyStringValue(Outputter out)
Copy the string-value of this node to a given outputter |
String | getStringValue()
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. |
Returns: the accumulated character content of the element, including descendant elements.