Show / Hide Table of Contents

Class UncompressedNotation3Formatter

Formatter for formatting as Notation 3 without any compression.

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

Constructors

| Improve this Doc View Source

UncompressedNotation3Formatter()

Creates a new Uncompressed Notation 3 Formatter.

Declaration
public UncompressedNotation3Formatter()

Methods

| Improve this Doc 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?)
| Improve this Doc 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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UncompressedNotation3Formatter()
  • Methods
    • FormatGraphLiteralNode(IGraphLiteralNode, TripleSegment?)
    • FormatVariableNode(IVariableNode, TripleSegment?)
  • Implements
  • Extension Methods
Back to top Generated by DocFX