Creates a new Uri Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public UriToken(
string value,
int line,
int start,
int end
)
Public Sub New (
value As String,
line As Integer,
start As Integer,
end As Integer
)
Parameters
- value
- Type: SystemString
Value of the Uri including the < > deliminators. - line
- Type: SystemInt32
Line the Uri occurs on. - start
- Type: SystemInt32
Column the Uri starts at. - end
- Type: SystemInt32
Column the Uri ends at.
See Also