com.icl.saxon.tree
final class TextImpl extends NodeImpl implements Text
Constructor Summary | |
---|---|
TextImpl(ParentNodeImpl parent, String content) |
Method Summary | |
---|---|
void | copy(Outputter out)
Copy this node to a given outputter |
void | copyStringValue(Outputter out)
Copy the string-value of this node to a given outputter |
DocumentInfo | getDocumentRoot()
Get the root of the document. |
short | getNodeType()
Return the type of node. |
String | getStringValue()
Return the character value of the node. |
void | truncateToStart()
Delete string content of this and all subsequent nodes. |
Returns: Node.TEXT
Returns: the string value of the node