Uses of Interface
org.apache.jena.sparql.lang.SPARQLParserFactory
-
Uses of SPARQLParserFactory in org.apache.jena.sparql.lang
Modifier 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 syntaxModifier 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.