public interface TextNode
Comment,
Element,
ProcessingInstruction| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Get the text from the node
|
Node |
setText(java.lang.String text)
Change the text of the node.
|
java.lang.String getText()
Node setText(java.lang.String text)