Click or drag to resize

BlankNodeWithIDToken Constructor

Creates a new Blank Node Token.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BlankNodeWithIDToken(
	string value,
	int line,
	int start,
	int end
)

Parameters

value
Type: SystemString
ID of the Blank Node.
line
Type: SystemInt32
Line the Blank Node occurs on.
start
Type: SystemInt32
Column the Blank Node starts at.
end
Type: SystemInt32
Column the Blank Node ends at.
See Also