com.icl.saxon.tinytree
final class TinyTextImpl extends TinyNodeImpl implements Text
| Constructor Summary | |
|---|---|
| TinyTextImpl(TinyDocumentImpl doc, int nodeNr) | |
| 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 |
| short | getNodeType()
Return the type of node. |
| String | getStringValue()
Return the character value of the node. |
Returns: Node.TEXT
Returns: the string value of the node