Click or drag to resize

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
)

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