Interface XMLImporter
-
public interface XMLImporter
A XML importer- Author:
- Esteban Robles Luna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
importFrom(Element element, BpmnParse parse)
Imports the definitions in the XML declared in element
-