A light wrapper around a StAX location. This is useful when bridging between StAX and XNI components.
240924102411241224132414241524162417241824192420
Throwable t = e.getNestedException(); if (t instanceof IOException) { exception = (IOException) t; } else { StAXLocationWrapper slw = new StAXLocationWrapper(); slw.setLocation(e.getLocation()); throw new XMLParseException(slw, e.getMessage(), e); } } catch (IOException e) { exception = e;
240424052406240724082409241024112412241324142415
Document schemaDocument = fStAXSchemaParser.getDocument(); schemaElement = schemaDocument != null ? DOMUtil.getRoot(schemaDocument) : null; return getSchemaDocument0(key, schemaId, schemaElement); } catch (XMLStreamException e) { StAXLocationWrapper slw = new StAXLocationWrapper(); slw.setLocation(e.getLocation()); throw new XMLParseException(slw, e.getMessage(), e); } catch (IOException e) { exception = e; }
260326042605260626072608260926102611261226132614
253225332534253525362537253825392540254125422543