Enhydra 5.1 API

org.enhydra.xml.lazydom.html
Class LazyHTMLDOMImplementation

java.lang.Object
  |
  +--org.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

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

LazyHTMLDOMImplementation

public LazyHTMLDOMImplementation()
Method Detail

getHTMLDOMImplementation

public static HTMLDOMImplementation getHTMLDOMImplementation()
Obtain and return the singleton shared object.


createHTMLDocument

public HTMLDocument createHTMLDocument(java.lang.String title)
Create a new LazyHTMLDocument.

Specified by:
createHTMLDocument in interface HTMLDOMImplementation
Parameters:
title - The title of the document to be set as the content of the TITLE element, through a child Text node.
Returns:
A new HTMLDocument object.
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)

Enhydra 5.1 API