Class BpmPlatformXmlParser
java.lang.Object
org.camunda.bpm.engine.impl.util.xml.Parser
org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
A SAX Parser for the bpm-platform.xml file
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Camunda Platform namespacestatic final String
The location of the XSD file in the classpath.Fields inherited from class org.camunda.bpm.engine.impl.util.xml.Parser
DISALLOW_DOCTYPE_DECL, EXTERNAL_GENERAL_ENTITIES, EXTERNAL_PARAMETER_ENTITIES, LOAD_EXTERNAL_DTD, LOG, NAMESPACE_PREFIXES, SAX_PARSER_FACTORY_INSTANCE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.util.xml.Parser
enableSchemaValidation, getSaxParser, getSaxParserFactoryLazily, isEnableXxeProcessing, setXxeProcessing
-
Field Details
-
BPM_PLATFORM_NS
The Camunda Platform namespace- See Also:
-
BPM_PLATFORM_XSD
The location of the XSD file in the classpath.- See Also:
-
-
Constructor Details
-
BpmPlatformXmlParser
public BpmPlatformXmlParser()
-
-
Method Details
-
createParse
create an configure theProcessesXmlParse
object.- Specified by:
createParse
in classParser
-