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