Java org.w3c.dom DocumentType fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

NamedNodeMapgetEntities()
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
StringgetInternalSubset()
The internal subset as a string, or null if there is none.
StringgetName()
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
NamedNodeMapgetNotations()
A NamedNodeMap containing the notations declared in the DTD.
StringgetPublicId()
The public identifier of the external subset.
StringgetSystemId()
The system identifier of the external subset.