Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.xml.lazydom.html
Class LazyHTMLDOMImplementation  view LazyHTMLDOMImplementation download LazyHTMLDOMImplementation.java

java.lang.Object
  extended byorg.apache.xerces.dom.CoreDOMImplementationImpl
      extended byorg.apache.xerces.dom.DOMImplementationImpl
          extended byorg.enhydra.xml.lazydom.LazyDOMImplementation
              extended byorg.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

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:
createHTMLDocument in interface org.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..