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