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