WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMDOMImplementation

IID:a6cf9074-15b3-11d2-932e-00805f8add32
Inherits From:nsISupports

Methods

nsIDOMDocument createDocument ( DOMString namespaceURI , DOMString qualifiedName , nsIDOMDocumentType doctype ) nsIDOMDocumentType createDocumentType ( DOMString qualifiedName , DOMString publicId , DOMString systemId ) PRBool hasFeature ( DOMString feature , DOMString version )

nsIDOMDocument createDocument ( DOMString namespaceURI , DOMString qualifiedName , nsIDOMDocumentType doctype )

Arguments:
namespaceURI
qualifiedName
doctype

nsIDOMDocumentType createDocumentType ( DOMString qualifiedName , DOMString publicId , DOMString systemId )

Arguments:
qualifiedName
publicId
systemId

PRBool hasFeature ( DOMString feature , DOMString version )

The nsIDOMDOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.

For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/

Arguments:
feature
version

References

This interface is the type of the following properties:

nsIDOMDocument.implementation

Reference documentation is generated from Mozilla's source.