Beispiel #1
0
 static Object loadXmlFile(Engine eng, File xmlFile, boolean validate) throws Exception {
   return XmlDataLoader.loadXmlFile(eng, xmlFile, true, validate);
 }