Click or drag to resize

IToken Interface

Interface for defining Token classes to be used in Parsing RDF.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IToken

The IToken type exposes the following members.

Properties
  NameDescription
Public propertyEndLine
Gives the Line at which the Token ends.
Public propertyEndPosition
Gives the Position within the End Line that the Token ends.
Public propertyLength
Gives the Length of the Token.
Public propertyStartLine
Gives the Line at which the Token starts.
Public propertyStartPosition
Gives the Position within the Start Line that the Token starts.
Public propertyTokenType
Gives some Integer representing the Token Type as understood by a specific Parser implementation.
Public propertyValue
Gives the Value of the Token.
Top
See Also