Show / Hide Table of Contents

Class NodeFactoryOptions

Configuration options that can be passed to the NodeFactory constructor.

Inheritance
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

| Edit this page View Source

BaseUri

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
| Edit this page View Source

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
| Edit this page View Source

NormalizeLiteralValues

Whether or not to normalize the value strings of literal nodes.

Declaration
public bool NormalizeLiteralValues { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • BaseUri
    • LanguageTagValidation
    • NormalizeLiteralValues
    • ValidateLanguageSpecifiers
  • Extension Methods
Back to top Generated by DocFX