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

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

Uses of LazyComment in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyComment
 LazyComment LazyComment.getTemplateComment()
          Get the template for this node.
 LazyComment LazyDocument.createComment(int nodeId)
          Create a comment from a template given its id.
 LazyComment LazyDocument.createTemplateComment(String data, int nodeId)
          Create a template comment.
 

Constructors in org.enhydra.xml.lazydom with parameters of type LazyComment
LazyComment(LazyDocument ownerDoc, LazyComment template, String data)
          Constructor.
 



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