ZVON > References > DOM1 Reference

DocumentType (interface)

Type of the interface:   extended

Own properties:
attributes  -  name, entities, notations
methods  -  none

Inherited properties:
attributes  -  nodeName, nodeValue, nodeType, parentNode, childNodes, firstChild, lastChild, previousSibling, nextSibling, attributes, ownerDocument
methods  -  insertBefore, replaceChild, removeChild, appendChild, hasChildNodes, cloneNode

Description:
Document's <!DOCTYPE> element is reflected in Document.doctype attribute. Value of this attribute is either null or DocumentType object.