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.
|
Modifier and Type | Method and Description |
---|---|
static QueryParser |
QueryParserUtil.createParser(QueryLanguage ql) |
QueryParser |
QueryParserFactory.getParser()
Returns a QueryParser instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SeRQLParser |
Modifier and Type | Method and Description |
---|---|
protected abstract QueryParser |
SeRQLParserTestCase.createParser() |
QueryParser |
SeRQLParserFactory.getParser()
Returns a shared, thread-safe, instance of SeRQLParser.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLParser |
Modifier and Type | Method and Description |
---|---|
QueryParser |
SPARQLParserFactory.getParser()
Returns a shared, thread-safe, instance of SPARQLParser.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.