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
The parser used when parsing BPMN Files
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
JAXP_ACCESS_EXTERNAL_SCHEMA, JAXP_ACCESS_EXTERNAL_SCHEMA_ALL, JAXP_ACCESS_EXTERNAL_SCHEMA_SYSTEM_PROPERTY, schemaFactory, schemas
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
allows subclasses to configure theDocumentBuilderFactory
.protected BpmnModelInstanceImpl
createModelInstance
(DomDocument document) parseModelFromStream
(InputStream inputStream) Methods inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
addSchema, createSchema, getSchema, resolveAccessExternalSchemaProperty, validateModel
-
Constructor Details
-
BpmnParser
public BpmnParser()
-
-
Method Details
-
configureFactory
Description copied from class:AbstractModelParser
allows subclasses to configure theDocumentBuilderFactory
.- Overrides:
configureFactory
in classAbstractModelParser
- Parameters:
dbf
- the factory to configure
-
createModelInstance
- Specified by:
createModelInstance
in classAbstractModelParser
-
parseModelFromStream
- Overrides:
parseModelFromStream
in classAbstractModelParser
-
getEmptyModel
- Overrides:
getEmptyModel
in classAbstractModelParser
-