Java org.dom4j DocumentType fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j DocumentType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j DocumentType.

The text is from its open source code.

Method

StringgetElementName()
This method is the equivalent to the #getName method.
ListgetInternalDeclarations()
Returns a list of internal DTD declaration objects, defined in the org.dom4j.dtd package
StringgetPublicID()
StringgetSystemID()
voidsetElementName(String elementName)
This method is the equivalent to the #setName method.
voidsetInternalDeclarations(List declarations)
Sets the list of internal DTD declaration objects, defined in the org.dom4j.dtd package
voidsetPublicID(String publicID)
voidsetSystemID(String systemID)