153154155156157158159160161162163
return null; } } catch (XMLStreamException e) { throw new ExtractionException(e.getMessage(), e); } finally { close(xmlReader); }