Package org.apache.jena.sparql.lang
Interface SPARQLParserFactory
-
public interface SPARQLParserFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(Syntax syntax)
Return true if this factory can create a parser for the given syntaxSPARQLParser
create(Syntax syntax)
Return a parser for the given syntax
-
-
-
Method Detail
-
accept
boolean accept(Syntax syntax)
Return true if this factory can create a parser for the given syntax
-
create
SPARQLParser create(Syntax syntax)
Return a parser for the given syntax
-
-