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

Packages that use LazyDocument
org.enhydra.xml.lazydom This packages implements a DOM used for templates that is expanded in a lazy manner. 
org.enhydra.xml.lazydom.html   
 

Uses of LazyDocument in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyDocument
 LazyDocument LazyDocument.getTemplateDocument()
          Get the template for this node.
 

Methods in org.enhydra.xml.lazydom with parameters of type LazyDocument
protected  void LazyDocumentType.setOwnerDocument(LazyDocument doc)
          Set the owner of the document.
 

Constructors in org.enhydra.xml.lazydom with parameters of type LazyDocument
TemplateDOM(LazyDocument templateDocument)
          Constructor.
LazyText(LazyDocument ownerDoc, LazyText template, java.lang.String data)
          Constructor.
LazyProcessingInstruction(LazyDocument ownerDoc, LazyProcessingInstruction template, java.lang.String target, java.lang.String data)
          Constructor.
LazyNotation(LazyDocument ownerDoc, LazyNotation template, java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Constructor
LazyEntityReference(LazyDocument ownerDoc, LazyEntityReference template, java.lang.String name)
          Constructor.
LazyEntity(LazyDocument ownerDoc, LazyEntity template, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Constructor from template.
LazyElementNS(LazyDocument ownerDoc, LazyElement template, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Constructor.
LazyElementNoNS(LazyDocument ownerDoc, LazyElement template, java.lang.String qualifiedName)
          Constructor.
LazyDocumentType(LazyDocument ownerDoc, LazyDocumentType template, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset)
          Constructor.
LazyComment(LazyDocument ownerDoc, LazyComment template, java.lang.String data)
          Constructor.
LazyCDATASection(LazyDocument ownerDoc, LazyCDATASection template, java.lang.String data)
          Constructor.
LazyAttrNS(LazyDocument ownerDoc, LazyAttrNS template, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Constructor with namespace.
LazyAttrNoNS(LazyDocument ownerDoc, LazyAttrNoNS template, java.lang.String qualifiedName)
          Constructor with no namespace.
 

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

Subclasses of LazyDocument in org.enhydra.xml.lazydom.html
 class LazyHTMLDocument
          Implements an HTML document.
 



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