GraphLiteralToken Constructor |
Creates a new Graph Literal Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GraphLiteralToken(
string value,
int startLine,
int endLine,
int startPos,
int endPos
)
Public Sub New (
value As String,
startLine As Integer,
endLine As Integer,
startPos As Integer,
endPos As Integer
)
Parameters
- value
- Type: SystemString
Value of the Graph Literal. - startLine
- Type: SystemInt32
Line the Graph Literal starts on. - endLine
- Type: SystemInt32
Line the Graph Literal ends on. - startPos
- Type: SystemInt32
Column the Graph Literal starts at. - endPos
- Type: SystemInt32
Column the Graph Literal ends at.
See Also