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