Class RdfAEvaluationContext
Evaluation Context for RDFa Parsers.
Inherited Members
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public class RdfAEvaluationContext
  Constructors
| Edit this page View SourceRdfAEvaluationContext(Uri)
Creates a new RDFa Evaluation Context.
Declaration
public RdfAEvaluationContext(Uri baseUri)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Uri | baseUri | Base URI.  | 
      
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 SourceBaseUri
Gets/Sets the Base URI.
Declaration
public Uri BaseUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Uri | 
IncompleteTriples
Gets the list of incomplete Triples.
Declaration
public List<IncompleteTriple> IncompleteTriples { get; }
  Property Value
| Type | Description | 
|---|---|
| List<IncompleteTriple> | 
Language
Gets/Sets the Language.
Declaration
public string Language { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
ListMapping
Get the list mapping.
Declaration
public Dictionary<INode, List<INode>> ListMapping { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Dictionary<INode, List<INode>> | 
LocalContext
Gets/Sets the Local Vocabulary.
Declaration
public IRdfAContext LocalContext { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IRdfAContext | 
NamespaceMap
Gets the Namespace Map.
Declaration
public NamespaceMapper NamespaceMap { get; }
  Property Value
| Type | Description | 
|---|---|
| NamespaceMapper | 
ParentObject
Gets/Sets the Parent Object.
Declaration
public INode ParentObject { get; set; }
  Property Value
| Type | Description | 
|---|---|
| INode | 
ParentSubject
Gets/Sets the Parent Subject.
Declaration
public INode ParentSubject { get; set; }
  Property Value
| Type | Description | 
|---|---|
| INode |