|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatWriter | |
---|---|
org.apache.any23.writer | TODO fillme |
Uses of FormatWriter in org.apache.any23.writer |
---|
Classes in org.apache.any23.writer that implement FormatWriter | |
---|---|
class |
JSONWriter
Implementation of JSON format writer. |
class |
NQuadsWriter
Implementation of an NQuads writer. |
class |
NTriplesWriter
N3 triples writer. |
class |
RDFWriterTripleHandler
A TripleHandler that writes
triples to a Sesame RDFWriter ,
eg for serialization using one of Sesame's writers. |
class |
RDFXMLWriter
RDF/XML writer implementation. |
class |
TriXWriter
TriX format writer implementation. |
class |
TurtleWriter
N3 notation writer. |
class |
URIListWriter
This writer simply produces a list of unique URI present in the subject or in the object of every single extracted RDF Statement. |
Methods in org.apache.any23.writer that return FormatWriter | |
---|---|
FormatWriter |
WriterRegistry.getWriterInstanceByIdentifier(String id,
OutputStream os)
Returns an instance of FormatWriter ready to write on the given os
OutputStream . |
Methods in org.apache.any23.writer that return types with arguments of type FormatWriter | |
---|---|
Class<? extends FormatWriter> |
WriterRegistry.getWriterByIdentifier(String id)
Returns the FormatWriter identified by id . |
Method parameters in org.apache.any23.writer with type arguments of type FormatWriter | |
---|---|
static String |
WriterRegistry.getIdentifier(Class<? extends FormatWriter> writerClass)
Reads the identifier specified for the given FormatWriter . |
static String |
WriterRegistry.getMimeType(Class<? extends FormatWriter> writerClass)
Reads the MIME Type specified for the given FormatWriter . |
void |
WriterRegistry.register(Class<? extends FormatWriter> writerClass)
Registers a new FormatWriter to the registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |