Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.html » dom » [javadoc | source]
org.apache.html.dom
public class: HTMLDOMImplementationImpl [javadoc | source]
java.lang.Object
   org.apache.xerces.dom.CoreDOMImplementationImpl
      org.apache.xerces.dom.DOMImplementationImpl
         org.apache.html.dom.HTMLDOMImplementationImpl

All Implemented Interfaces:
    HTMLDOMImplementation, DOMImplementation, DOMImplementationLS

Provides number of methods for performing operations that are independent of any particular instance of the document object model. This class is unconstructable, the only way to obtain an instance of a DOM implementation is by calling the static method #getDOMImplementation .
Fields inherited from org.apache.xerces.dom.DOMImplementationImpl:
singleton
Fields inherited from org.apache.xerces.dom.CoreDOMImplementationImpl:
singleton
Method from org.apache.html.dom.HTMLDOMImplementationImpl Summary:
createHTMLDocument,   getHTMLDOMImplementation
Methods from org.apache.xerces.dom.DOMImplementationImpl:
createDocument,   getDOMImplementation,   hasFeature
Methods from org.apache.xerces.dom.CoreDOMImplementationImpl:
assignDocTypeNumber,   assignDocumentNumber,   checkQName,   createDocument,   createDocumentType,   createLSInput,   createLSOutput,   createLSParser,   createLSSerializer,   getDOMImplementation,   getDTDLoader,   getFeature,   getValidator,   hasFeature,   releaseDTDLoader,   releaseValidator
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.html.dom.HTMLDOMImplementationImpl Detail:
 public final HTMLDocument createHTMLDocument(String title) throws DOMException 
    Create a new HTML document of the specified TITLE text.
 public static HTMLDOMImplementation getHTMLDOMImplementation() 
    Returns an instance of a HTMLDOMImplementation that can be used to perform operations that are not specific to a particular document instance, e.g. to create a new document.