BlankNodeWithIDToken Constructor |
Creates a new Blank Node Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BlankNodeWithIDToken(
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: System.String
ID of the Blank Node. - line
- Type: System.Int32
Line the Blank Node occurs on. - start
- Type: System.Int32
Column the Blank Node starts at. - end
- Type: System.Int32
Column the Blank Node ends at.
See Also