All Classes |Grouped Classes |Index

Function get_doctype

Returns the Document Type Declaration (see CL_DomDocumentType )associated with this document.

	CL_DomDocumentType CL_DomDocument::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.