284285286287288289290291292
} public void writeXML(OutputStreamWriter os) throws IOException { Document doc = document(); if (doc != null) { doc.writeXML(os, this.getDate()); } } }