Class CmmnParser


  • public class CmmnParser
    extends org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
    Author:
    Roman Smirnov
    • Constructor Detail

      • CmmnParser

        public CmmnParser()
    • Method Detail

      • 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