Uses of Interface
org.apache.jena.sparql.serializer.UpdateSerializerFactory
-
Packages that use UpdateSerializerFactory Package Description org.apache.jena.sparql.serializer -
-
Uses of UpdateSerializerFactory in org.apache.jena.sparql.serializer
Methods in org.apache.jena.sparql.serializer that return UpdateSerializerFactory Modifier and Type Method Description UpdateSerializerFactorySerializerRegistry. getUpdateSerializerFactory(Syntax syntax)Gets the update serializer factory for the given syntax which may be null if there is none registeredMethods in org.apache.jena.sparql.serializer with parameters of type UpdateSerializerFactory Modifier and Type Method Description voidSerializerRegistry. addUpdateSerializer(Syntax syntax, UpdateSerializerFactory factory)Adds an update serializer factory for the given syntax
-