BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.html.dom
Class HTMLDOMImplementationImpl

java.lang.Object
  |
  +--weblogic.apache.xerces.dom.DOMImplementationImpl
        |
        +--weblogic.apache.html.dom.HTMLDOMImplementationImpl

public class HTMLDOMImplementationImpl
extends 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 DOMImplementationImpl.getDOMImplementation().

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Version:
$Revision: 1.3 $ $Date: 2000/02/10 04:00:09 $
Author:
Assaf Arkin
See Also:
DOMImplementation

Method Summary
 org.w3c.dom.html.HTMLDocument createHTMLDocument(java.lang.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 weblogic.apache.xerces.dom.DOMImplementationImpl
createDocument, createDocumentType, getDOMImplementation, hasFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createHTMLDocument

public final org.w3c.dom.html.HTMLDocument createHTMLDocument(java.lang.String title)
                                                       throws org.w3c.dom.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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.