Interface IStoreParserContext
Interface for Store Parser Contexts.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IStoreParserContext
Properties
| Improve this Doc View SourceBaseUri
Gets the Base URI for the Handler.
Declaration
Uri BaseUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Handler
Gets the RDF Handler which is used to instantiate Nodes and to handle the generated RDF.
Declaration
IRdfHandler Handler { get; }
Property Value
Type | Description |
---|---|
IRdfHandler |
Namespaces
Gets the Namespace Map for the Handler.
Declaration
INamespaceMapper Namespaces { get; }
Property Value
Type | Description |
---|---|
INamespaceMapper |
TraceParsing
Gets/Sets whether Parser Tracing should be used (if the Parser supports it).
Declaration
bool TraceParsing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |