public class HTMLDOMImplementation extends InitialDOMImplementation implements org.w3c.dom.html.HTMLDOMImplementation
| Modifier | Constructor and Description |
|---|---|
protected |
HTMLDOMImplementation()
protected so that outside of this package, only subclasses can instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLDocument |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Called for newDocument()
|
HTMLDocument |
createHTMLDocument(String title)
Creates an
HTMLDocument object with the minimal tree made
of the following elements:
html ,
head ,
title , and
body . |
createDocumentType, getFeature, hasFeatureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDocumentType, getFeature, hasFeatureprotected HTMLDOMImplementation()
public HTMLDocument createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException
createDocument in interface DOMImplementationcreateDocument in class InitialDOMImplementationDOMExceptionpublic HTMLDocument createHTMLDocument(String title)
HTMLDocument object with the minimal tree made
of the following elements:
html ,
head ,
title , and
body .createHTMLDocument in interface org.w3c.dom.html.HTMLDOMImplementationtitle - The title of the document to be set as the content of the
title element, through a child Text node.HTMLDocument object.Copyright © 2017. All rights reserved.