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

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

Uses of LazyEntity in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyEntity
 LazyEntity LazyEntity.getTemplateEntity()
          Get the template for this node.
 LazyEntity LazyDocument.createEntity(int nodeId)
          Create a new Entity object (Non-DOM).
 LazyEntity LazyDocument.createTemplateEntity(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName, int nodeId)
          Create a template Entity.
 

Constructors in org.enhydra.xml.lazydom with parameters of type LazyEntity
LazyEntity(LazyDocument ownerDoc, LazyEntity template, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Constructor from template.
 



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