Class NodeFactoryOptions
Configuration options that can be passed to the NodeFactory constructor.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class NodeFactoryOptions
Properties
| Edit this page 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 |
---|---|
Uri |
LanguageTagValidation
Set the type of validation applied to the language specified of language tagged literal nodes.
Declaration
public LanguageTagValidationMode LanguageTagValidation { get; set; }
Property Value
Type | Description |
---|---|
LanguageTagValidationMode |
NormalizeLiteralValues
Whether or not to normalize the value strings of literal nodes.
Declaration
public bool NormalizeLiteralValues { get; set; }
Property Value
Type | Description |
---|---|
bool |
ValidateLanguageSpecifiers
Whether or not to validate the language specifier of language-tagged literal nodes.
Declaration
[Obsolete("Replaced by NodeFactoryOptions.LanguageTagValidation")]
public bool ValidateLanguageSpecifiers { get; set; }
Property Value
Type | Description |
---|---|
bool |