org.camunda.bpm.model.cmmn.impl
Class CmmnParser

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
      extended by org.camunda.bpm.model.cmmn.impl.CmmnParser

public class CmmnParser
extends org.camunda.bpm.model.xml.impl.parser.AbstractModelParser

Author:
Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
schema, schemaFactory
 
Constructor Summary
CmmnParser()
           
 
Method Summary
protected  void configureFactory(DocumentBuilderFactory dbf)
           
protected  CmmnModelInstanceImpl createModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)
           
 CmmnModelInstanceImpl getEmptyModel()
           
 CmmnModelInstanceImpl parseModelFromStream(InputStream inputStream)
           
 
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
 

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


Copyright © 2015 camunda services GmbH. All rights reserved.