Show / Hide Table of Contents

Interface INodeFormatter

Interface for classes which can format Nodes into Strings.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public interface INodeFormatter

Methods

| Improve this Doc View Source

Format(INode)

Formats a Node as a String.
Declaration
string Format(INode n)
Parameters
Type Name Description
INode n Node.
Returns
Type Description
System.String
| Improve this Doc View Source

Format(INode, Nullable<TripleSegment>)

Formats a Node as a String for a specific segment of a Triple.
Declaration
string Format(INode n, TripleSegment? segment)
Parameters
Type Name Description
INode n Node.
System.Nullable<TripleSegment> segment Segment.
Returns
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Format(INode)
    • Format(INode, Nullable<TripleSegment>)
  • Extension Methods
Back to top Generated by DocFX