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