Class GraphLiteralToken
Token which represents Graph Literals.
Implements
Inherited Members
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
| Improve this Doc View SourceGraphLiteralToken(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. |