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