443444445446447448449450
try { getCurrentHandler().startElement(qName, attributes); } catch (XmlReaderException xre) { throw new ParseException(xre, getLocator()); } }
464465466467468469470471
} catch (SAXException se) { throw se; } catch (Exception e) { throw new ParseException(e, getLocator()); } }
483484485486487488489490
throws SAXException { try { getCurrentHandler().endElement(qName); } catch (XmlReaderException xre) { throw new ParseException(xre, getLocator()); } }
434435436437438439440441
throws SAXException { try { getCurrentHandler().startElement(qName, attributes); } catch (XmlReaderException xre) { throw new ParseException(xre, getLocator()); } }
455456457458459460461462
474475476477478479480481