org.qi4j.library.rdf.serializer
Class N3Serializer

java.lang.Object
  extended by org.qi4j.library.rdf.serializer.N3Serializer
All Implemented Interfaces:
Serializer

public final class N3Serializer
extends Object


Constructor Summary
N3Serializer()
           
 
Method Summary
 void serialize(Iterable<org.openrdf.model.Statement> graph, Writer out)
           
 void serialize(Iterable<org.openrdf.model.Statement> graph, Writer out, String[] namespacePrefixes, String[] namespaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

N3Serializer

public N3Serializer()
Method Detail

serialize

public void serialize(Iterable<org.openrdf.model.Statement> graph,
                      Writer out)
               throws org.openrdf.rio.RDFHandlerException
Specified by:
serialize in interface Serializer
Throws:
org.openrdf.rio.RDFHandlerException

serialize

public void serialize(Iterable<org.openrdf.model.Statement> graph,
                      Writer out,
                      String[] namespacePrefixes,
                      String[] namespaces)
               throws org.openrdf.rio.RDFHandlerException
Specified by:
serialize in interface Serializer
Throws:
org.openrdf.rio.RDFHandlerException