Click or drag to resize

IStoreParserContext Interface

Interface for Store Parser Contexts.

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

The IStoreParserContext 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