public class HTMLDOMImpl extends DOMImpl implements org.w3c.dom.html.HTMLDOMImplementation
DOMImpl.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. |
createDocument, createDocumentType, createDocumentType, getDOMImplementation, getFeature, hasFeature
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDocument, createDocumentType, getFeature, hasFeature
public final org.w3c.dom.html.HTMLDocument createHTMLDocument(String title) throws DOMException
createHTMLDocument
in interface org.w3c.dom.html.HTMLDOMImplementation
title
- The document title textDOMException
public 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.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.