396397398399400401402403404405406
// if we're using IncrementalSAXSource.filter(). coParser.startParse(xmlSource); } catch (RuntimeException re) { dtm.clearCoRoutine(); throw re; } catch (Exception e) { dtm.clearCoRoutine();
401402403404405406407408409410411
dtm.clearCoRoutine(); throw re; } catch (Exception e) { dtm.clearCoRoutine(); throw new org.apache.xml.utils.WrappedRuntimeException(e); } } else { if (null == reader) {
429430431432433434435436437438439
catch (SAXNotSupportedException e){} try { reader.parse(xmlSource); } catch (RuntimeException re) { dtm.clearCoRoutine(); throw re; } catch (Exception e) { dtm.clearCoRoutine();
433434435436437438439440441442443
} catch (RuntimeException re) { dtm.clearCoRoutine(); throw re; } catch (Exception e) { dtm.clearCoRoutine(); throw new org.apache.xml.utils.WrappedRuntimeException(e); } }
407408409410411412413414415416417
coParser.startParse(xmlSource); } catch (RuntimeException re) { dtm.clearCoRoutine(); throw re; } catch (Exception e) {
414415416417418419420421422423424
throw re; } catch (Exception e) { dtm.clearCoRoutine(); throw new org.apache.xml.utils.WrappedRuntimeException(e); } } else
449450451452453454455456457458459
reader.parse(xmlSource); } catch (RuntimeException re) { dtm.clearCoRoutine(); throw re; } catch (Exception e) {
456457458459460461462463464465466
throw re; } catch (Exception e) { dtm.clearCoRoutine(); throw new org.apache.xml.utils.WrappedRuntimeException(e); } }
451452453454455456457458459460461
458459460461462463464465466467468