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.AbstractModelParserJAXP_ACCESS_EXTERNAL_SCHEMA, JAXP_ACCESS_EXTERNAL_SCHEMA_ALL, JAXP_ACCESS_EXTERNAL_SCHEMA_SYSTEM_PROPERTY, schemaFactory, schemas
 
- 
 - 
Constructor SummaryConstructors Constructor Description DmnParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureFactory(javax.xml.parsers.DocumentBuilderFactory dbf)allows subclasses to configure theDocumentBuilderFactory.protected DmnModelInstanceImplcreateModelInstance(DomDocument document)DmnModelInstanceImplgetEmptyModel()DmnModelInstanceImplparseModelFromStream(java.io.InputStream inputStream)- 
Methods inherited from class org.camunda.bpm.model.xml.impl.parser.AbstractModelParseraddSchema, createSchema, getSchema, resolveAccessExternalSchemaProperty, validateModel
 
- 
 
- 
- 
- 
Method Detail- 
configureFactoryprotected void configureFactory(javax.xml.parsers.DocumentBuilderFactory dbf) Description copied from class:AbstractModelParserallows subclasses to configure theDocumentBuilderFactory.- Overrides:
- configureFactoryin class- AbstractModelParser
- Parameters:
- dbf- the factory to configure
 
 - 
createModelInstanceprotected DmnModelInstanceImpl createModelInstance(DomDocument document) - Specified by:
- createModelInstancein class- AbstractModelParser
 
 - 
parseModelFromStreampublic DmnModelInstanceImpl parseModelFromStream(java.io.InputStream inputStream) - Overrides:
- parseModelFromStreamin class- AbstractModelParser
 
 - 
getEmptyModelpublic DmnModelInstanceImpl getEmptyModel() - Overrides:
- getEmptyModelin class- AbstractModelParser
 
 
- 
 
-