The Dom\DocumentType class
Each Dom\Document has a doctype attribute whose value is either null or a Dom\DocumentType object.
Intro
Each Dom\Document has a doctype attribute whose value is either null or a Dom\DocumentType object.
This is the modern, spec-compliant equivalent of DOMImplementation.
Class synopsis
Properties
entitiesA
Dom\DtdNamedNodeMapcontaining the general entities, both external and internal, declared in the DTD.notationsA
Dom\DtdNamedNodeMapcontaining the notations declared in the DTD.