Home | All Classes | Grouped Classes | Index | Search
Returns the Document Type Declaration (see CL_DomDocumentType)associated with this document.
CL_DomDocumentType get_doctype();
Detailed description:
For HTML documents as well as XML documents without a document type declaration this returns null. The DOM Level 1 does not support editing the Document Type Declaration, therefore docType cannot be altered in any way.
See also:
CL_DomDocument | CL_DomDocumentType