Interface ITokenisingParserContext
Interface for Parser Contexts which use Tokeniser based parsing.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface ITokenisingParserContext
Properties
| Improve this Doc View SourceLocalTokens
Gets the Local Tokens Stack.
Declaration
Stack<IToken> LocalTokens { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Stack<IToken> |
Tokens
Gets the Token Queue.
Declaration
ITokenQueue Tokens { get; }
Property Value
Type | Description |
---|---|
ITokenQueue |
TraceTokeniser
Gets/Sets whether Tokenisation is Traced.
Declaration
bool TraceTokeniser { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |