Interface XMLImporter


public interface XMLImporter
A XML importer
Author:
Esteban Robles Luna
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    importFrom(Element element, BpmnParse parse)
    Imports the definitions in the XML declared in element
  • Method Details

    • importFrom

      void importFrom(Element element, BpmnParse parse)
      Imports the definitions in the XML declared in element
      Parameters:
      element - the declarations to be imported
      parse - the parse who called this importer