=head1 NAME Mozilla::DOM::DOMImplementation =for object Mozilla::DOM::DOMImplementation Mozilla::DOM::DOMImplementation is a wrapper around an instance of Mozilla's nsIDOMDOMImplementation interface. This class inherits from L. * 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 * LEwww.w3.orgETREDOM-Level-2-CoreE> =head1 CLASS METHODS =head2 $iid = Mozilla::DOM::DOMImplementation->B() Pass this to QueryInterface. =head1 METHODS =head2 $doc = $domimplementation->B($namespaceURI, $qualifiedName, $doctype) =over =over =item * $namespaceURI (string) =item * $qualifiedName (string) =item * $doctype (Mozilla::DOM::DocumentType) =back =back =head2 $documenttype = $domimplementation->B($qualifiedName, $publicId, $systemId) =over =over =item * $qualifiedName (string) =item * $publicId (string) =item * $systemId (string) =back =back =head2 $bool = $domimplementation->B($feature, $version) =over =over =item * $feature (string) =item * $version (string) =back =back =head1 SEE ALSO L =head1 COPYRIGHT Copyright (C) 2005-2007, Scott Lanning This software is licensed under the LGPL. See L for a full notice. =cut