Uses of Package
com.metamatrix.query.processor.xml

Packages that use com.metamatrix.query.processor.xml
com.metamatrix.query.optimizer.xml   
com.metamatrix.query.processor.xml   
 

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

Classes in com.metamatrix.query.processor.xml used by com.metamatrix.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 (placed on the top of the program stack) 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 represents a document in construction.
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.
XMLProcessorEnvironment
           
 



Copyright © 2009. All Rights Reserved.