Interface INamespaceWriter
Interface for Writers that support the use of Namespaces and allows a set of Default Namespaces to be defined.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface INamespaceWriter
Properties
| Improve this Doc View SourceDefaultNamespaces
Gets/Sets the Default Namespaces used for writing.
Declaration
INamespaceMapper DefaultNamespaces { get; set; }
Property Value
Type | Description |
---|---|
INamespaceMapper |