public class HTMLDOMImplementationImpl extends DOMImplementationImpl implements HTMLDOMImplementation
DOMImplementationImpl.getDOMImplementation()
.DOMImplementation
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS
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 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, getDOMImplementation, hasFeature
assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature
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 HTMLDOMImplementation
title
- The document title textDOMException
public static 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 © 2016 JBoss by Red Hat. All rights reserved.