weblogic.apache.html.dom
Class HTMLDOMImplementationImpl
java.lang.Object
   weblogic.apache.xerces.dom.CoreDOMImplementationImpl
weblogic.apache.xerces.dom.CoreDOMImplementationImpl
       weblogic.apache.xerces.dom.DOMImplementationImpl
weblogic.apache.xerces.dom.DOMImplementationImpl
           weblogic.apache.html.dom.HTMLDOMImplementationImpl
weblogic.apache.html.dom.HTMLDOMImplementationImpl
- All Implemented Interfaces: 
- DOMImplementation, org.w3c.dom.html.HTMLDOMImplementation, DOMImplementationLS
Deprecated. 9.2.0.0 Replaced by org.apache.html.dom.HTMLDOMImplementationImpl.
- public class HTMLDOMImplementationImpl 
- extends weblogic.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 DOMImplementationImpl.getDOMImplementation().
- See Also:
- DOMImplementation
 
 
 
| Methods inherited from class weblogic.apache.xerces.dom.DOMImplementationImpl | 
| createDocument, createDocumentType, getDOMImplementation, hasFeature | 
 
| Methods inherited from class weblogic.apache.xerces.dom.CoreDOMImplementationImpl | 
| createDOMBuilder, createDOMInputSource, createDOMWriter, getInterface | 
 
| 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
- Deprecated. - Create a new HTML document of the specified TITLE text.
 
- 
- Specified by:
- createHTMLDocumentin interface- org.w3c.dom.html.HTMLDOMImplementation
 
- 
- Parameters:
- title- The document title text
- Returns:
- New HTML document
- Throws:
- DOMException
 
getHTMLDOMImplementation
public static org.w3c.dom.html.HTMLDOMImplementation getHTMLDOMImplementation()
- Deprecated. - Returns an instance of a HTMLDOMImplementationthat 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