|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory
public class RDFXMLPrettyWriterFactory
An RDFWriterFactory for RDF/XML writers.
| Constructor Summary | |
|---|---|
RDFXMLPrettyWriterFactory()
|
|
| Method Summary | |
|---|---|
RDFFormat |
getRDFFormat()
Returns RDFFormat.RDFXML. |
RDFWriter |
getWriter(OutputStream out)
Returns a new instance of RDFXMLPrettyWriter. |
RDFWriter |
getWriter(Writer writer)
Returns a new instance of RDFXMLPrettyWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFXMLPrettyWriterFactory()
| Method Detail |
|---|
public RDFFormat getRDFFormat()
RDFFormat.RDFXML.
getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
RDFXMLPrettyWriter.
getWriter in interface RDFWriterFactoryout - The OutputStream to write the RDF to.public RDFWriter getWriter(Writer writer)
RDFXMLPrettyWriter.
getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||