Show / Hide Table of Contents

Class BaseStoreParserContext

Base Class for Store Parser Contexts.
Inheritance
System.Object
BaseStoreParserContext
TokenisingStoreParserContext
Implements
IStoreParserContext
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 abstract class BaseStoreParserContext : IStoreParserContext

Constructors

| Improve this Doc View Source

BaseStoreParserContext(IRdfHandler)

Creates a new Store Parser Context.
Declaration
public BaseStoreParserContext(IRdfHandler handler)
Parameters
Type Name Description
IRdfHandler handler RDF Handler.
| Improve this Doc View Source

BaseStoreParserContext(IRdfHandler, Boolean)

Creates a new Store Parser Context.
Declaration
public BaseStoreParserContext(IRdfHandler handler, bool traceParsing)
Parameters
Type Name Description
IRdfHandler handler RDF Handler.
System.Boolean traceParsing Whether to trace parsing.
| Improve this Doc View Source

BaseStoreParserContext(ITripleStore)

Creates a new Base Store Parser Context.
Declaration
public BaseStoreParserContext(ITripleStore store)
Parameters
Type Name Description
ITripleStore store Triple Store.
| Improve this Doc View Source

BaseStoreParserContext(ITripleStore, Boolean)

Creates a new Base Parser Context.
Declaration
public BaseStoreParserContext(ITripleStore store, bool traceParsing)
Parameters
Type Name Description
ITripleStore store Triple Store.
System.Boolean traceParsing Whether to trace parsing.

Fields

| Improve this Doc View Source

_traceParsing

Is Parsing Traced?.
Declaration
protected bool _traceParsing
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

BaseUri

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

Handler

Gets the RDF Handler that is in-use.
Declaration
public IRdfHandler Handler { get; }
Property Value
Type Description
IRdfHandler
| Improve this Doc View Source

Namespaces

Gets the Namespace Map for the parser context.
Declaration
public INamespaceMapper Namespaces { get; }
Property Value
Type Description
INamespaceMapper
| Improve this Doc View Source

TraceParsing

Gets/Sets whether to trace parsing.
Declaration
public bool TraceParsing { get; set; }
Property Value
Type Description
System.Boolean

Implements

IStoreParserContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BaseStoreParserContext(IRdfHandler)
    • BaseStoreParserContext(IRdfHandler, Boolean)
    • BaseStoreParserContext(ITripleStore)
    • BaseStoreParserContext(ITripleStore, Boolean)
  • Fields
    • _traceParsing
  • Properties
    • BaseUri
    • Handler
    • Namespaces
    • TraceParsing
  • Implements
  • Extension Methods
Back to top Generated by DocFX