org.enhydra.xml.lazydom.html
Class LazyHTMLDOMImplementation
java.lang.Object
|
+--org.enhydra.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.html.HTMLDOMImplementation
- public class LazyHTMLDOMImplementation
- extends LazyDOMImplementation
- implements org.w3c.dom.html.HTMLDOMImplementation
HTMLDOMImplementation method for the LazyDOM.
- See Also:
HTMLDOMImplementation
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
|
Method Summary |
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(java.lang.String title)
Create a new LazyHTMLDocument. |
org.w3c.dom.html.HTMLDocument |
createHTMLDocument(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.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 |
LazyHTMLDOMImplementation
public LazyHTMLDOMImplementation()
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:
createHTMLDocument
in interface org.w3c.dom.html.HTMLDOMImplementation
- See Also:
HTMLDOMImplementation.createHTMLDocument(java.lang.String)
createHTMLDocument
public org.w3c.dom.html.HTMLDocument createHTMLDocument(TemplateDOM templateDOM)
- Create a new LazyHTMLDocument from a template..
- See Also:
HTMLDOMImplementation.createHTMLDocument(java.lang.String)
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.