DOM DocumentType
XML DOM - DocumentType Object
DocumentType Object
Each document contains a DOCTYPE attribute, the value of which can be Is a null value or a DocumentType object.
The DocumentType object provides an interface for defining the entities of an XML document.
DocumentType Object Properties
#Properties | Description |
---|---|
entities | Return the NamedNodeMap containing the entities declared in the DTD. |
internalSubset | Returns the internal DTD as a string. |
name | Returns the name of the DTD. |
notations | Returns a NamedNodeMap containing the symbols declared by the DTD. |
systemId | Returns the system identifier of the external DTD. |