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.
- See Also:
-
Method Summary
-
Method Details
-
getText
String getText()Get the text from the node -
setText
-