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 AbstractModelParser
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
JAXP_ACCESS_EXTERNAL_SCHEMA, JAXP_ACCESS_EXTERNAL_SCHEMA_ALL, JAXP_ACCESS_EXTERNAL_SCHEMA_SYSTEM_PROPERTY, schemaFactory, schemas
-
-
Constructor Summary
Constructors Constructor Description DmnParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureFactory(javax.xml.parsers.DocumentBuilderFactory dbf)
allows subclasses to configure theDocumentBuilderFactory
.protected DmnModelInstanceImpl
createModelInstance(DomDocument document)
DmnModelInstanceImpl
getEmptyModel()
DmnModelInstanceImpl
parseModelFromStream(java.io.InputStream inputStream)
-
Methods inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
addSchema, createSchema, getSchema, resolveAccessExternalSchemaProperty, validateModel
-
-
-
-
Method Detail
-
configureFactory
protected void configureFactory(javax.xml.parsers.DocumentBuilderFactory dbf)
Description copied from class:AbstractModelParser
allows subclasses to configure theDocumentBuilderFactory
.- Overrides:
configureFactory
in classAbstractModelParser
- Parameters:
dbf
- the factory to configure
-
createModelInstance
protected DmnModelInstanceImpl createModelInstance(DomDocument document)
- Specified by:
createModelInstance
in classAbstractModelParser
-
parseModelFromStream
public DmnModelInstanceImpl parseModelFromStream(java.io.InputStream inputStream)
- Overrides:
parseModelFromStream
in classAbstractModelParser
-
getEmptyModel
public DmnModelInstanceImpl getEmptyModel()
- Overrides:
getEmptyModel
in classAbstractModelParser
-
-