| 
 | ||||||||||
| 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 | JSONWriterImplementation of JSON format writer. | 
|  class | NQuadsWriterImplementation of an NQuads writer. | 
|  class | NTriplesWriterN3 triples writer. | 
|  class | RDFWriterTripleHandlerA TripleHandlerthat writes
 triples to a SesameRDFWriter,
 eg for serialization using one of Sesame's writers. | 
|  class | RDFXMLWriterRDF/XML writer implementation. | 
|  class | TriXWriterTriX format writer implementation. | 
|  class | TurtleWriterN3 notation writer. | 
|  class | URIListWriterThis 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 FormatWriterready to write on the givenosOutputStream. | 
| Methods in org.apache.any23.writer that return types with arguments of type FormatWriter | |
|---|---|
|  Class<? extends FormatWriter> | WriterRegistry.getWriterByIdentifier(String id)Returns the FormatWriteridentified byid. | 
| 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 FormatWriterto the registry. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||