parseBooleanQuery(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query.
parseGraphQuery(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query.
parseQuery(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query. Parameters: baseURI - The base URI to resolve any relative URIs that are in the queryagainst, can be null if the query does not contain anyrelative URIs.
parseTupleQuery(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query.
Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query. The query model for the parsed query. throws: IllegalArgumentException - If the supplied query is not a graph query. throws: MalformedQueryException - If the supplied query was malformed. throws: UnsupportedQueryLanguageException - If the specified query language is not supported.
Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query. The query model for the parsed query. throws: IllegalArgumentException - If the supplied query is not a graph query. throws: MalformedQueryException - If the supplied query was malformed. throws: UnsupportedQueryLanguageException - If the specified query language is not supported.
Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query. Parameters: baseURI - The base URI to resolve any relative URIs that are in the queryagainst, can be null if the query does not contain anyrelative URIs. The query model for the parsed query. throws: MalformedQueryException - If the supplied query was malformed. throws: UnsupportedQueryLanguageException - If the specified query language is not supported.
Parses the supplied query into a query model.
Parameters: ql - The language in which the query is formulated. Parameters: query - The query. The query model for the parsed query. throws: IllegalArgumentException - If the supplied query is not a tuple query. throws: MalformedQueryException - If the supplied query was malformed. throws: UnsupportedQueryLanguageException - If the specified query language is not supported.