public interface DocumentType extends Node:
DOM document type declaration.
import org.w3c.dom doctype as DocumentType = document.doctype
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | entitiesentities as NamedNodeMap |
Entity declarations exposed by this document type. |
| public readonly property | internalSubsetinternalSubset as String |
Internal subset text. |
| public readonly property | namename as String |
Document type name. |
| public readonly property | notationsnotations as NamedNodeMap |
Notation declarations exposed by this document type. |
| public readonly property | publicIdpublicId as String |
Public identifier for this document type. |
| public readonly property | systemIdsystemId as String |
System identifier for this document type. |