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
QueryParseException exceptions for problems.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic SPARQLParsercreateParser(Syntax syntaxURI) final Query
-
Constructor Details
-
SPARQLParser
public SPARQLParser()
-
-
Method Details
-
parse
- Throws:
QueryParseException
-
canParse
-
createParser
-