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

Packages that use LazyEntity
org.enhydra.xml.lazydom org.enhydra.xml.lazydom 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(String name, String publicId, String systemId, String notationName, int nodeId)
          Create a template Entity.
 

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



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