org.camunda.bpm.application.impl.metadata
Class ProcessesXmlParser

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.xml.Parser
      extended by 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
static String PROCESS_APP_NS
          The process application namespace
static 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
defaultSaxParserFactory, INSTANCE
 
Constructor Summary
ProcessesXmlParser()
           
 
Method Summary
 ProcessesXmlParse createParse()
          create an configure the ProcessesXmlParse object.
 
Methods inherited from class org.camunda.bpm.engine.impl.util.xml.Parser
getSaxParser, getSaxParserFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ProcessesXmlParser

public ProcessesXmlParser()
Method Detail

createParse

public ProcessesXmlParse createParse()
create an configure the ProcessesXmlParse object.

Overrides:
createParse in class Parser


Copyright © 2016 camunda services GmbH. All rights reserved.