org.apache.html.dom
Class HTMLDOMImplementationImpl
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
HTMLDOMImplementationImpl.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
Version: $Revision: 1.6 $ $Date: 2004/10/05 03:23:48 $
Author: Assaf Arkin
See Also: org.w3c.dom.DOMImplementation
Method Summary |
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. to create a new document.
|
public final HTMLDocument createHTMLDocument(String title)
Create a new HTML document of the specified
TITLE text.
Parameters: title The document title text
Returns: New HTML document
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 B) 1999-2005 Apache XML Project. All Rights Reserved.