, " http://download.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html" //
, " 'format': The format code of a \"date\" or \"decimal\" scanner." //
, " 'comment': Inline comment, not used by the application.");
final String header = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + sep + description;
for (Scanner scanner : scanners) {
saver.addChild(scanner.toXml());
}
final Writer writer = new FileWriter(pathToFile);
final XMLWriter xmlWriter = new XMLWriter(writer);
xmlWriter.addRawContent(header);
xmlWriter.write(saver, true);