Show / Hide Table of Contents

Interface IParserContext

Interface for Parser Contexts.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IParserContext

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
INestedNamespaceMapper Namespaces { get; }
Property Value
Type Description
INestedNamespaceMapper
| 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

Extension Methods

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