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()
Public MustOverride Function GetNextToken As IToken
Return Value
Type:
IToken[Missing <returns> documentation for "M:VDS.RDF.Parsing.Tokens.BaseTokeniser.GetNextToken"]
Implements
ITokeniserGetNextTokenExceptions Exception | Condition |
---|
RdfParseException | Parser Exception if a valid Token cannot be retrieved. |
See Also