Package | Description |
---|---|
org.openrdf.query.parser | |
org.openrdf.query.parser.serql |
The SeRQL query engine.
|
org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
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 © 2001–2016 Aduna. All rights reserved.