Click or drag to resize

BaseTokeniser.GetNextToken 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

ITokeniser.GetNextToken()
Exceptions
ExceptionCondition
RdfParseExceptionParser Exception if a valid Token cannot be retrieved.
See Also