Uses of Interface
org.eclipse.rdf4j.query.parser.QueryParser
-
Packages that use QueryParser Package Description org.eclipse.rdf4j.query.parser org.eclipse.rdf4j.query.parser.serql The SeRQL query engine.org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser. -
-
Uses of QueryParser in org.eclipse.rdf4j.query.parser
Methods in org.eclipse.rdf4j.query.parser that return QueryParser Modifier and Type Method Description static QueryParserQueryParserUtil. createParser(QueryLanguage ql)QueryParserQueryParserFactory. getParser()Returns a QueryParser instance. -
Uses of QueryParser in org.eclipse.rdf4j.query.parser.serql
Classes in org.eclipse.rdf4j.query.parser.serql that implement QueryParser Modifier and Type Class Description classSeRQLParserMethods in org.eclipse.rdf4j.query.parser.serql that return QueryParser Modifier and Type Method Description protected abstract QueryParserSeRQLParserTestCase. createParser()QueryParserSeRQLParserFactory. getParser()Returns a shared, thread-safe, instance of SeRQLParser. -
Uses of QueryParser in org.eclipse.rdf4j.query.parser.sparql
Classes in org.eclipse.rdf4j.query.parser.sparql that implement QueryParser Modifier and Type Class Description classSPARQLParserMethods in org.eclipse.rdf4j.query.parser.sparql that return QueryParser Modifier and Type Method Description QueryParserSPARQLParserFactory. getParser()Returns a shared, thread-safe, instance of SPARQLParser.
-