Show / Hide Table of Contents

Class RdfAParserOptions

A collection of options for configuring the RDFa Parser.

Inheritance
object
RdfAParserOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public class RdfAParserOptions

Properties

| Edit this page View Source

Base

The base IRI to use when processing the document.

Declaration
public Uri Base { get; set; }
Property Value
Type Description
Uri
Remarks

If set, this overrides the input document's IRI, but does not override any @base attribute in the document itself.

| Edit this page View Source

DefaultContext

Get/set the default RDFa context to use for the resolution of terms and prefixes.

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

PropertyCopyEnabled

Get/set the flag that indicates if the parser should perform RDFa property copying.

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

Syntax

The RDFa syntax to process.

Declaration
public RdfASyntax Syntax { get; set; }
Property Value
Type Description
RdfASyntax

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Base
    • DefaultContext
    • PropertyCopyEnabled
    • Syntax
  • Extension Methods
Back to top Generated by DocFX