Class WhereKeywordToken
Token which represents the SPARQL WHERE Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class WhereKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceWhereKeywordToken(int, int)
Creates a new WHERE Keyword Token.
Declaration
public WhereKeywordToken(int line, int pos)