Name

DOMImplementation

Synopsis

The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the Document Object Model.

hasFeature( feature, version )

Tests if the DOM implementation has a specific feature. The return is a Boolean value.

createDocumentType( qualifiedName, publicId, systemId )

Creates and returns an empty DocumentType node. Entity declarations and notations are not made available. It is expected that a future version of the DOM will provide a way for populating a DocumentType.

createDocument( namespaceURI, qualifiedName, doctype )

Creates an XML Document object of the specified type and document element. The return value should be a Document object. namespaceURI and doctype may be None if they do not apply for the new document.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.222.185