org.apache.any23.writer
Class TurtleWriter

java.lang.Object
  extended by org.apache.any23.writer.RDFWriterTripleHandler
      extended by org.apache.any23.writer.TurtleWriter
All Implemented Interfaces:
FormatWriter, TripleHandler

public class TurtleWriter
extends RDFWriterTripleHandler
implements FormatWriter

N3 notation writer.


Constructor Summary
TurtleWriter(OutputStream out)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.any23.writer.RDFWriterTripleHandler
close, closeContext, endDocument, isAnnotated, openContext, receiveNamespace, receiveTriple, setAnnotated, setContentLength, startDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.any23.writer.FormatWriter
isAnnotated, setAnnotated
 
Methods inherited from interface org.apache.any23.writer.TripleHandler
close, closeContext, endDocument, openContext, receiveNamespace, receiveTriple, setContentLength, startDocument
 

Constructor Detail

TurtleWriter

public TurtleWriter(OutputStream out)
Constructor.

Parameters:
out - stream to write on.


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.