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

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

Uses of LazyCDATASection in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyCDATASection
 LazyCDATASection LazyCDATASection.getTemplateCDATASection()
          Get the template for this node.
 LazyCDATASection LazyDocument.createCDATASection(int nodeId)
          Create a CDATASection from a template given its id.
 LazyCDATASection LazyDocument.createTemplateCDATASection(String data, int nodeId)
          Create a template CDATASection.
 

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



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