Package org.camunda.bpm.model.dmn.impl
Class DmnParser
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
- org.camunda.bpm.model.dmn.impl.DmnParser
-
public class DmnParser extends org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
-
Constructor Summary
Constructors Constructor Description DmnParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureFactory(DocumentBuilderFactory dbf)protected DmnModelInstanceImplcreateModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)DmnModelInstanceImplgetEmptyModel()DmnModelInstanceImplparseModelFromStream(InputStream inputStream)
-
-
-
Method Detail
-
configureFactory
protected void configureFactory(DocumentBuilderFactory dbf)
- Overrides:
configureFactoryin classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
createModelInstance
protected DmnModelInstanceImpl createModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)
- Specified by:
createModelInstancein classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
parseModelFromStream
public DmnModelInstanceImpl parseModelFromStream(InputStream inputStream)
- Overrides:
parseModelFromStreamin classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
getEmptyModel
public DmnModelInstanceImpl getEmptyModel()
- Overrides:
getEmptyModelin classorg.camunda.bpm.model.xml.impl.parser.AbstractModelParser
-
-