org.camunda.bpm.engine.impl.util.xml
Class Parser

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.xml.Parser
Direct Known Subclasses:
BpmnParser, BpmPlatformXmlParser, ProcessesXmlParser

public class Parser
extends Object

Author:
Tom Baeyens

Field Summary
protected static SAXParserFactory defaultSaxParserFactory
           
static Parser INSTANCE
           
 
Constructor Summary
Parser()
           
 
Method Summary
 Parse createParse()
           
protected  SAXParser getSaxParser()
           
protected  SAXParserFactory getSaxParserFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultSaxParserFactory

protected static SAXParserFactory defaultSaxParserFactory

INSTANCE

public static final Parser INSTANCE
Constructor Detail

Parser

public Parser()
Method Detail

createParse

public Parse createParse()

getSaxParser

protected SAXParser getSaxParser()
                          throws Exception
Throws:
Exception

getSaxParserFactory

protected SAXParserFactory getSaxParserFactory()


Copyright © 2016 camunda services GmbH. All rights reserved.