Class ProcessesXmlParser
java.lang.Object
org.camunda.bpm.engine.impl.util.xml.Parser
org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
A SAX Parser for the processes.xml file
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The process application 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
-
PROCESS_APP_NS
The process application namespace- See Also:
-
PROCESS_APPLICATION_XSD
The location of the XSD file in the classpath.- See Also:
-
-
Constructor Details
-
ProcessesXmlParser
public ProcessesXmlParser()
-
-
Method Details
-
createParse
create an configure theProcessesXmlParse
object.- Specified by:
createParse
in classParser
-