Class UncompressedNotation3Formatter
Formatter for formatting as Notation 3 without any compression.
Inheritance
System.Object
UncompressedNotation3Formatter
Inherited Members
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 SourceUncompressedNotation3Formatter()
Creates a new Uncompressed Notation 3 Formatter.
Declaration
public UncompressedNotation3Formatter()
Methods
| Improve this Doc View SourceFormatGraphLiteralNode(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
| Improve this Doc View SourceFormatVariableNode(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 |