// Ende des Dokuments public void endDocument() { try { f.close(); } catch (IOException e) { EfaUtil.foo(); } }
// Anfang des Dokuments public void startDocument() { try { f.write("<?xml version=\"1.0\" encoding=\"" + Daten.ENCODING_UTF + "\"?>\n"); } catch (IOException e) { EfaUtil.foo(); } }