Interface IParserContext
Interface for Parser Contexts.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IParserContext
  Properties
| Edit this page View SourceBaseUri
Gets the Base URI for the Handler.
Declaration
Uri BaseUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| 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
INestedNamespaceMapper Namespaces { get; }
  Property Value
| Type | Description | 
|---|---|
| INestedNamespaceMapper | 
TraceParsing
Gets/Sets whether Parser Tracing should be used (if the Parser supports it).
Declaration
bool TraceParsing { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
UriFactory
Gets the URI factory for the handler.
Declaration
IUriFactory UriFactory { get; }
  Property Value
| Type | Description | 
|---|---|
| IUriFactory |