Пример #1
0
 private static List getChartObjectList() {
   Element root = XMLHandler.openXML(CONFIGFILE);
   return root.getChildren("Object");
 }