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