Uses of Interface
org.apache.jena.riot.WriterGraphRIOTFactory

Packages that use WriterGraphRIOTFactory
org.apache.jena.riot   
 

Uses of WriterGraphRIOTFactory in org.apache.jena.riot
 

Methods in org.apache.jena.riot that return WriterGraphRIOTFactory
static WriterGraphRIOTFactory RDFWriterRegistry.getWriterGraphFactory(Lang lang)
          Get the graph writer factory asscoiated with the language
static WriterGraphRIOTFactory RDFWriterRegistry.getWriterGraphFactory(RDFFormat serialization)
          Get the graph writer factory asscoiated with the output format
 

Methods in org.apache.jena.riot with parameters of type WriterGraphRIOTFactory
static void RDFWriterRegistry.register(RDFFormat serialization, WriterGraphRIOTFactory graphWriterFactory)
          Register the serialization for graphs and it's associated factory
 



Licenced under the Apache License, Version 2.0