Show / Hide Table of Contents

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 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
System.Uri
| Improve this Doc View Source

NormalizeLiteralValues

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

Declaration
public bool NormalizeLiteralValues { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • BaseUri
    • NormalizeLiteralValues
    • ValidateLanguageSpecifiers
  • Extension Methods
Back to top Generated by DocFX