Click or drag to resize

IParserContext Interface

Interface for Parser Contexts.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IParserContext

The IParserContext type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the Base URI for the Handler.
Public propertyHandler
Gets the RDF Handler which is used to instantiate Nodes and to handle the generated RDF.
Public propertyNamespaces
Gets the Namespace Map for the Handler.
Public propertyTraceParsing
Gets/Sets whether Parser Tracing should be used (if the Parser supports it).
Top
See Also