org.apache.html.dom

Class HTMLDOMImplementationImpl

Implemented Interfaces:
DOMImplementation, 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:
$Revision: 447255 $ $Date: 2006-09-18 01:36:42 -0400 (Mon, 18 Sep 2006) $
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 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.

Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl

createDocument, getDOMImplementation, hasFeature

Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl

assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getDOMImplementation, getFeature, hasFeature

Method Details

createHTMLDocument

public final HTMLDocument createHTMLDocument(String title)
            throws DOMException
Create a new HTML document of the specified TITLE text.
Specified by:
createHTMLDocument in interface org.w3c.dom.html.HTMLDOMImplementation
Parameters:
title - The document title text
Returns:
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.
Returns:
Reference to a valid DOM implementation

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.