Click or drag to resize

TurtleTokeniserGetNextToken Method

Gets the next parseable Token from the Input or raises an Error.

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

Return Value

Type: IToken

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

Implements

ITokeniserGetNextToken
Exceptions
ExceptionCondition
RdfParseExceptionOccurs when a Token cannot be parsed.
See Also