Click or drag to resize

ITokenisingParserContext Interface

Interface for Parser Contexts which use Tokeniser based parsing.

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

The ITokenisingParserContext type exposes the following members.

Properties
  NameDescription
Public propertyLocalTokens
Gets the Local Tokens Stack.
Public propertyTokens
Gets the Token Queue.
Public propertyTraceTokeniser
Gets/Sets whether Tokenisation is Traced.
Top
See Also