Uses of Package
org.teiid.query.processor.xml

Packages that use org.teiid.query.processor.xml
org.teiid.query.optimizer.xml   
org.teiid.query.processor.xml   
 

Classes in org.teiid.query.processor.xml used by org.teiid.query.optimizer.xml
ProcessorInstruction
          Abstract superclass of all XML Processor Instructions.
Program
          A program is a sequence of ProcessorInstructions.
 

Classes in org.teiid.query.processor.xml used by org.teiid.query.processor.xml
Condition
          This is a condition which can be evaluated, and which supplies a Program instance which should act as the resulting sub Program to be run if the condition evaluates to true.
CriteriaCondition
          A condition based on a sql Criteria Object.
DefaultCondition
          This condition always evaluates to true, basically is a holder for a sub Program, and can therefore be used as the default choice in an IfInstruction.
DocumentInProgress
          This class is used to build XML document and stream the output as chunks.
NodeDescriptor
          THis class contains the information of an element or an attribute.
PlanExecutor
          This interface is responsible for executing the queries for the XML processing environment.
ProcessorInstruction
          Abstract superclass of all XML Processor Instructions.
Program
          A program is a sequence of ProcessorInstructions.
WhileInstruction
          Loop instruction on the result set execute before this instruction.
XMLPlan
           
XMLProcessorEnvironment
           
 



Copyright © 2010. All Rights Reserved.