13921393139413951396139713981399
{ WName name = _symbols.findSymbol("xmlns"); try { _xmlWriter.writeAttribute(name, uri); } catch (IOException ioe) { throw new IoStreamException(ioe); } }
14031404140514061407140814091410
{ WName name = _symbols.findSymbol("xmlns", prefix); try { _xmlWriter.writeAttribute(name, uri); } catch (IOException ioe) { throw new IoStreamException(ioe); } }
14521453145414551456145714581459
_config.setActualEncodingIfNotSet(encoding); } try { _xmlWriter.writeXmlDeclaration(version, encoding, standAlone); } catch (IOException ioe) { throw new IoStreamException(ioe); } }
147314741475147614771478147914801481
_currElem = _currElem.createChild(name); } try { _xmlWriter.writeStartTagStart(name); } catch (IOException ioe) { throw new IoStreamException(ioe); } _stateEmptyElement = isEmpty; }
149915001501150215031504150515061507
_currElem = _currElem.createChild(name, uri); } try { _xmlWriter.writeStartTagStart(name); } catch (IOException ioe) { throw new IoStreamException(ioe); } _stateEmptyElement = isEmpty; }
1674167516761677167816791680
} protected static void throwFromIOE(IOException ioe) throws XMLStreamException { throw new IoStreamException(ioe); }
17651766176717681769177017711772
* and release its buffers, and close components it uses if any. */ try { _xmlWriter.close(forceRealClose); } catch (IOException ie) { throw new IoStreamException(ie); } }
428429430431432433434435436437438
{ // First, let's flush any output we may have, to make debugging easier try { flush(); } catch (IOException ioe) { throw new IoStreamException(ioe); } if (c == 0) { reportNwfContent("Invalid null character in text to output"); }
462463464465466467468469470471
{ // First, let's flush any output we may have, to make debugging easier try { flush(); } catch (IOException ioe) { throw new IoStreamException(ioe); } throw new XMLStreamException(msg); }
33013302330333043305330633073308
return false; } _inputEnd = count; return true; } catch (IOException ioe) { throw new IoStreamException(ioe); } }