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