net.sf.saxon.tree
final class TextImpl extends NodeImpl
| Constructor Summary | |
|---|---|
| TextImpl(ParentNodeImpl parent, String content) | |
| Method Summary | |
|---|---|
| void | copy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId)
Copy this node to a given outputter |
| int | getNodeKind()
Return the type of node. |
| String | getStringValue()
Return the character value of the node. |
| void | replaceStringValue(CharSequence stringValue)
Replace the string-value of this node
|
Returns: Type.TEXT
Returns: the string value of the node
Parameters: stringValue the new string value