Show / Hide Table of Contents

Class UncompressedTurtleStarFormatter

Formatter which formats Turtle-Star without any compression.

Inheritance
object
BaseFormatter
NTriplesFormatter
UncompressedTurtleStarFormatter
Implements
INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
ICommentFormatter
Inherited Members
NTriplesFormatter.Syntax
NTriplesFormatter.Format(Triple, IRefNode)
NTriplesFormatter.FormatUriNode(IUriNode, TripleSegment?)
NTriplesFormatter.FormatLiteralNode(ILiteralNode, TripleSegment?)
NTriplesFormatter.FormatDatatype(Uri)
NTriplesFormatter.FormatTripleNode(ITripleNode, TripleSegment?)
NTriplesFormatter.FormatChar(char)
NTriplesFormatter.FormatBlankNode(IBlankNode, TripleSegment?)
NTriplesFormatter.FormatUri(Uri)
NTriplesFormatter.FormatUri(string)
NTriplesFormatter.FormatComment(string)
BaseFormatter.FormatName
BaseFormatter.Format(INode, TripleSegment?)
BaseFormatter.Format(INode)
BaseFormatter.Format(Triple)
BaseFormatter.FormatVariableNode(IVariableNode, TripleSegment?)
BaseFormatter.FormatGraphLiteralNode(IGraphLiteralNode, TripleSegment?)
BaseFormatter.Format(ISparqlResult)
BaseFormatter.FormatBooleanResult(bool)
BaseFormatter.Escape(string, List<string[]>)
BaseFormatter.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public class UncompressedTurtleStarFormatter : NTriplesFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter, ICommentFormatter

Constructors

| Edit this page View Source

UncompressedTurtleStarFormatter()

Creates a new uncompressed Turtle-Star formatter.

Declaration
public UncompressedTurtleStarFormatter()

Methods

| Edit this page View Source

FormatChar(char[])

Formats a sequence of characters as a String.

Declaration
public override string FormatChar(char[] cs)
Parameters
Type Name Description
char[] cs

Characters.

Returns
Type Description
string

String.

Overrides
NTriplesFormatter.FormatChar(char[])

Implements

INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
ICommentFormatter

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • UncompressedTurtleStarFormatter()
  • Methods
    • FormatChar(char[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX