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