private void Huawei(String filial, File file) throws IOException, ParserConfigurationException, SAXException { XMLProject project = new XMLProject(); project.parse(file, new HuaweiProjectHandler(this.regions, filial)); }
private void Nokia(File file) throws IOException, ParserConfigurationException, SAXException { XMLProject project = new XMLProject(); project.parse(file, new NokiaProjectHandler(this.regions)); }