ZVON > References > DOM2 Reference

DocumentType (interface )

Type of the interface:   extended

Own properties:
attributes  -  entities, internalSubset, name, notations, publicId, systemId
methods  -  none

Inherited properties:
attributes  -  attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling
methods  -  appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild

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