Package de.pdark.decentxml
Interface TextNode
-
- All Known Implementing Classes:
Comment
,Element
,ProcessingInstruction
,Text
,XMLDeclaration
public interface TextNode
Interface for all classes which contain text: comments, elements, processing instructions, etc.- Author:
- DIGULAA
- See Also:
Comment
,Element
,ProcessingInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getText()
Get the text from the nodeNode
setText(String text)
Change the text of the node.
-