API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. DOMImplementation View Source
Author(s)
Since
Version
Serial
Hierarchy
 DOMImplementation
Subinterfaces
Description
public interface DOMImplementation
  The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
See also:   
Methods
Hide/Show inherited methods
public Document createDocument (String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException
  Creates a DOM Document object of the specified type with its document element.
public DocumentType createDocumentType (String qualifiedName, String publicId, String systemId) throws DOMException
  Creates an empty DocumentType node.
public Object getFeature (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.
public boolean hasFeature (String feature, String version)
  Test if the DOM implementation implements a specific feature and version, as specified in DOM Features.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar