Example usage for Java org.dom4j DocumentType fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getElementName() This method is the equivalent to the #getName method. |
List | getInternalDeclarations() Returns a list of internal DTD declaration objects, defined in the org.dom4j.dtd package |
String | getPublicID() |
String | getSystemID() |
void | setElementName(String elementName) This method is the equivalent to the #setName method. |
void | setInternalDeclarations(List Sets the list of internal DTD declaration objects, defined in the org.dom4j.dtd package |
void | setPublicID(String publicID) |
void | setSystemID(String systemID) |