Click or drag to resize

PrefixToken Constructor

Creates a new Prefix Token.

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

Parameters

value
Type: SystemString
Prefix.
line
Type: SystemInt32
Line at which the Prefix occurs.
start
Type: SystemInt32
Column at which the Prefix starts.
end
Type: SystemInt32
Column at which the Prefix ends.
See Also