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