Ejemplo n.º 1
0
 public static boolean fileCache(String name, Document doc) {
   return FileUtil.writeXmlFile(rootPath + "_s/" + name, doc);
 }