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:
Reference documentation is generated from Mozilla's source.
