Click or drag to resize

ITokeniserGetNextToken Method

Causes the Tokeniser to attempt to retrieve the next Token.

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

Return Value

Type: IToken

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Tokens.ITokeniser.GetNextToken"]

Exceptions
ExceptionCondition
RdfParseExceptionThrown if a valid Token cannot be parsed.
IOExceptionThrown if there is a problem reading the Input Stream.
See Also