ParsePosition.getIndex
Class Overview | Class Members |
This Package |
All Packages
public int getIndex()
Description
Retrieve the current parse position. On input to a parse method, this
is the index of the character at which parsing will begin; on output, it
is the index of the character following the last character parsed.