The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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>>

CLASS METHODS

$iid = Mozilla::DOM::DOMImplementation->GetIID()

Pass this to QueryInterface.

METHODS

$doc = $domimplementation->CreateDocument($namespaceURI, $qualifiedName, $doctype)

    • $namespaceURI (string)

    • $qualifiedName (string)

    • $doctype (Mozilla::DOM::DocumentType)

$documenttype = $domimplementation->CreateDocumentType($qualifiedName, $publicId, $systemId)

    • $qualifiedName (string)

    • $publicId (string)

    • $systemId (string)

$bool = $domimplementation->HasFeature($feature, $version)

    • $feature (string)

    • $version (string)

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL. See Mozilla::DOM for a full notice.