JavaScript is disabled on your browser.
Skip navigation links
org.htmlunit.javascript.host.dom

Class DOMImplementation

    • Constructor Detail

      • DOMImplementation

        public DOMImplementation()
    • Method Detail

      • jsConstructor

        public void jsConstructor()
        JavaScript constructor.
      • hasFeature

        public boolean hasFeature(String feature,
         String version)
        Test if the DOM implementation implements a specific feature.
        Parameters:
        feature - the name of the feature to test (case-insensitive)
        version - the version number of the feature to test
        Returns:
        true if the feature is implemented in the specified version, false otherwise
      • createDocument

        public XMLDocument createDocument(String namespaceURI,
         String qualifiedName,
         DocumentType doctype)
        Creates an XMLDocument.
        Parameters:
        namespaceURI - the URI that identifies an XML namespace
        qualifiedName - the qualified name of the document to instantiate
        doctype - the document types of the document
        Returns:
        the newly created XMLDocument
Skip navigation links

Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /