Class BpmnParser

java.lang.Object
org.camunda.bpm.engine.impl.util.xml.Parser
org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser

public class BpmnParser extends Parser
Parser for BPMN 2.0 process models. There is only one instance of this parser in the process engine. This Parser creates BpmnParse instances that can be used to actually parse the BPMN 2.0 XML process definitions.
Author:
Tom Baeyens, Joram Barrez