org.camunda.bpm.engine.impl.bpmn.parser
Interface XMLImporter


public interface XMLImporter

A XML importer

Author:
Esteban Robles Luna

Method Summary
 void importFrom(Element element, BpmnParse parse)
          Imports the definitions in the XML declared in element
 

Method Detail

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


Copyright © 2017 camunda services GmbH. All rights reserved.