Click or drag to resize

BaseTokeniserGetNextToken Method

Gets the Next available Token from the Input.

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

Return Value

Type: IToken

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

Implements

ITokeniserGetNextToken
Exceptions
ExceptionCondition
RdfParseExceptionParser Exception if a valid Token cannot be retrieved.
See Also