Show / Hide Table of Contents

Class TimezoneKeywordToken

Token which represents the SPARQL TIMEZONE Keyword.

Inheritance
object
BaseToken
TimezoneKeywordToken
Implements
IToken
Inherited Members
BaseToken._tokentype
BaseToken._startline
BaseToken._endline
BaseToken._startpos
BaseToken._endpos
BaseToken._value
BaseToken.TokenType
BaseToken.Value
BaseToken.StartLine
BaseToken.EndLine
BaseToken.StartPosition
BaseToken.EndPosition
BaseToken.Length
BaseToken.ToString()
BaseToken.GetHashCode()
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class TimezoneKeywordToken : BaseToken, IToken

Constructors

| Edit this page View Source

TimezoneKeywordToken(int, int)

Creates a new TIMEZONE Keyword Token.

Declaration
public TimezoneKeywordToken(int line, int pos)
Parameters
Type Name Description
int line

Line the Keyword occurs on.

int pos

Position the Keyword occurs at.

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • TimezoneKeywordToken(int, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX