public class RDFXMLPrettyWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for RDF/XML writers.| Constructor and Description |
|---|
RDFXMLPrettyWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns
RDFFormat.RDFXML. |
RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
RDFXMLPrettyWriter. |
RDFWriter |
getWriter(OutputStream out,
String baseURI)
Returns a new instance of
RDFXMLPrettyWriter. |
RDFWriter |
getWriter(Writer writer)
Returns a new instance of
RDFXMLPrettyWriter. |
RDFWriter |
getWriter(Writer writer,
String baseURI)
Returns a new instance of
RDFXMLPrettyWriter. |
public RDFFormat getRDFFormat()
RDFFormat.RDFXML.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
RDFXMLPrettyWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out, String baseURI) throws URISyntaxException
RDFXMLPrettyWriter.getWriter in interface RDFWriterFactoryURISyntaxExceptionpublic RDFWriter getWriter(Writer writer)
RDFXMLPrettyWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer, String baseURI) throws URISyntaxException
RDFXMLPrettyWriter.getWriter in interface RDFWriterFactoryURISyntaxExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.