Uses of Interface
org.apache.jena.riot.WriterGraphRIOTFactory
-
Packages that use WriterGraphRIOTFactory Package Description org.apache.jena.riot -
-
Uses of WriterGraphRIOTFactory in org.apache.jena.riot
Methods in org.apache.jena.riot that return WriterGraphRIOTFactory Modifier and Type Method Description static WriterGraphRIOTFactoryRDFWriterRegistry. getWriterGraphFactory(Lang lang)Get the graph writer factory associated with the languagestatic WriterGraphRIOTFactoryRDFWriterRegistry. getWriterGraphFactory(RDFFormat serialization)Get the graph writer factory associated with the output formatMethods in org.apache.jena.riot with parameters of type WriterGraphRIOTFactory Modifier and Type Method Description static voidRDFWriterRegistry. register(RDFFormat serialization, WriterGraphRIOTFactory graphWriterFactory)Register the serialization for graphs and it's associated factory
-