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