Uses of Class
org.enhydra.xml.lazydom.TemplateDOM

Packages that use TemplateDOM
org.enhydra.xml.lazydom org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy manner. 
org.enhydra.xml.lazydom.html org.enhydra.xml.lazydom.html provides the HTML implementation for Lazydom. 
org.enhydra.xml.xmlc.dom.lazydom   
 

Uses of TemplateDOM in org.enhydra.xml.lazydom
 

Fields in org.enhydra.xml.lazydom declared as TemplateDOM
protected  TemplateDOM LazyDocument.fTemplateDOM
          Template document DOM.
 

Methods in org.enhydra.xml.lazydom with parameters of type TemplateDOM
 Document LazyDOMImplementation.createDocument(TemplateDOM templateDOM)
          Create a new LazyDocument from a template.
 LazyDocument LazyDocument.cloneAsTemplateDocument(TemplateDOM templateDOM)
          Subclasses should override this, returning the subclass built with the provided template DOM.
 

Constructors in org.enhydra.xml.lazydom with parameters of type TemplateDOM
LazyDocument(DocumentType documentType, TemplateDOM templateDOM)
          Constructor.
 

Uses of TemplateDOM in org.enhydra.xml.lazydom.html
 

Methods in org.enhydra.xml.lazydom.html with parameters of type TemplateDOM
 HTMLDocument LazyHTMLDOMImplementation.createHTMLDocument(TemplateDOM templateDOM)
          Create a new LazyHTMLDocument from a template..
 LazyDocument LazyHTMLDocument.cloneAsTemplateDocument(TemplateDOM templateDOM)
           
 

Constructors in org.enhydra.xml.lazydom.html with parameters of type TemplateDOM
LazyHTMLDocument(TemplateDOM templateDOM)
          LazyDOM: Constructor with TemplateDOM.
 

Uses of TemplateDOM in org.enhydra.xml.xmlc.dom.lazydom
 

Methods in org.enhydra.xml.xmlc.dom.lazydom with parameters of type TemplateDOM
 Document LazyDomFactory.createDocument(TemplateDOM templateDOM)
          Create a LazyDocument from a template.
 Document LazyHTMLDomFactory.createDocument(TemplateDOM templateDOM)
          Create a LazyDocument from a template.
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.