Interface for Tokenisers.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public interface ITokeniser
Public Interface ITokeniser
The ITokeniser type exposes the following members.
Methods
| Name | Description |
---|
| GetNextToken |
Causes the Tokeniser to attempt to retrieve the next Token.
|
TopRemarks
A Tokeniser is a class that takes an input stream and produces textual tokens from it for use in token based parsers.
See Also