PlainLiteralToken Constructor |
Creates a new Plain Literal Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public PlainLiteralToken(
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
Literal Value. - line
- Type: SystemInt32
Line the Literal occurs on. - start
- Type: SystemInt32
Column the Literal starts at. - end
- Type: SystemInt32
Column the Literal ends at.
See Also