|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl | +--org.enhydra.apache.xerces.dom.DOMImplementationImpl | +--org.enhydra.xml.lazydom.LazyDOMImplementation | +--org.enhydra.xml.lazydom.html.LazyHTMLDOMImplementation
HTMLDOMImplementation method for the LazyDOM.
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 LazyDOMImplementation.getDOMImplementation()
.
HTMLDOMImplementation
Inner classes inherited from class org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl |
org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl.RevalidationHandlerHolder, org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl.XMLDTDLoaderHolder |
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
singleton |
Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS |
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS |
Method Summary | |
HTMLDocument |
createHTMLDocument(String title)
Create a new HTML document of the specified TITLE text. |
HTMLDocument |
createHTMLDocument(TemplateDOM templateDOM)
Create a new LazyHTMLDocument from a template.. |
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. |
Methods inherited from class org.enhydra.xml.lazydom.LazyDOMImplementation |
createDocument, createDocument, createDocumentType, getDOMImplementation |
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
|
Methods inherited from class org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl |
assignDocTypeNumber, assignDocumentNumber, checkQName, createLSInput, createLSOutput, createLSParser, createLSSerializer, getDTDLoader, getFeature, getValidator, releaseDTDLoader, releaseValidator |
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 |
Method Detail |
public final HTMLDocument createHTMLDocument(String title) throws DOMException
createHTMLDocument
in interface HTMLDOMImplementation
title
- The document title textpublic HTMLDocument createHTMLDocument(TemplateDOM templateDOM)
createHTMLDocument(String)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |