Package edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator

Interface Summary
All It will evaluate all branches in any order underneath it.
Expose An interface for the Expose opertor.
FOR An interface for the For opertor.
IfExpr An interface for the ifExpr opertor.
Merge An interface for the Merge opertor.
NameColumn An interface for the NameColumn opertor.
Or An interface for the Or opertor.
Source An interface for the Source opertor.
SpecialOperator An interface for Special Operators.
SQLStmt An interface for the interface SQLStmt.
XQueryStmt An interface for the XQueryStmt opertor.
 

Class Summary
AllImp Implementation for interfacae All.
ExposeImp Implementation for interface Expose.
FORImp Implementation for the interface For.
IfExprImp Implementation for the interface ifExpr.
MergeImp Implementation for the interface Merge.
NameColumnImp Implementation for the interface NameColumn.
NameGenerator The Name Generator class
OrImp Implementation for the interface Or.
SourceImp Implementation for interface Source.
SQLStmtImp Implementation for interface SQLStmt .
XQueryStmtImp Implementation for interface XQueryStmt.