Uses of Interface
org.apache.jena.sparql.lang.SPARQLParserFactory
Packages that use SPARQLParserFactory
-
Uses of SPARQLParserFactory in org.apache.jena.sparql.lang
Methods in org.apache.jena.sparql.lang that return SPARQLParserFactoryModifier and TypeMethodDescriptionstatic SPARQLParserFactory
SPARQLParserRegistry.findFactory
(Syntax syntax) Return a suitable factory for the given syntaxSPARQLParserRegistry.getFactory
(Syntax syntax) Return a suitable parser factory for the given syntaxMethods in org.apache.jena.sparql.lang with parameters of type SPARQLParserFactoryModifier and TypeMethodDescriptionvoid
SPARQLParserRegistry.add
(Syntax syntax, SPARQLParserFactory f) Register the given parser factory for the specified syntax.static void
SPARQLParserRegistry.addFactory
(Syntax syntax, SPARQLParserFactory f) Register the given parser factory for the specified syntax.