org.dom4j.tree
public abstract class AbstractDocumentType extends AbstractNode implements DocumentType
AbstractDocumentType is an abstract base class for tree
implementors to use for implementation inheritence.
Version: $Revision: 1.17 $
| Constructor Summary | |
|---|---|
| AbstractDocumentType() | |
| Method Summary | |
|---|---|
| void | accept(Visitor visitor) |
| String | asXML() |
| String | getName() |
| short | getNodeType() |
| String | getPath(Element context) |
| String | getText()
Returns the text format of the declarations if applicable, or the empty
String
|
| String | getUniquePath(Element context) |
| void | setName(String name) |
| String | toString() |
| void | write(Writer writer) |
Returns: DOCUMENT ME!