SAXEventType eventType;
do {
eventType = nextEventType();
if (eventType.supportsLocation() && playPerEventLocation) {
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("reading location information");
}
locator.setPublicId(nextString());
locator.setSystemId(nextString());