Show / Hide Table of Contents

Class TsvFormatter

Formatter for formatting as TSV.
Inheritance
System.Object
BaseFormatter
DeliminatedLineFormatter
TsvFormatter
Implements
INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
Inherited Members
DeliminatedLineFormatter.Format(Triple)
DeliminatedLineFormatter.FormatUriNode(IUriNode, Nullable<TripleSegment>)
DeliminatedLineFormatter.FormatLiteralNode(ILiteralNode, Nullable<TripleSegment>)
DeliminatedLineFormatter.FormatUri(String)
BaseFormatter.FormatName
BaseFormatter.Format(INode, Nullable<TripleSegment>)
BaseFormatter.Format(INode)
BaseFormatter.FormatUri(Uri)
BaseFormatter.FormatBlankNode(IBlankNode, Nullable<TripleSegment>)
BaseFormatter.FormatVariableNode(IVariableNode, Nullable<TripleSegment>)
BaseFormatter.FormatGraphLiteralNode(IGraphLiteralNode, Nullable<TripleSegment>)
BaseFormatter.FormatChar(Char)
BaseFormatter.FormatChar(Char[])
BaseFormatter.Format(SparqlResult)
BaseFormatter.FormatBooleanResult(Boolean)
BaseFormatter.Escape(String, List<String[]>)
BaseFormatter.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public class TsvFormatter : DeliminatedLineFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter

Constructors

| Improve this Doc View Source

TsvFormatter()

Creates a new TSV Formatter.
Declaration
public TsvFormatter()

Implements

INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TsvFormatter()
  • Implements
  • Extension Methods
Back to top Generated by DocFX