|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.dom.DOMImplementationImpl | +--org.enhydra.xml.lazydom.LazyDOMImplementation | +--org.enhydra.xml.lazydom.html.LazyHTMLDOMImplementation
HTMLDOMImplementation method for the LazyDOM.
HTMLDOMImplementation
Constructor Summary | |
LazyHTMLDOMImplementation()
|
Method Summary | |
HTMLDocument |
createHTMLDocument(java.lang.String title)
Create a new LazyHTMLDocument. |
HTMLDocument |
createHTMLDocument(TemplateDOM templateDOM)
Create a new LazyHTMLDocument from a template.. |
static HTMLDOMImplementation |
getHTMLDOMImplementation()
Obtain and return the singleton shared object. |
Methods inherited from class org.enhydra.xml.lazydom.LazyDOMImplementation |
createDocument, createDocument, getDOMImplementation |
Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl |
createDocumentType, hasFeature |
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, hasFeature |
Constructor Detail |
public LazyHTMLDOMImplementation()
Method Detail |
public static HTMLDOMImplementation getHTMLDOMImplementation()
public HTMLDocument createHTMLDocument(java.lang.String title)
createHTMLDocument
in interface HTMLDOMImplementation
title
- The title of the document to be set as the content of the
TITLE
element, through a child Text
node.
HTMLDocument
object.HTMLDOMImplementation.createHTMLDocument(java.lang.String)
public HTMLDocument createHTMLDocument(TemplateDOM templateDOM)
HTMLDOMImplementation.createHTMLDocument(java.lang.String)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |