Java org.dom4j.tree DefaultDocumentType fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.dom4j.tree.DefaultDocumentType has subclasses.
Click this link to see all its subclasses.

Constructor

DefaultDocumentType(String elementName, String publicID, String systemID)

This will create a new DocumentType with a reference to the external DTD

DefaultDocumentType(String elementName, String systemID)

This will create a new DocumentType with a reference to the external DTD