Click or drag to resize

TokenisingParserContextLocalTokens Property

Gets the Local Tokens stack.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Stack<IToken> LocalTokens { get; }

Property Value

Type: StackIToken

Implements

ITokenisingParserContextLocalTokens
See Also