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

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

Uses of LazyText in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyText
 LazyText LazyText.getTemplateText()
          Get the template for this node.
 LazyText LazyDocument.createTextNode(int nodeId)
          Create a text node from a template given its id.
 LazyText LazyDocument.createTemplateTextNode(String data, int nodeId, String preFormattedText)
          Create a template text node.
 

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



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