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 QueryParser
QueryParserUtil. createParser(QueryLanguage ql)
QueryParser
QueryParserFactory. 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 class
SeRQLParser
Methods in org.eclipse.rdf4j.query.parser.serql that return QueryParser Modifier and Type Method Description protected abstract QueryParser
SeRQLParserTestCase. createParser()
QueryParser
SeRQLParserFactory. 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 class
SPARQLParser
Methods in org.eclipse.rdf4j.query.parser.sparql that return QueryParser Modifier and Type Method Description QueryParser
SPARQLParserFactory. getParser()
Returns a shared, thread-safe, instance of SPARQLParser.
-