Java org.w3c.dom DOMImplementation fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom DOMImplementation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom DOMImplementation.

The text is from its open source code.

Implementation

org.w3c.dom.DOMImplementation has the following implementations.
Click this link to see all its implementation.

Method

DocumentcreateDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Creates a DOM Document object of the specified type with its document element.
DocumentTypecreateDocumentType(String qualifiedName, String publicId, String systemId)
Creates an empty DocumentType node.
ObjectgetFeature(String feature, String version)
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
booleanhasFeature(String feature, String version)
Test if the DOM implementation implements a specific feature and version, as specified in DOM Features.