Click or drag to resize

RdfXmlWriterContextNodeFormatter 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

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