public final class HTMLDOMImplementationImpl extends DOMImplementationImpl implements org.w3c.dom.html.HTMLDOMImplementation
DOMImplementationImpl.getDOMImplementation().
DOMImplementation| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(String title)
Create a new HTML document of the specified TITLE text.
|
static org.w3c.dom.html.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. |
createDocument, getDOMImplementation, hasFeatureassignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, getFeatureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDocument, createDocumentType, getFeature, hasFeaturepublic org.w3c.dom.html.HTMLDocument createHTMLDocument(String title) throws DOMException
createHTMLDocument in interface org.w3c.dom.html.HTMLDOMImplementationtitle - The document title textDOMExceptionpublic 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 © 2024 HtmlUnit. All rights reserved.