Class TsvWriter
Class for generating TSV files from RDF Graphs.
Inherited Members
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class TsvWriter : BaseRdfWriter, IRdfWriter, IFormatterBasedWriter
Properties
| Edit this page View SourceTripleFormatterType
Gets the type of the Triple Formatter used by this writer.
Declaration
public Type TripleFormatterType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
| Edit this page View SourceSaveInternal(IGraph, TextWriter)
Saves a Graph to TSV format.
Declaration
protected override void SaveInternal(IGraph g, TextWriter output)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
TextWriter | output | Writer to save to. |
Overrides
| Edit this page View SourceToString()
Gets the String representation of the writer which is a description of the syntax it produces.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
Events
| Edit this page View SourceWarning
Event which is raised if the Writer detects a non-fatal error with the RDF being output
Declaration
public override event RdfWriterWarning Warning
Event Type
Type | Description |
---|---|
RdfWriterWarning |
Overrides
Remarks
This class does not raise this event.