org.camunda.bpm.container.impl.metadata
Class BpmPlatformXmlParser

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.xml.Parser
      extended by 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
static String BPM_PLATFORM_NS
          The bpm platform namespace
static 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
defaultSaxParserFactory, INSTANCE
 
Constructor Summary
BpmPlatformXmlParser()
           
 
Method Summary
 BpmPlatformXmlParse 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

BPM_PLATFORM_NS

public static final String BPM_PLATFORM_NS
The bpm 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
Constructor Detail

BpmPlatformXmlParser

public BpmPlatformXmlParser()
Method Detail

createParse

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

Overrides:
createParse in class Parser


Copyright © 2017 camunda services GmbH. All rights reserved.