@Deprecated public class DatasetDeclProcessor extends Object
Dataset
from an ASTQueryContainer, if one is contained.Constructor and Description |
---|
DatasetDeclProcessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Dataset |
process(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc)
Deprecated.
Extracts a SPARQL
Dataset from an ASTQueryContainer, if one is contained. |
public static Dataset process(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc) throws MalformedQueryException
Dataset
from an ASTQueryContainer, if one is contained. Returns null otherwise.qc
- The query model to resolve relative URIs in.MalformedQueryException
- If DatasetClause does not contain a valid URI.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.