Show / Hide Table of Contents

Class RdfAEvaluationContext

Evaluation Context for RDFa Parsers.

Inheritance
object
RdfAEvaluationContext
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.Contexts
Assembly: dotNetRdf.dll
Syntax
public class RdfAEvaluationContext

Constructors

| Edit this page View Source

RdfAEvaluationContext(Uri)

Creates a new RDFa Evaluation Context.

Declaration
public RdfAEvaluationContext(Uri baseUri)
Parameters
Type Name Description
Uri baseUri

Base URI.

| Edit this page View Source

RdfAEvaluationContext(Uri, NamespaceMapper)

Creates a new RDFa Evaluation Context.

Declaration
public RdfAEvaluationContext(Uri baseUri, NamespaceMapper nsmap)
Parameters
Type Name Description
Uri baseUri

Base URI.

NamespaceMapper nsmap

Namespace Map.

Properties

| Edit this page View Source

BaseUri

Gets/Sets the Base URI.

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

IncompleteTriples

Gets the list of incomplete Triples.

Declaration
public List<IncompleteTriple> IncompleteTriples { get; }
Property Value
Type Description
List<IncompleteTriple>
| Edit this page View Source

Language

Gets/Sets the Language.

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

ListMapping

Get the list mapping.

Declaration
public Dictionary<INode, List<INode>> ListMapping { get; set; }
Property Value
Type Description
Dictionary<INode, List<INode>>
| Edit this page View Source

LocalContext

Gets/Sets the Local Vocabulary.

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

NamespaceMap

Gets the Namespace Map.

Declaration
public NamespaceMapper NamespaceMap { get; }
Property Value
Type Description
NamespaceMapper
| Edit this page View Source

ParentObject

Gets/Sets the Parent Object.

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

ParentSubject

Gets/Sets the Parent Subject.

Declaration
public INode ParentSubject { get; set; }
Property Value
Type Description
INode

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • RdfAEvaluationContext(Uri)
    • RdfAEvaluationContext(Uri, NamespaceMapper)
  • Properties
    • BaseUri
    • IncompleteTriples
    • Language
    • ListMapping
    • LocalContext
    • NamespaceMap
    • ParentObject
    • ParentSubject
  • Extension Methods
Back to top Generated by DocFX