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
 
Constructor Summary
LazyHTMLDOMImplementation()
           
 
Method Summary
 HTMLDocument createHTMLDocument(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, createDocumentType, getDOMImplementation
 
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
 
Methods inherited from interface org.w3c.dom.DOMImplementation
createDocument, createDocumentType, getFeature, hasFeature
 

Constructor Detail

LazyHTMLDOMImplementation

public LazyHTMLDOMImplementation()
Method Detail

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.