Javascript Reference
Objects > DocumentType
javascript DocumentType Description
Reflects the DOCTYPE element, if one arrives to the browser as part of the document flow. The DocumentType object is its own node type in the W
javascript DocumentType entities
Returns an array of nested Entity nodes within the DOCTYPE element. An Entity is formatted according to the following syntax (which would appe
javascript DocumentType internalSubset
Returns a string value of the internal subset portion of the element.
javascript DocumentType name
Returns a string value of the name portion of the element. The name is the first word that follows the DOCTYPE element's tag name. In the context
javascript DocumentType notations
Returns an array of references to Notation nodes within the DOCTYPE element.
javascript DocumentType publicId
Returns a string value of the public identifier portion of the element. This data reveals the type of DTD, as in "-//W3C//DTD XHTML 1.0 Strict//E
javascript DocumentType systemId
Returns a string value of the system identifier portion of the element. This data typically reveals the URI of DTD, as in "http://www.w3.org/TR/x

Powered by Linode.