
Tests if there are more path elements available from this tokenizer's
path. If this method returns
true
, then a subsequent call
to nextToken will successfully return a token.
Returns:
true
if and only if there is at least one token
in the string after the current position;
false
otherwise.