Class BpmPlatformXmlParser
- java.lang.Object
-
- org.camunda.bpm.engine.impl.util.xml.Parser
-
- org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
-
public class BpmPlatformXmlParser extends Parser
A SAX Parser for the bpm-platform.xml file
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static String
BPM_PLATFORM_NS
The Camunda Platform namespacestatic String
BPM_PLATFORM_XSD
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
Constructors Constructor Description BpmPlatformXmlParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BpmPlatformXmlParse
createParse()
create an configure theProcessesXmlParse
object.-
Methods inherited from class org.camunda.bpm.engine.impl.util.xml.Parser
enableSchemaValidation, getSaxParser, getSaxParserFactoryLazily, isEnableXxeProcessing, setXxeProcessing
-
-
-
-
Field Detail
-
BPM_PLATFORM_NS
public static final String BPM_PLATFORM_NS
The Camunda Platform namespace- See Also:
- Constant Field Values
-
BPM_PLATFORM_XSD
public static final String BPM_PLATFORM_XSD
The location of the XSD file in the classpath.- See Also:
- Constant Field Values
-
-
Method Detail
-
createParse
public BpmPlatformXmlParse createParse()
create an configure theProcessesXmlParse
object.- Specified by:
createParse
in classParser
-
-