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 Details

    • PROCESS_APP_NS

      public static final String PROCESS_APP_NS
      The process application namespace
      See Also:
    • PROCESS_APPLICATION_XSD

      public static final String PROCESS_APPLICATION_XSD
      The location of the XSD file in the classpath.
      See Also:
  • Constructor Details

    • ProcessesXmlParser

      public ProcessesXmlParser()
  • Method Details