org.apache.jena.riot.writer
Class TurtleWriterFlat

java.lang.Object
  extended by org.apache.jena.riot.writer.WriterGraphRIOTBase
      extended by org.apache.jena.riot.writer.TurtleWriterBase
          extended by org.apache.jena.riot.writer.TurtleWriterFlat
All Implemented Interfaces:
WriterGraphRIOT

public class TurtleWriterFlat
extends TurtleWriterBase

Write Turtle with omne triple on one line with prefixed names, with short form literals (e.g. integers)


Constructor Summary
TurtleWriterFlat()
           
 
Method Summary
 
Methods inherited from class org.apache.jena.riot.writer.TurtleWriterBase
getLang, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurtleWriterFlat

public TurtleWriterFlat()


Licenced under the Apache License, Version 2.0