Each Document has a doctype attribute whose value is either null or a DocumentType object. More...
import "nsIDOMDocumentType.idl";
Inheritance diagram for nsIDOMDocumentType:
Collaboration diagram for nsIDOMDocumentType:Public Attributes | |
| readonly attribute DOMString | name |
| readonly attribute nsIDOMNamedNodeMap | entities |
| readonly attribute nsIDOMNamedNodeMap | notations |
| readonly attribute DOMString | publicId |
| readonly attribute DOMString | systemId |
| readonly attribute DOMString | internalSubset |
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 attribute nsIDOMNamedNodeMap nsIDOMDocumentType::entities |
| readonly attribute DOMString nsIDOMDocumentType::internalSubset |
| readonly attribute DOMString nsIDOMDocumentType::name |
| readonly attribute nsIDOMNamedNodeMap nsIDOMDocumentType::notations |
| readonly attribute DOMString nsIDOMDocumentType::publicId |
| readonly attribute DOMString nsIDOMDocumentType::systemId |
1.7.1