Package | Description |
---|---|
org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
org.openrdf.query.parser.sparql.ast |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
BlankNodeVarProcessor.process(ASTOperationContainer qc) |
static Map<String,String> |
PrefixDeclProcessor.process(ASTOperationContainer qc)
Processes prefix declarations in queries.
|
static void |
StringEscapesProcessor.process(ASTOperationContainer qc)
Processes escape sequences in ASTString objects.
|
static Dataset |
DatasetDeclProcessor.process(ASTOperationContainer qc)
Extracts a SPARQL
Dataset from an ASTQueryContainer, if one is
contained. |
static void |
BaseDeclProcessor.process(ASTOperationContainer qc,
String externalBaseURI)
Resolves relative URIs in the supplied query model using either the
specified externalBaseURI or, if this parameter is null,
the base URI specified in the query model itself.
|
Modifier and Type | Class and Description |
---|---|
class |
ASTQueryContainer |
class |
ASTUpdateContainer |
Copyright © 2001-2013 Aduna. All Rights Reserved.