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
)
Public Sub New (
value As String,
line As Integer,
start As Integer,
end As Integer
)
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