Uses of Class
org.overlord.sramp.common.query.xpath.ast.Query

Packages that use Query
org.overlord.sramp.common.query.xpath   
org.overlord.sramp.common.query.xpath.visitors   
 

Uses of Query in org.overlord.sramp.common.query.xpath
 

Methods in org.overlord.sramp.common.query.xpath that return Query
protected  Query XPathParser.parseQuery(TokenStream tokens)
          Parses a Query from the given token stream.
 Query XPathParser.parseXPath(String xpath)
          Called to parse the XPath query into an S-RAMP XPath AST.
 

Uses of Query in org.overlord.sramp.common.query.xpath.visitors
 

Methods in org.overlord.sramp.common.query.xpath.visitors with parameters of type Query
 void XPathVisitor.visit(Query node)
          Visits a specific x-path node.
 void XPathSerializationVisitor.visit(Query node)
           
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.