
Mozilla::DOM::DOMImplementation
Mozilla::DOM::DOMImplementation is a wrapper around an instance of Mozilla's nsIDOMDOMImplementation interface. This class inherits from Supports.
* 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 * L<http:E<sol>E<sol>www.w3.orgE<sol>TRE<sol>DOM-Level-2-CoreE<sol>>

Pass this to QueryInterface.

- $namespaceURI (string)
- $qualifiedName (string)
- $doctype (Mozilla::DOM::DocumentType)
- $qualifiedName (string)
- $publicId (string)
- $systemId (string)
- $feature (string)
- $version (string)


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.