Uses of Class
org.apache.jena.riot.writer.WriterGraphRIOTBase

Packages that use WriterGraphRIOTBase
org.apache.jena.riot.adapters   
org.apache.jena.riot.system   
org.apache.jena.riot.writer   
 

Uses of WriterGraphRIOTBase in org.apache.jena.riot.adapters
 

Subclasses of WriterGraphRIOTBase in org.apache.jena.riot.adapters
 class AdapterRDFWriter
          Wrapper for using old-style Jena RDFWriters in RIOT.
 

Uses of WriterGraphRIOTBase in org.apache.jena.riot.system
 

Methods in org.apache.jena.riot.system that return WriterGraphRIOTBase
static WriterGraphRIOTBase RiotLib.adapter(WriterDatasetRIOT writer)
           
 

Uses of WriterGraphRIOTBase in org.apache.jena.riot.writer
 

Subclasses of WriterGraphRIOTBase in org.apache.jena.riot.writer
 class NTriplesWriter
           
 class RDFJSONWriter
           
 class RDFXMLAbbrevWriter
          Wrapper to the RDF/XML writer (preRIOT).
 class RDFXMLPlainWriter
          Wrapper to the RDF/XML writer (preRIOT).
 class TurtleWriter
           
 class TurtleWriterBase
           
 class TurtleWriterBlocks
          Turtle writer that streams - print in blocks of triples formatted by adjacent same subject.
 class TurtleWriterFlat
          Write Turtle with omne triple on one line with prefixed names, with short form literals (e.g.
 



Licenced under the Apache License, Version 2.0