Click or drag to resize

RdfXmlWriterContext.NodeFormatter Property

Gets/Sets the Node Formatter.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INodeFormatter NodeFormatter { get; set; }

Property Value

Type: INodeFormatter

Implements

IWriterContext.NodeFormatter
Remarks
Node Formatters are not used for RDF/XML output.
See Also