public class PrefixDeclProcessor extends Object
| Constructor and Description |
|---|
PrefixDeclProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
process(ASTOperationContainer qc)
Processes prefix declarations in queries.
|
public static Map<String,String> process(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 © 2001-2016 Aduna. All Rights Reserved.