215216217218219220221222223224225
} catch (IOException ex) { throw new XMLStreamException(ex); } } if (cfg.willSupportNamespaces()) { if (cfg.automaticNamespacesEnabled()) { return new RepairingNsStreamWriter(xw, enc, cfg); } return new SimpleNsStreamWriter(xw, enc, cfg); }
266267268269270271272273274275276
217218219220221222223224225226227
267268269270271272273274275276277
273274275276277278279280281282283