java.lang.Object
org.apache.jena.sparql.lang.SPARQLParser
- Direct Known Subclasses:
ParserARQ
,ParserSPARQL10
,ParserSPARQL11
,ParserSPARQL12
This class provides the root of lower level access to all the parsers.
Each subclass hides the details of the per-language exception handlers and other
javacc details to provide a methods that deal with setting up Query objects
and using QueryException exceptions for problems.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static SPARQLParser
createParser
(Syntax syntaxURI) final Query
-
Constructor Details
-
SPARQLParser
public SPARQLParser()
-
-
Method Details
-
parse
- Throws:
QueryParseException
-
canParse
-
createParser
-