nsIDOMDocumentType
| IID: | a6cf9077-15b3-11d2-932e-00805f8add32 |
| Inherits From: | nsIDOMNode |
Properties
readonly nsIDOMNamedNodeMap entities
readonly DOMString internalSubset
readonly DOMString name
Each Document has a doctype attribute whose value is either null or a DocumentType object. The nsIDOMDocumentType interface in the DOM Core provides an interface to the list of entities that are defined for the document.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
readonly nsIDOMNamedNodeMap notations
readonly DOMString publicId
readonly DOMString systemId
References
This interface is the type of the following properties:
This interface is passed as an argument to the following methods:
nsIDOMDOMImplementation.createDocument
This interface is returned from the following methods:
nsIDOMDOMImplementation.createDocumentType
Reference documentation is generated from Mozilla's source.
