Show / Hide Table of Contents

Class GraphLiteralToken

Token which represents Graph Literals.

Inheritance
object
BaseToken
GraphLiteralToken
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 GraphLiteralToken : BaseToken, IToken

Constructors

| Edit this page View Source

GraphLiteralToken(string, int, int, int, int)

Creates a new Graph Literal Token.

Declaration
public GraphLiteralToken(string value, int startLine, int endLine, int startPos, int endPos)
Parameters
Type Name Description
string value

Value of the Graph Literal.

int startLine

Line the Graph Literal starts on.

int endLine

Line the Graph Literal ends on.

int startPos

Column the Graph Literal starts at.

int endPos

Column the Graph Literal ends at.

Implements

IToken

Extension Methods

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