public interface TextNode
Comment
,
Element
,
ProcessingInstruction
Modifier and Type | Method and Description |
---|---|
String |
getText()
Get the text from the node
|
Node |
setText(String text)
Change the text of the node.
|
Copyright © 2008–2014. All rights reserved.