org.apache.html.dom
Class HTMLDOMImplementationImpl
java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.html.dom.HTMLDOMImplementationImpl
- All Implemented Interfaces:
- DOMImplementation, HTMLDOMImplementation, DOMImplementationLS
public class HTMLDOMImplementationImpl
- extends DOMImplementationImpl
- implements 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 DOMImplementationImpl.getDOMImplementation()
.
- Version:
- $Revision: 645327 $ $Date: 2008-04-06 19:17:54 -0400 (Sun, 06 Apr 2008) $
- Author:
- Assaf Arkin
- See Also:
DOMImplementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createHTMLDocument
public final org.w3c.dom.html.HTMLDocument createHTMLDocument(String title)
throws DOMException
- Create a new HTML document of the specified TITLE text.
- Specified by:
createHTMLDocument
in interface HTMLDOMImplementation
- Parameters:
title
- The document title text
- Returns:
- New HTML document
- Throws:
DOMException
getHTMLDOMImplementation
public 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. to create a new document.
- Returns:
- Reference to a valid DOM implementation
Copyright © 2011. All Rights Reserved.