Show / Hide Table of Contents

Class UncompressedTurtleFormatter

Formatter which formats Turtle without any compression.

Inheritance
object
BaseFormatter
NTriplesFormatter
UncompressedTurtleFormatter
UncompressedNotation3Formatter
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.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 UncompressedTurtleFormatter : NTriplesFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter, ICommentFormatter

Constructors

| Edit this page View Source

UncompressedTurtleFormatter()

Creates a new Uncompressed Turtle Formatter.

Declaration
public UncompressedTurtleFormatter()
| Edit this page View Source

UncompressedTurtleFormatter(string)

Creates a new Uncompressed Formatter.

Declaration
protected UncompressedTurtleFormatter(string formatName)
Parameters
Type Name Description
string formatName

Format Name.

Methods

| Edit this page View Source

FormatChar(char)

Formats characters.

Declaration
[Obsolete("This form of the FormatChar() method is considered obsolete as it is inefficient", true)]
public override string FormatChar(char c)
Parameters
Type Name Description
char c

Character.

Returns
Type Description
string
Overrides
NTriplesFormatter.FormatChar(char)
| 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
    • UncompressedTurtleFormatter()
    • UncompressedTurtleFormatter(string)
  • Methods
    • FormatChar(char)
    • FormatChar(char[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX