org.apache.html.dom
Class HTMLDOMImplementationImpl
java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.html.dom.HTMLDOMImplementationImpl
- org.w3c.dom.DOMImplementation, org.w3c.dom.ls.DOMImplementationLS, org.w3c.dom.html.HTMLDOMImplementation
public class HTMLDOMImplementationImpl
extends org.apache.xerces.dom.DOMImplementationImpl
implements org.w3c.dom.html.HTMLDOMImplementation
Provides number of methods for performing operations that are independent
of any particular instance of the document object model. This class is
unconstructable, the only way to obtain an instance of a DOM implementation
is by calling the static method HTMLDOMImplementationImpl
.
Version:
- Assaf Arkin
org.w3c.dom.DOMImplementation
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.
|
assignDocTypeNumber , assignDocumentNumber , createDocument , createDocumentType , createLSInput , createLSOutput , createLSParser , createLSSerializer , getDOMImplementation , getFeature , hasFeature |
createHTMLDocument
public final org.w3c.dom.html.HTMLDocument createHTMLDocument(String title)
throws org.w3c.dom.DOMException
Create a new HTML document of the specified TITLE text.
- createHTMLDocument in interface org.w3c.dom.html.HTMLDOMImplementation
title
- The document title text
- New HTML document
getHTMLDOMImplementation
public 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.
- Reference to a valid DOM implementation
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.