Uses of Interface
de.fraunhofer.ipsi.xquery.tree.xpath.XQueryStepExpr

Packages that use XQueryStepExpr
de.fraunhofer.ipsi.xquery.tree.primary   
de.fraunhofer.ipsi.xquery.tree.xml   
de.fraunhofer.ipsi.xquery.tree.xpath   
 

Uses of XQueryStepExpr in de.fraunhofer.ipsi.xquery.tree.primary
 

Subinterfaces of XQueryStepExpr in de.fraunhofer.ipsi.xquery.tree.primary
 interface XQueryPrimaryExpr
           
 

Classes in de.fraunhofer.ipsi.xquery.tree.primary that implement XQueryStepExpr
 class XQueryContextItemExpr
           
 class XQueryFunctionCall
          XQuery Interpreter FunctionCallOperator.
 class XQueryLiteral
          XQuery Interpreter LiteralOperator.
 class XQueryOrderingExpr
          XQuery Interpreter ArtihmeticOperator.
 class XQueryParenthesizedExpr
          XQuery Interpreter ParenthesizedOperator.
 class XQueryPrimaryExprAbstract
           
 class XQueryVariable
          XQuery Interpreter Variable Operator.
 

Uses of XQueryStepExpr in de.fraunhofer.ipsi.xquery.tree.xml
 

Subinterfaces of XQueryStepExpr in de.fraunhofer.ipsi.xquery.tree.xml
 interface XQueryXmlExpression
           
 

Classes in de.fraunhofer.ipsi.xquery.tree.xml that implement XQueryStepExpr
 class XQueryAttribute
          XQuery Interpreter AttributeValue.
 class XQueryCdataSection
           
 class XQueryCompNSConstructor
           
 class XQueryComputedAttributeConstructor
          XQuery Interpreter ElementConstructorOperator.
 class XQueryComputedConstructorAbstract
          XQuery Interpreter ElementConstructorOperator.
 class XQueryComputedDocumentConstructor
           
 class XQueryComputedElementConstructor
          XQuery Interpreter ElementConstructorOperator.
 class XQueryComputedTextConstructor
           
 class XQueryComputedXmlComment
           
 class XQueryCompXmlPi
           
 class XQueryElementConstructor
          XQuery Interpreter ElementConstructorOperator.
 class XQueryXmlComment
           
 class XQueryXmlProcessingInstruction
           
 

Uses of XQueryStepExpr in de.fraunhofer.ipsi.xquery.tree.xpath
 

Subinterfaces of XQueryStepExpr in de.fraunhofer.ipsi.xquery.tree.xpath
 interface XQueryNodeTest
           
 

Classes in de.fraunhofer.ipsi.xquery.tree.xpath that implement XQueryStepExpr
 class XQueryAbbreviatedStep
          This class represents the ".." expression.
 class XQueryAtStep
           
 class XQueryAxisStep
           
 class XQueryKindTest
           
 class XQueryNameTest
           
 class XQueryPathExpr
          XQuery Interpreter PathOperator.
 class XQueryQualifiedStep
          XQuery Interpreter StepOperator.
 

Methods in de.fraunhofer.ipsi.xquery.tree.xpath that return XQueryStepExpr
 XQueryStepExpr XQueryPathExpr.getLeft()
          Method getLeft
 XQueryStepExpr XQueryQualifiedStep.getQualifiedExpression()
          Method getQualifiedExpression
 XQueryStepExpr XQueryPathExpr.getRight()
          Method getRight
 

Constructors in de.fraunhofer.ipsi.xquery.tree.xpath with parameters of type XQueryStepExpr
XQueryPathExpr(PathOperatorEnum kind, XQueryStepExpr left, XQueryStepExpr right)
          Constructor
XQueryPathExpr(PositionInfo pos, PathOperatorEnum kind, XQueryStepExpr right)
          Constructor
XQueryPathExpr(PositionInfo pos, PathOperatorEnum kind, XQueryStepExpr left, XQueryStepExpr right)
          Constructor
XQueryQualifiedStep(XQueryStepExpr expression, java.util.List<XQueryPredicate> stepQualifiers)
          Constructor