Class LCaseKeywordToken
Token which represents the SPARQL LCASE Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class LCaseKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceLCaseKeywordToken(int, int)
Creates a new LCASE Keyword Token.
Declaration
public LCaseKeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Position the Keyword occurs at. |