Show / Hide Table of Contents

Interface ITokenisingParserContext

Interface for Parser Contexts which use Tokeniser based parsing.

Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface ITokenisingParserContext

Properties

| Edit this page View Source

LocalTokens

Gets the Local Tokens Stack.

Declaration
Stack<IToken> LocalTokens { get; }
Property Value
Type Description
Stack<IToken>
| Edit this page View Source

Tokens

Gets the Token Queue.

Declaration
ITokenQueue Tokens { get; }
Property Value
Type Description
ITokenQueue
| Edit this page View Source

TraceTokeniser

Gets/Sets whether Tokenisation is Traced.

Declaration
bool TraceTokeniser { get; set; }
Property Value
Type Description
bool

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • LocalTokens
    • Tokens
    • TraceTokeniser
  • Extension Methods
Back to top Generated by DocFX