Home | All Classes | Grouped Classes | Index | Search

CL_DomDocument::get_doctype

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



Questions or comments, write to the ClanLib mailing list.