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