319320321322323324325326327328329
// // Write the file. // XmlOptions options = new XmlOptions(); options.setSavePrettyPrint(); doc.save( outputStream, options ); } protected String getHeaderComment( File mergeFile ) throws FatalCompileTimeException {