org.dom4j.tree
public abstract class AbstractEntity extends AbstractNode implements Entity
AbstractEntity is an abstract base class for tree implementors
to use for implementation inheritence.
Version: $Revision: 1.15 $
| Constructor Summary | |
|---|---|
| AbstractEntity() | |
| Method Summary | |
|---|---|
| void | accept(Visitor visitor) |
| String | asXML() |
| short | getNodeType() |
| String | getPath(Element context) |
| String | getStringValue() |
| String | getUniquePath(Element context) |
| String | toString() |
| void | write(Writer writer) |