|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.CoreDOMImplementationImpl
weblogic.apache.xerces.dom.DOMImplementationImpl
weblogic.apache.html.dom.HTMLDOMImplementationImpl
public class HTMLDOMImplementationImpl
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()
.
DOMImplementation
Field Summary |
---|
Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS |
---|
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS |
Method Summary | |
---|---|
HTMLDocument |
createHTMLDocument(String title)
Deprecated. Create a new HTML document of the specified TITLE text. |
static HTMLDOMImplementation |
getHTMLDOMImplementation()
Deprecated. 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 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 |
Methods inherited from interface org.w3c.dom.DOMImplementation |
---|
createDocument, createDocumentType, getFeature, hasFeature |
Methods inherited from interface org.w3c.dom.ls.DOMImplementationLS |
---|
createLSInput, createLSOutput, createLSParser, createLSSerializer |
Method Detail |
---|
public final HTMLDocument createHTMLDocument(String title) throws DOMException
createHTMLDocument
in interface HTMLDOMImplementation
title
- The document title text
DOMException
public static HTMLDOMImplementation getHTMLDOMImplementation()
HTMLDOMImplementation
that can be
used to perform operations that are not specific to a particular
document instance, e.g. to create a new document.
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |