org.camunda.bpm.model.cmmn.impl
Class CmmnParser
java.lang.Object
org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
org.camunda.bpm.model.cmmn.impl.CmmnParser
public class CmmnParser
- extends org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
- Author:
- Roman Smirnov
| Fields inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser |
schema, schemaFactory |
| Methods inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser |
validateModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmmnParser
public CmmnParser()
configureFactory
protected void configureFactory(DocumentBuilderFactory dbf)
- Overrides:
configureFactory in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
createModelInstance
protected CmmnModelInstanceImpl createModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)
- Specified by:
createModelInstance in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
parseModelFromStream
public CmmnModelInstanceImpl parseModelFromStream(InputStream inputStream)
- Overrides:
parseModelFromStream in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
getEmptyModel
public CmmnModelInstanceImpl getEmptyModel()
- Overrides:
getEmptyModel in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
Copyright © 2015 camunda services GmbH. All rights reserved.