public class HTMLDOMImplementationImpl
extends org.apache.xerces.dom.DOMImplementationImpl
implements org.w3c.dom.html.HTMLDOMImplementation
DOMImplementationImpl.getDOMImplementation().DOMImplementation| Modifier and Type | Method and Description | 
|---|---|
| org.w3c.dom.html.HTMLDocument | createHTMLDocument(java.lang.String title)Create a new HTML document of the specified TITLE text. | 
| static org.w3c.dom.html.HTMLDOMImplementation | getHTMLDOMImplementation()Returns an instance of a  HTMLDOMImplementationthat can be
 used to perform operations that are not specific to a particular
 document instance, e.g. | 
createDocument, getDOMImplementation, hasFeatureassignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeaturepublic final org.w3c.dom.html.HTMLDocument createHTMLDocument(java.lang.String title)
                                                       throws org.w3c.dom.DOMException
createHTMLDocument in interface org.w3c.dom.html.HTMLDOMImplementationtitle - The document title textorg.w3c.dom.DOMExceptionpublic static org.w3c.dom.html.HTMLDOMImplementation getHTMLDOMImplementation()
HTMLDOMImplementation that can be
 used to perform operations that are not specific to a particular
 document instance, e.g. to create a new document.Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.