Show / Hide Table of Contents

Interface IParserContext

Interface for Parser Contexts.

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

Properties

| Edit this page View Source

BaseUri

Gets the Base URI for the Handler.

Declaration
Uri BaseUri { get; set; }
Property Value
Type Description
Uri
| Edit this page 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
| Edit this page View Source

Namespaces

Gets the Namespace Map for the Handler.

Declaration
INestedNamespaceMapper Namespaces { get; }
Property Value
Type Description
INestedNamespaceMapper
| Edit this page 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
bool
| Edit this page 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)
  • Edit this page
  • View Source
In this article
  • Properties
    • BaseUri
    • Handler
    • Namespaces
    • TraceParsing
    • UriFactory
  • Extension Methods
Back to top Generated by DocFX