A light wrapper around a StAX location. This is useful when bridging between StAX and XNI components.
243824392440244124422443244424452446244724482449
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; }
241124122413241424152416241724182419242024212422