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