Class NodeFactoryOptions
Configuration options that can be passed to the NodeFactory constructor.
Inheritance
System.Object
NodeFactoryOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class NodeFactoryOptions
Properties
| Improve this Doc View SourceBaseUri
The initial base URI to use for the resolution of relative URI references. Defaults to null.
Declaration
public Uri BaseUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
NormalizeLiteralValues
Whether or not to normalize the value strings of literal nodes.
Declaration
public bool NormalizeLiteralValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValidateLanguageSpecifiers
Whether or not to validate the language specifier of language-tagged literal nodes.
Declaration
public bool ValidateLanguageSpecifiers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |