Uses of Interface
de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExpr

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

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

Classes in de.fraunhofer.ipsi.xquery.tree.primary that implement XQueryPrimaryExpr
 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 XQueryPrimaryExpr in de.fraunhofer.ipsi.xquery.tree.xml
 

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

Classes in de.fraunhofer.ipsi.xquery.tree.xml that implement XQueryPrimaryExpr
 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 XQueryPrimaryExpr in de.fraunhofer.ipsi.xquery.tree.xpath
 

Classes in de.fraunhofer.ipsi.xquery.tree.xpath that implement XQueryPrimaryExpr
 class XQueryNameTest