Class IsLiteralKeywordToken
Token which represents the SPARQL ISLITERAL Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class IsLiteralKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceIsLiteralKeywordToken(int, int)
Creates a new ISLITERAL Keyword Token.
Declaration
public IsLiteralKeywordToken(int line, int pos)