Class ProcessesXmlParser
- java.lang.Object
-
- org.camunda.bpm.engine.impl.util.xml.Parser
-
- org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
-
public class ProcessesXmlParser extends Parser
A SAX Parser for the processes.xml file
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROCESS_APP_NS
The process application namespacestatic String
PROCESS_APPLICATION_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 ProcessesXmlParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessesXmlParse
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
-
PROCESS_APP_NS
public static final String PROCESS_APP_NS
The process application namespace- See Also:
- Constant Field Values
-
PROCESS_APPLICATION_XSD
public static final String PROCESS_APPLICATION_XSD
The location of the XSD file in the classpath.- See Also:
- Constant Field Values
-
-
Method Detail
-
createParse
public ProcessesXmlParse createParse()
create an configure theProcessesXmlParse
object.- Specified by:
createParse
in classParser
-
-