Class GraphLiteralToken
Token which represents Graph Literals.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRDF.dll
Syntax
public class GraphLiteralToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceGraphLiteralToken(String, Int32, Int32, Int32, Int32)
Creates a new Graph Literal Token.
Declaration
public GraphLiteralToken(string value, int startLine, int endLine, int startPos, int endPos)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Value of the Graph Literal. |
System.Int32 | startLine | Line the Graph Literal starts on. |
System.Int32 | endLine | Line the Graph Literal ends on. |
System.Int32 | startPos | Column the Graph Literal starts at. |
System.Int32 | endPos | Column the Graph Literal ends at. |