Uses of Class
org.openrdf.query.parser.sparql.ast.ASTQueryContainer

Packages that use ASTQueryContainer
org.openrdf.query.parser.sparql The SPARQL query engine. 
org.openrdf.query.parser.sparql.ast   
 

Uses of ASTQueryContainer in org.openrdf.query.parser.sparql
 

Methods in org.openrdf.query.parser.sparql with parameters of type ASTQueryContainer
static Dataset DatasetDeclProcessor.process(ASTQueryContainer qc)
          Extracts a SPARQL #Dataset from an ASTQueryContainer, if one is contained.
 

Uses of ASTQueryContainer in org.openrdf.query.parser.sparql.ast
 

Methods in org.openrdf.query.parser.sparql.ast that return ASTQueryContainer
static ASTQueryContainer SyntaxTreeBuilder.parseQuery(String query)
          Parses the supplied SPARQL query and builds a syntax tree from it.
 ASTQueryContainer SyntaxTreeBuilder.QueryContainer()
           
 

Methods in org.openrdf.query.parser.sparql.ast with parameters of type ASTQueryContainer
 Object SyntaxTreeBuilderVisitor.visit(ASTQueryContainer node, Object data)
           
 



Copyright © 2001-2007 Aduna. All Rights Reserved.