A C G L M O P Q R S T V 

A

addUpdateExpr(UpdateExpr) - Method in class org.openrdf.query.parser.ParsedUpdate
 

C

createParser(QueryLanguage) - Static method in class org.openrdf.query.parser.QueryParserUtil
 

G

getDataset() - Method in class org.openrdf.query.parser.ParsedQuery
 
getDatasetMapping() - Method in class org.openrdf.query.parser.ParsedUpdate
 
getInstance() - Static method in class org.openrdf.query.parser.QueryParserRegistry
Gets the default QueryParserRegistry.
getKey(QueryParserFactory) - Method in class org.openrdf.query.parser.QueryParserRegistry
 
getNamespaces() - Method in class org.openrdf.query.parser.ParsedUpdate
 
getParser() - Method in interface org.openrdf.query.parser.QueryParserFactory
Returns a QueryParser instance.
getQueryLanguage() - Method in interface org.openrdf.query.parser.QueryParserFactory
Returns the query language for this factory.
getQueryNamespaces() - Method in class org.openrdf.query.parser.ParsedGraphQuery
 
getRestOfQueryToken(String) - Static method in class org.openrdf.query.parser.QueryPrologLexer
Tokenizes the input string on prolog elements and returns the final Token.
getSourceString() - Method in class org.openrdf.query.parser.ParsedOperation
 
getStringValue() - Method in class org.openrdf.query.parser.QueryPrologLexer.Token
Get the corresponding string value for this token.
getTupleExpr() - Method in class org.openrdf.query.parser.ParsedQuery
Gets the tuple expression underlying this operation.
getType() - Method in class org.openrdf.query.parser.QueryPrologLexer.Token
 
getUpdateExprs() - Method in class org.openrdf.query.parser.ParsedUpdate
 

L

lex(String) - Static method in class org.openrdf.query.parser.QueryPrologLexer
Tokenizes a syntactically legal input SPARQL query on prolog elements.

M

map(UpdateExpr, Dataset) - Method in class org.openrdf.query.parser.ParsedUpdate
 

O

org.openrdf.query.parser - package org.openrdf.query.parser
 

P

parseBooleanQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
ParsedBooleanQuery - Class in org.openrdf.query.parser
A query formulated in the OpenRDF query algebra that produces a boolean value as its result.
ParsedBooleanQuery() - Constructor for class org.openrdf.query.parser.ParsedBooleanQuery
Creates a new boolean query.
ParsedBooleanQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedBooleanQuery
Creates a new boolean query for the supplied tuple expression.
ParsedBooleanQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedBooleanQuery
Creates a new boolean query for the supplied tuple expression.
ParsedGraphQuery - Class in org.openrdf.query.parser
A query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result.
ParsedGraphQuery() - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query for the supplied tuple expression.
ParsedGraphQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query for the supplied tuple expression.
ParsedGraphQuery(TupleExpr, Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(String, TupleExpr, Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedOperation - Class in org.openrdf.query.parser
Abstract superclass of all operations that can be formulated in a query language and parsed by the query parser.
ParsedOperation() - Constructor for class org.openrdf.query.parser.ParsedOperation
 
ParsedOperation(String) - Constructor for class org.openrdf.query.parser.ParsedOperation
 
ParsedQuery - Class in org.openrdf.query.parser
Abstract super class of all query types that a query parser can generate.
ParsedQuery() - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(TupleExpr, Dataset) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String, TupleExpr, Dataset) - Constructor for class org.openrdf.query.parser.ParsedQuery
Creates a new query object.
ParsedTupleQuery - Class in org.openrdf.query.parser
A query formulated in the OpenRDF query algebra that produces a set of tuples as its result.
ParsedTupleQuery() - Constructor for class org.openrdf.query.parser.ParsedTupleQuery
Creates a new tuple query.
ParsedTupleQuery(TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedTupleQuery
Creates a new tuple query for the supplied tuple expression.
ParsedTupleQuery(String, TupleExpr) - Constructor for class org.openrdf.query.parser.ParsedTupleQuery
Creates a new tuple query for the supplied tuple expression.
ParsedUpdate - Class in org.openrdf.query.parser
A parsed update sequence formulated in the OpenRDF query algebra.
ParsedUpdate() - Constructor for class org.openrdf.query.parser.ParsedUpdate
Creates a new update sequence.
ParsedUpdate(Map<String, String>) - Constructor for class org.openrdf.query.parser.ParsedUpdate
Creates a new update sequence.
parseGraphQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseOperation(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied operation into a query model.
parseQuery(String, String) - Method in interface org.openrdf.query.parser.QueryParser
 
parseQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseTupleQuery(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseUpdate(String, String) - Method in interface org.openrdf.query.parser.QueryParser
 
parseUpdate(QueryLanguage, String, String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Parses the supplied update operation into a query model.

Q

QueryParser - Interface in org.openrdf.query.parser
An RDF query parser translate query strings in some query language to OpenRDF query models.
QueryParserFactory - Interface in org.openrdf.query.parser
A QueryParserFactory returns QueryParsers for a specific query language.
QueryParserRegistry - Class in org.openrdf.query.parser
A registry that keeps track of the available QueryParserFactorys.
QueryParserRegistry() - Constructor for class org.openrdf.query.parser.QueryParserRegistry
 
QueryParserUtil - Class in org.openrdf.query.parser
Utility class for creating query parsers and parsing queries in various query languages.
QueryParserUtil() - Constructor for class org.openrdf.query.parser.QueryParserUtil
 
QueryPrologLexer - Class in org.openrdf.query.parser
A simple lexer that tokenizes a syntactically legal input SPARQL query string on prolog items (prefixes, base declarations, IRIs, comments, and syntactical tokens such as keywords, opening and closing brackets, and hashes).
QueryPrologLexer() - Constructor for class org.openrdf.query.parser.QueryPrologLexer
 
QueryPrologLexer.Token - Class in org.openrdf.query.parser
 
QueryPrologLexer.Token(QueryPrologLexer.TokenType, String) - Constructor for class org.openrdf.query.parser.QueryPrologLexer.Token
 
QueryPrologLexer.TokenType - Enum in org.openrdf.query.parser
 

R

removeSPARQLQueryProlog(String) - Static method in class org.openrdf.query.parser.QueryParserUtil
Removes SPARQL prefix and base declarations, if any, from the supplied SPARQL query string.

S

s - Variable in class org.openrdf.query.parser.QueryPrologLexer.Token
 
setDataset(Dataset) - Method in class org.openrdf.query.parser.ParsedQuery
 
setTupleExpr(TupleExpr) - Method in class org.openrdf.query.parser.ParsedQuery
Gets the tuple expression underlying this operation.

T

t - Variable in class org.openrdf.query.parser.QueryPrologLexer.Token
 
toString() - Method in class org.openrdf.query.parser.ParsedQuery
 
toString() - Method in class org.openrdf.query.parser.ParsedUpdate
 
toString() - Method in class org.openrdf.query.parser.QueryPrologLexer.Token
 

V

valueOf(String) - Static method in enum org.openrdf.query.parser.QueryPrologLexer.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openrdf.query.parser.QueryPrologLexer.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
A C G L M O P Q R S T V 

Copyright © 2001-2014 Aduna. All Rights Reserved.