|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateDOM | |
org.enhydra.xml.lazydom | This packages implements a DOM used for templates that is expanded in a lazy manner. |
org.enhydra.xml.lazydom.html | |
org.enhydra.xml.xmlc.dom.lazydom |
Uses of TemplateDOM in org.enhydra.xml.lazydom |
Methods in org.enhydra.xml.lazydom with parameters of type TemplateDOM | |
org.w3c.dom.Document |
LazyDOMImplementation.createDocument(TemplateDOM templateDOM)
Create a new LazyDocument from a template. |
Constructors in org.enhydra.xml.lazydom with parameters of type TemplateDOM | |
LazyDocument(org.w3c.dom.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 | |
org.w3c.dom.html.HTMLDocument |
LazyHTMLDOMImplementation.createHTMLDocument(TemplateDOM templateDOM)
Create a new LazyHTMLDocument from a template.. |
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 | |
org.w3c.dom.Document |
LazyHTMLDomFactory.createDocument(TemplateDOM templateDOM)
Create a LazyDocument from a template. |
org.w3c.dom.Document |
LazyDomFactory.createDocument(TemplateDOM templateDOM)
Create a LazyDocument from a template. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |