Show / Hide Table of Contents

Class RdfAEvaluationContext

Evaluation Context for RDFa Parsers.

Inheritance
System.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

| 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

Namespace Map.

| 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.

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<T><IncompleteTriple>
| Improve this Doc View Source

Language

Gets/Sets the Language.

Declaration
public string Language { get; set; }
Property Value
Type Description
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.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RdfAEvaluationContext(Uri, NamespaceMapper)
    • RdfAEvaluationContext(Uri)
  • Properties
    • BaseUri
    • IncompleteTriples
    • Language
    • LocalVocabulary
    • NamespaceMap
    • ParentObject
    • ParentSubject
  • Extension Methods
Back to top Generated by DocFX