public class SPARQLSyntaxChecker extends Object
| Constructor and Description |
|---|
SPARQLSyntaxChecker() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
checkQuery(org.apache.jena.query.Query query,
Set<String> preBoundVars)
Checks whether a given Query violates any of the syntax rules in Appendix A.
|
public static List<String> checkQuery(org.apache.jena.query.Query query, Set<String> preBoundVars)
query - the Query to checkpreBoundVars - the potentially pre-bound variablesCopyright © 2017 TopQuadrant, Inc.. All rights reserved.