Show / Hide Table of Contents

Class UncompressedNotation3Formatter

Formatter for formatting as Notation 3 without any compression.

Inheritance
object
BaseFormatter
NTriplesFormatter
UncompressedTurtleFormatter
UncompressedNotation3Formatter
Implements
INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
ICommentFormatter
Inherited Members
UncompressedTurtleFormatter.FormatChar(char)
UncompressedTurtleFormatter.FormatChar(char[])
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.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 UncompressedNotation3Formatter : UncompressedTurtleFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter, ICommentFormatter

Constructors

| Edit this page View Source

UncompressedNotation3Formatter()

Creates a new Uncompressed Notation 3 Formatter.

Declaration
public UncompressedNotation3Formatter()

Methods

| Edit this page View Source

FormatGraphLiteralNode(IGraphLiteralNode, TripleSegment?)

Formats a Graph Literal Node for Notation 3.

Declaration
protected override string FormatGraphLiteralNode(IGraphLiteralNode glit, TripleSegment? segment)
Parameters
Type Name Description
IGraphLiteralNode glit

Graph Literal.

TripleSegment? segment

Triple Segment.

Returns
Type Description
string
Overrides
BaseFormatter.FormatGraphLiteralNode(IGraphLiteralNode, TripleSegment?)
| Edit this page View Source

FormatVariableNode(IVariableNode, TripleSegment?)

Formats a Variable Node for Notation 3.

Declaration
protected override string FormatVariableNode(IVariableNode v, TripleSegment? segment)
Parameters
Type Name Description
IVariableNode v

Variable.

TripleSegment? segment

Triple Segment.

Returns
Type Description
string
Overrides
BaseFormatter.FormatVariableNode(IVariableNode, TripleSegment?)

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
    • UncompressedNotation3Formatter()
  • Methods
    • FormatGraphLiteralNode(IGraphLiteralNode, TripleSegment?)
    • FormatVariableNode(IVariableNode, TripleSegment?)
  • Implements
  • Extension Methods
Back to top Generated by DocFX