in src/main/java/org/apache/maven/xinclude/stax/XPointerParser.java [264:269]
private int nextToken() {
if (fCurrentTokenIndex == fTokenCount) {
throw new IndexOutOfBoundsException("There are no more tokens to return.");
}
return fTokens[fCurrentTokenIndex++];
}