Show / Hide Table of Contents

Class RdfAEvaluationContext

Evaluation Context for RDFa Parsers.
Inheritance
System.Object
RdfAEvaluationContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public class RdfAEvaluationContext

Constructors

| Improve this Doc View Source

RdfAEvaluationContext(Uri)

Creates a new RDFa Evaluation Context.
Declaration
public RdfAEvaluationContext(Uri baseUri)
Parameters
Type Name Description
System.Uri baseUri Base URI.
| Improve this Doc View Source

RdfAEvaluationContext(Uri, NamespaceMapper)

Creates a new RDFa Evaluation Context.
Declaration
public RdfAEvaluationContext(Uri baseUri, NamespaceMapper nsmap)
Parameters
Type Name Description
System.Uri baseUri Base URI.
NamespaceMapper nsmap Namepace Map.

Properties

| Improve this Doc View Source

BaseUri

Gets/Sets the Base URI.
Declaration
public Uri BaseUri { get; set; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

IncompleteTriples

Gets the list of incomplete Triples.
Declaration
public List<IncompleteTriple> IncompleteTriples { get; }
Property Value
Type Description
System.Collections.Generic.List<IncompleteTriple>
| Improve this Doc View Source

Language

Gets/Sets the Language.
Declaration
public string Language { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LocalVocabulary

Gets/Sets the Local Vocabulary.
Declaration
public IRdfAVocabulary LocalVocabulary { get; set; }
Property Value
Type Description
IRdfAVocabulary
| Improve this Doc View Source

NamespaceMap

Gets the Namespace Map.
Declaration
public NamespaceMapper NamespaceMap { get; }
Property Value
Type Description
NamespaceMapper
| Improve this Doc View Source

ParentObject

Gets/Sets the Parent Object.
Declaration
public INode ParentObject { get; set; }
Property Value
Type Description
INode
| Improve this Doc View Source

ParentSubject

Gets/Sets the Parent Subject.
Declaration
public INode ParentSubject { get; set; }
Property Value
Type Description
INode

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RdfAEvaluationContext(Uri)
    • RdfAEvaluationContext(Uri, NamespaceMapper)
  • Properties
    • BaseUri
    • IncompleteTriples
    • Language
    • LocalVocabulary
    • NamespaceMap
    • ParentObject
    • ParentSubject
  • Extension Methods
Back to top Generated by DocFX