59606162636465
* @return Arquivo .XML criado. */ @Override public File createFile(String name, String path) { return new XmlFile(name, path); }