IToken Interface |
Namespace: VDS.RDF.Parsing.Tokens
The IToken type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndLine |
Gives the Line at which the Token ends.
|
![]() | EndPosition |
Gives the Position within the End Line that the Token ends.
|
![]() | Length |
Gives the Length of the Token.
|
![]() | StartLine |
Gives the Line at which the Token starts.
|
![]() | StartPosition |
Gives the Position within the Start Line that the Token starts.
|
![]() | TokenType |
Gives some Integer representing the Token Type as understood by a specific Parser implementation.
|
![]() | Value |
Gives the Value of the Token.
|