de.fraunhofer.ipsi.xquery.tree
Interface VisitorXQueryExpression
- All Known Implementing Classes:
- VisitorXQueryMappingToCore, VisitorXQueryPrettyPrint
public interface VisitorXQueryExpression
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