org.dom4j
public interface DocumentType extends Node
DocumentType defines an XML DOCTYPE declaration.
Version: $Revision: 1.10 $
| Method Summary | |
|---|---|
| String | getElementName()
This method is the equivalent to the DocumentTypemethod. |
| List | getExternalDeclarations()
Returns a list of internal DTD declaration objects, defined in the
org.dom4j.dtdpackage
|
| List | getInternalDeclarations()
Returns a list of internal DTD declaration objects, defined in the
org.dom4j.dtdpackage
|
| String | getPublicID() |
| String | getSystemID() |
| void | setElementName(String elementName)
This method is the equivalent to the DocumentTypemethod. |
| void | setExternalDeclarations(List declarations)
Sets the list of internal DTD declaration objects, defined in the
org.dom4j.dtdpackage
|
| void | setInternalDeclarations(List declarations)
Sets the list of internal DTD declaration objects, defined in the
org.dom4j.dtdpackage
|
| void | setPublicID(String publicID) |
| void | setSystemID(String systemID) |
Returns: the root element name for the document type.
Returns: DOCUMENT ME!
Returns: DOCUMENT ME!
Parameters: elementName DOCUMENT ME!
Parameters: declarations DOCUMENT ME!
Parameters: declarations DOCUMENT ME!