Uses of Class
de.fraunhofer.ipsi.xquery.tree.xpath.XQueryPredicate

Packages that use XQueryPredicate
de.fraunhofer.ipsi.xquery.tree.xpath   
 

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

Methods in de.fraunhofer.ipsi.xquery.tree.xpath that return types with arguments of type XQueryPredicate
 java.util.List<XQueryPredicate> XQueryQualifiedStep.getStepQualifiers()
          Method getStepQualifiers
 

Constructor parameters in de.fraunhofer.ipsi.xquery.tree.xpath with type arguments of type XQueryPredicate
XQueryQualifiedStep(XQueryStepExpr expression, java.util.List<XQueryPredicate> stepQualifiers)
          Constructor