de.fraunhofer.ipsi.xquery.tree
Interface VisitorXQueryExpression

All Known Implementing Classes:
VisitorXQueryMappingToCore, VisitorXQueryPrettyPrint

public interface VisitorXQueryExpression


Method Summary
 void process(XQueryAbbreviatedStep node)
           
 void process(XQueryArithmeticOperator node)
           
 void process(XQueryAtStep node)
           
 void process(XQueryAttribute node)
           
 void process(XQueryAxisStep node)
           
 void process(XQueryCdataSection node)
           
 void process(XQueryComparisonOperator node)
           
 void process(XQueryCompNSConstructor node)
           
 void process(XQueryComputedAttributeConstructor node)
           
 void process(XQueryComputedDocumentConstructor node)
           
 void process(XQueryComputedElementConstructor node)
           
 void process(XQueryComputedTextConstructor node)
           
 void process(XQueryComputedXmlComment node)
           
 void process(XQueryCompXmlPi node)
           
 void process(XQueryConditionalExpr node)
           
 void process(XQueryContextItemExpr node)
           
 void process(XQueryElementConstructor node)
           
 void process(XQueryEnclosedExpr node)
           
 void process(XQueryExtensionExpr node)
           
 void process(XQueryFLWOR node)
           
 void process(XQueryFunctionCall node)
           
 void process(XQueryInstanceofExpr node)
           
 void process(XQueryKindTest node)
           
 void process(XQueryLiteral node)
           
 void process(XQueryLogicalOperator node)
           
 void process(XQueryNameTest node)
           
 void process(XQueryOrderingExpr node)
           
 void process(XQueryParenthesizedExpr node)
           
 void process(XQueryPathExpr node)
           
 void process(XQueryQualifiedStep node)
           
 void process(XQueryQuantifiedExpr node)
           
 void process(XQuerySequenceOperator node)
           
 void process(XQueryTypeExpr node)
           
 void process(XQueryTypeSwitch node)
           
 void process(XQueryUnaryOperator node)
           
 void process(XQueryValidateExpr node)
           
 void process(XQueryVariable node)
           
 void process(XQueryXmlComment node)
           
 void process(XQueryXmlProcessingInstruction node)
           
 

Method Detail

process

void process(XQueryArithmeticOperator node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryTypeExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryComparisonOperator node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryConditionalExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryFLWOR node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryInstanceofExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryLogicalOperator node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryQuantifiedExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQuerySequenceOperator node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryTypeSwitch node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryUnaryOperator node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryValidateExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryExtensionExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryContextItemExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryFunctionCall node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryLiteral node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryOrderingExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryParenthesizedExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryVariable node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryAttribute node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryCdataSection node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryComputedAttributeConstructor node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryComputedDocumentConstructor node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryComputedElementConstructor node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryComputedTextConstructor node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryElementConstructor node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryEnclosedExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryXmlComment node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryXmlProcessingInstruction node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryCompNSConstructor node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryComputedXmlComment node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryCompXmlPi node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryAbbreviatedStep node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryAtStep node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryAxisStep node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryNameTest node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryKindTest node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryPathExpr node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryQualifiedStep node)
             throws XQueryException
Throws:
XQueryException