try {
_currentIterator.remove();
_parent.notifyListeners(new TokenizerPropertyEvent(TokenizerPropertyEvent.PROPERTY_REMOVED, _currentElement));
_currentElement = null;
} catch (Exception ex) {
throw new ExtRuntimeException(ex, "While trying to remove current element of a SpecialSequencesIterator.");
}
}
}