Uses of Class
org.modeshape.jcr.xpath.XPath.ElementTest

Packages that use XPath.ElementTest
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of XPath.ElementTest in org.modeshape.jcr.xpath
 

Methods in org.modeshape.jcr.xpath that return XPath.ElementTest
 XPath.ElementTest XPath.DocumentTest.getElementTest()
           
protected  XPath.ElementTest XPathParser.parseElementTest(TokenStream tokens)
           
 

Methods in org.modeshape.jcr.xpath with parameters of type XPath.ElementTest
protected  String XPathToQueryTranslator.translateElementTest(XPath.ElementTest elementTest, List<XPath.StepExpression> pathConstraint, QueryBuilder.ConstraintBuilder where)
           
 

Constructors in org.modeshape.jcr.xpath with parameters of type XPath.ElementTest
XPath.DocumentTest(XPath.ElementTest elementTest)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.