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

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

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

Methods in org.modeshape.jcr.xpath that return XPath.NodeComparisonOperator
protected  XPath.NodeComparisonOperator XPathParser.parseNodeComp(TokenStream tokens)
           
static XPath.NodeComparisonOperator XPath.NodeComparisonOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XPath.NodeComparisonOperator[] XPath.NodeComparisonOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.modeshape.jcr.xpath with parameters of type XPath.NodeComparisonOperator
XPath.NodeComparison(XPath.Component left, XPath.NodeComparisonOperator operator, XPath.Component right)
           
 



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