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

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

Uses of LazyProcessingInstruction in org.enhydra.xml.lazydom
 

Methods in org.enhydra.xml.lazydom that return LazyProcessingInstruction
 LazyProcessingInstruction LazyProcessingInstruction.getTemplateProcessingInstruction()
          Get the template for this node.
 LazyProcessingInstruction LazyDocument.createProcessingInstruction(int nodeId)
          Create a process instruction node from a template given its id.
 LazyProcessingInstruction LazyDocument.createTemplateProcessingInstruction(String target, String data, int nodeId)
          Create a template ProcessingInstruction.
 

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



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