| |
|
| java.lang.Object org.openrdf.rio.trix.TriXWriter
TriXWriter | public class TriXWriter implements RDFWriter(Code) | | An implementation of the RDFWriter interface that writes RDF documents in TriX format.
author: Arjohn Kampman |
Constructor Summary | |
public | TriXWriter(OutputStream out) Creates a new TriXWriter that will write to the supplied OutputStream. | public | TriXWriter(Writer writer) Creates a new TriXWriter that will write to the supplied Writer. | protected | TriXWriter(XMLWriter xmlWriter) |
TriXWriter | public TriXWriter(OutputStream out)(Code) | | Creates a new TriXWriter that will write to the supplied OutputStream.
Parameters: out - The OutputStream to write the RDF/XML document to. |
TriXWriter | public TriXWriter(Writer writer)(Code) | | Creates a new TriXWriter that will write to the supplied Writer.
Parameters: writer - The Writer to write the RDF/XML document to. |
TriXWriter | protected TriXWriter(XMLWriter xmlWriter)(Code) | | |
|
|
|