Uses of Interface
org.apache.jena.sparql.lang.SPARQLParserFactory
-
Packages that use SPARQLParserFactory Package Description org.apache.jena.sparql.lang -
-
Uses of SPARQLParserFactory in org.apache.jena.sparql.lang
Methods in org.apache.jena.sparql.lang that return SPARQLParserFactory Modifier and Type Method Description static SPARQLParserFactorySPARQLParserRegistry. findFactory(Syntax syntax)Return a suitable factory for the given syntaxSPARQLParserFactorySPARQLParserRegistry. getFactory(Syntax syntax)Return a suitable parser factory for the given syntaxMethods in org.apache.jena.sparql.lang with parameters of type SPARQLParserFactory Modifier and Type Method Description voidSPARQLParserRegistry. add(Syntax syntax, SPARQLParserFactory f)Register the given parser factory for the specified syntax.static voidSPARQLParserRegistry. addFactory(Syntax syntax, SPARQLParserFactory f)Register the given parser factory for the specified syntax.
-