Class BaseStoreParserContext
Base Class for Store Parser Contexts.
Implements
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 abstract class BaseStoreParserContext : IParserContext
Constructors
| Improve this Doc View SourceBaseStoreParserContext(IRdfHandler, bool, IUriFactory)
Creates a new Store Parser Context.
Declaration
public BaseStoreParserContext(IRdfHandler handler, bool traceParsing, IUriFactory uriFactory)
Parameters
Type | Name | Description |
---|---|---|
IRdfHandler | handler | RDF Handler. |
System.Boolean | traceParsing | Whether to trace parsing. |
IUriFactory | uriFactory | URI factory to use. |
BaseStoreParserContext(IRdfHandler, bool)
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. |
BaseStoreParserContext(IRdfHandler)
Creates a new Store Parser Context.
Declaration
public BaseStoreParserContext(IRdfHandler handler)
Parameters
Type | Name | Description |
---|---|---|
IRdfHandler | handler | RDF Handler. |
BaseStoreParserContext(ITripleStore, bool, IUriFactory)
Creates a new base parser context.
Declaration
public BaseStoreParserContext(ITripleStore store, bool traceParsing, IUriFactory uriFactory)
Parameters
Type | Name | Description |
---|---|---|
ITripleStore | store | Triple Store. |
System.Boolean | traceParsing | Whether to trace parsing. |
IUriFactory | uriFactory | URI factory to use. |
BaseStoreParserContext(ITripleStore, bool)
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. |
BaseStoreParserContext(ITripleStore)
Creates a new Base Store Parser Context.
Declaration
public BaseStoreParserContext(ITripleStore store)
Parameters
Type | Name | Description |
---|---|---|
ITripleStore | store | Triple Store. |
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 SourceBaseUri
Gets the Base URI for the parser context.
Declaration
public Uri BaseUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Handler
Gets the RDF Handler that is in-use.
Declaration
public IRdfHandler Handler { get; }
Property Value
Type | Description |
---|---|
IRdfHandler |
Namespaces
Gets the Namespace Map for the parser context.
Declaration
public INestedNamespaceMapper Namespaces { get; }
Property Value
Type | Description |
---|---|
INestedNamespaceMapper |
TraceParsing
Gets/Sets whether to trace parsing.
Declaration
public bool TraceParsing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UriFactory
Gets the URI factory for the handler.
Declaration
public IUriFactory UriFactory { get; }
Property Value
Type | Description |
---|---|
IUriFactory |