Class CustomKeywordDefinitionToken
Token representing the definition of a Custom Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class CustomKeywordDefinitionToken : BaseToken, IToken
Constructors
| Edit this page View SourceCustomKeywordDefinitionToken(string, int, int, int)
Creates a new Custom Keyword Definition Token.
Declaration
public CustomKeywordDefinitionToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
string | value | Custom Keyword Definition. |
int | line | Line the Keyword occurs on. |
int | start | Column the Keyword starts at. |
int | end | Column the Keyword ends at. |