This routine consumes the input stream, returning the next token found. If a token could not be found, then an error is raised.
Next token in the input character stream.
InvalidTokenException if an invalid token is encountered.
See Implementation
This routine consumes the input stream, returning the next token found. If a token could not be found, then an error is raised.