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:
- DOMImplementation, HTMLDOMImplementation
- public class LazyHTMLDOMImplementation
- extends LazyDOMImplementation
- implements HTMLDOMImplementation
HTMLDOMImplementation method for the LazyDOM.
- See Also:
HTMLDOMImplementation
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
singleton |
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
, getFeature, hasFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyHTMLDOMImplementation
public LazyHTMLDOMImplementation()
getHTMLDOMImplementation
public static HTMLDOMImplementation getHTMLDOMImplementation()
- Obtain and return the singleton shared object.
createHTMLDocument
public HTMLDocument createHTMLDocument(String title)
- Create a new LazyHTMLDocument.
- Specified by:
createHTMLDocument
in interface HTMLDOMImplementation
- See Also:
HTMLDOMImplementation.createHTMLDocument(java.lang.String)
createHTMLDocument
public 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.