示例#1
0
  private void Huawei(String filial, File file)
      throws IOException, ParserConfigurationException, SAXException {
    XMLProject project = new XMLProject();

    project.parse(file, new HuaweiProjectHandler(this.regions, filial));
  }
示例#2
0
  private void Nokia(File file) throws IOException, ParserConfigurationException, SAXException {
    XMLProject project = new XMLProject();

    project.parse(file, new NokiaProjectHandler(this.regions));
  }