@Deprecated @InternalUseOnly public class PrefixDeclProcessor extends Object
Constructor and Description |
---|
PrefixDeclProcessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
process(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc)
Deprecated.
Processes prefix declarations in queries.
|
public static Map<String,String> process(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer qc) throws MalformedQueryException
ASTQName
nodes in the query with
equivalent ASTIRI
nodes.qc
- The query that needs to be processed.MalformedQueryException
- If the query contains redefined prefixes or qnames that use undefined prefixes.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.