org.dom4j.tree
public abstract class AbstractText extends AbstractCharacterData implements Text
AbstractText
is an abstract base class for tree implementors
to use for implementation inheritence.
Version: $Revision: 1.10 $
Constructor Summary | |
---|---|
AbstractText() |
Method Summary | |
---|---|
void | accept(Visitor visitor) |
String | asXML() |
short | getNodeType() |
String | toString() |
void | write(Writer writer) |