Package de.pdark.decentxml
Interface TextNode
-
- All Known Implementing Classes:
Comment,Element,ProcessingInstruction,Text,XMLDeclaration
public interface TextNodeInterface 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 StringgetText()Get the text from the nodeNodesetText(String text)Change the text of the node.
-