|
|||||||||
| Home >> All >> org >> enhydra >> xml >> lazydom >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.xml.lazydom.html
Class LazyHTMLDOMImplementation

java.lang.Objectorg.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.enhydra.xml.lazydom.LazyDOMImplementation
org.enhydra.xml.lazydom.html.LazyHTMLDOMImplementation
- All Implemented Interfaces:
- org.w3c.dom.DOMImplementation, org.w3c.dom.ls.DOMImplementationLS, org.w3c.dom.html.HTMLDOMImplementation
- public class LazyHTMLDOMImplementation
- extends org.enhydra.xml.lazydom.LazyDOMImplementation
- implements org.w3c.dom.html.HTMLDOMImplementation
- extends org.enhydra.xml.lazydom.LazyDOMImplementation
HTMLDOMImplementation method for the LazyDOM.
| Field Summary | |
private static LazyHTMLDOMImplementation |
fSingleton
DOM implementation singleton. |
| Fields inherited from class org.apache.xerces.dom.DOMImplementationImpl |
|
| Fields inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl |
|
| Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS |
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS |
| Constructor Summary | |
LazyHTMLDOMImplementation()
|
|
| Method Summary | |
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(java.lang.String title)
Create a new LazyHTMLDocument. |
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(org.enhydra.xml.lazydom.TemplateDOM templateDOM)
Create a new LazyHTMLDocument from a template.. |
static org.w3c.dom.html.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 |
hasFeature |
| Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl |
assignDocTypeNumber, assignDocumentNumber, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature |
| 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 |
| Field Detail |
fSingleton
private static LazyHTMLDOMImplementation fSingleton
- DOM implementation singleton.
| Constructor Detail |
LazyHTMLDOMImplementation
public LazyHTMLDOMImplementation()
| Method Detail |
getHTMLDOMImplementation
public static org.w3c.dom.html.HTMLDOMImplementation getHTMLDOMImplementation()
- Obtain and return the singleton shared object.
createHTMLDocument
public org.w3c.dom.html.HTMLDocument createHTMLDocument(java.lang.String title)
- Create a new LazyHTMLDocument.
- Specified by:
createHTMLDocumentin interfaceorg.w3c.dom.html.HTMLDOMImplementation
createHTMLDocument
public org.w3c.dom.html.HTMLDocument createHTMLDocument(org.enhydra.xml.lazydom.TemplateDOM templateDOM)
- Create a new LazyHTMLDocument from a template..
|
|||||||||
| Home >> All >> org >> enhydra >> xml >> lazydom >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC