Click or drag to resize

QNameToken Constructor

Creates a new QName Token.

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

Parameters

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