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