Interface XMLImporter
public interface XMLImporter
A XML importer
- Author:
- Esteban Robles Luna
-
Method Summary
Modifier and TypeMethodDescriptionvoid
importFrom
(Element element, BpmnParse parse) Imports the definitions in the XML declared in element
-
Method Details
-
importFrom
Imports the definitions in the XML declared in element- Parameters:
element
- the declarations to be importedparse
- the parse who called this importer
-