Package org.camunda.bpm.model.bpmn.impl
Class BpmnParser
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
- org.camunda.bpm.model.bpmn.impl.BpmnParser
-
public class BpmnParser extends org.camunda.bpm.model.xml.impl.parser.AbstractModelParserThe parser used when parsing BPMN Files
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description BpmnParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureFactory(DocumentBuilderFactory dbf)protected BpmnModelInstanceImplcreateModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)BpmnModelInstanceImplgetEmptyModel()BpmnModelInstanceImplparseModelFromStream(InputStream inputStream)
-
-
-
Method Detail
-
configureFactory
protected void configureFactory(DocumentBuilderFactory dbf)
- Overrides:
configureFactoryin classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
createModelInstance
protected BpmnModelInstanceImpl createModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)
- Specified by:
createModelInstancein classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
parseModelFromStream
public BpmnModelInstanceImpl parseModelFromStream(InputStream inputStream)
- Overrides:
parseModelFromStreamin classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
getEmptyModel
public BpmnModelInstanceImpl getEmptyModel()
- Overrides:
getEmptyModelin classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
-