org.camunda.bpm.model.dmn.impl
Class DmnParser

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
      extended by org.camunda.bpm.model.dmn.impl.DmnParser

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


Field Summary
 
Fields inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
schemaFactory, schemas
 
Constructor Summary
DmnParser()
           
 
Method Summary
protected  void configureFactory(DocumentBuilderFactory dbf)
           
protected  DmnModelInstanceImpl createModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)
           
 DmnModelInstanceImpl getEmptyModel()
           
 DmnModelInstanceImpl parseModelFromStream(InputStream inputStream)
           
 
Methods inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
addSchema, createSchema, getSchema, validateModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnParser

public DmnParser()
Method Detail

configureFactory

protected void configureFactory(DocumentBuilderFactory dbf)
Overrides:
configureFactory in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser

createModelInstance

protected DmnModelInstanceImpl createModelInstance(org.camunda.bpm.model.xml.instance.DomDocument document)
Specified by:
createModelInstance in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser

parseModelFromStream

public DmnModelInstanceImpl parseModelFromStream(InputStream inputStream)
Overrides:
parseModelFromStream in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser

getEmptyModel

public DmnModelInstanceImpl getEmptyModel()
Overrides:
getEmptyModel in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser


Copyright © 2018 camunda services GmbH. All rights reserved.