919293949596979899100101
* @return The datasource definitions * @exception Exception Thrown if an error occurs */ public DataSources parse(XMLStreamReader reader) throws Exception { DataSources dataSources = null; //iterate over tags int iterate; try {
9596979899100101102103104105
@Override public DataSources parse(XMLStreamReader reader) throws Exception { DataSources dataSources = null; //iterate over tags int iterate; try {