141142143144145146147148149150151
reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return namespaceImport; }
117118119120121122123124125126127
reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return javaExport; }
135136137138139140141142143144145
reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return namespaceExport; }
122123124125126127128129130131132
reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return javaImport; }
203204205206207208209210211212213
if (reader.hasNext()) { reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return contribution; }
118119120121122123124125126127128
reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return resourceImport; }
115116117118119120121122123124125
reader.next(); } } } catch (XMLStreamException e) { ContributionReadException ex = new ContributionReadException(e); error(context.getMonitor(), "XMLStreamException", reader, ex); } return resourceExport; }