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