Show / Hide Table of Contents

Interface IStoreParserContext

Interface for Store Parser Contexts.

Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IStoreParserContext

Properties

| Improve this Doc View Source

BaseUri

Gets the Base URI for the Handler.

Declaration
Uri BaseUri { get; set; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

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
| Improve this Doc View Source

Namespaces

Gets the Namespace Map for the Handler.

Declaration
INamespaceMapper Namespaces { get; }
Property Value
Type Description
INamespaceMapper
| Improve this Doc View Source

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
| Improve this Doc View Source

UriFactory

Gets the URI factory for the handler.

Declaration
IUriFactory UriFactory { get; }
Property Value
Type Description
IUriFactory

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • BaseUri
    • Handler
    • Namespaces
    • TraceParsing
    • UriFactory
  • Extension Methods
Back to top Generated by DocFX