Show / Hide Table of Contents

Class UncompressedTurtleFormatter

Formatter which formats Turtle without any compression.
Inheritance
System.Object
BaseFormatter
NTriplesFormatter
UncompressedTurtleFormatter
UncompressedNotation3Formatter
Implements
INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
Inherited Members
NTriplesFormatter.Syntax
NTriplesFormatter.FormatUriNode(IUriNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatLiteralNode(ILiteralNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatBlankNode(IBlankNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatUri(Uri)
NTriplesFormatter.FormatUri(String)
BaseFormatter.FormatName
BaseFormatter.Format(INode, Nullable<TripleSegment>)
BaseFormatter.Format(INode)
BaseFormatter.Format(Triple)
BaseFormatter.FormatVariableNode(IVariableNode, Nullable<TripleSegment>)
BaseFormatter.FormatGraphLiteralNode(IGraphLiteralNode, Nullable<TripleSegment>)
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 UncompressedTurtleFormatter : NTriplesFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter

Constructors

| Improve this Doc View Source

UncompressedTurtleFormatter()

Creates a new Uncompressed Turtle Formatter.
Declaration
public UncompressedTurtleFormatter()
| Improve this Doc View Source

UncompressedTurtleFormatter(String)

Creates a new Uncompressed Formatter.
Declaration
protected UncompressedTurtleFormatter(string formatName)
Parameters
Type Name Description
System.String formatName Format Name.

Methods

| Improve this Doc View Source

FormatChar(Char)

Formats characters.
Declaration
[Obsolete("This form of the FormatChar() method is considered obsolete as it is inefficient", false)]
public override string FormatChar(char c)
Parameters
Type Name Description
System.Char c Character.
Returns
Type Description
System.String
Overrides
NTriplesFormatter.FormatChar(Char)
| Improve this Doc View Source

FormatChar(Char[])

Formats a sequence of characters as a String.
Declaration
public override string FormatChar(char[] cs)
Parameters
Type Name Description
System.Char[] cs Characters.
Returns
Type Description
System.String String.
Overrides
NTriplesFormatter.FormatChar(Char[])

Implements

INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UncompressedTurtleFormatter()
    • UncompressedTurtleFormatter(String)
  • Methods
    • FormatChar(Char)
    • FormatChar(Char[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX