org.jbpm.env.xml
Class EnvironmentParser

java.lang.Object
  extended by org.jbpm.xml.Parser
      extended by org.jbpm.env.xml.EnvironmentParser
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class EnvironmentParser
extends Parser

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.jbpm.xml.Parser
bindings, classLoader, documentBuilderFactory, entities
 
Constructor Summary
EnvironmentParser()
           
 
Method Summary
 WireParser getApplicationWireXmlParser()
           
 WireParser getBlockWireXmlParser()
           
 java.lang.Object parseDocument(org.w3c.dom.Document document, Parse parse)
          start of the DOM walk.
 void setApplicationWireXmlParser(WireParser applicationWireXmlParser)
           
 void setBlockWireXmlParser(WireParser blockWireXmlParser)
           
 
Methods inherited from class org.jbpm.xml.Parser
addEntity, buildDom, checkProblems, createDocumentBuilder, createParse, execute, getBinding, getBinding, getBindings, getDocumentBuilderFactory, getInputSource, importStream, newDocumentBuilderFactory, parseDocumentElement, parseElement, parseElement, resolveEntity, setBindings, setDocumentBuilderFactory, useParseEntityResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentParser

public EnvironmentParser()
Method Detail

parseDocument

public java.lang.Object parseDocument(org.w3c.dom.Document document,
                                      Parse parse)
Description copied from class: Parser
start of the DOM walk. This method is used as part of the parse execution. This default implementation behaviour extracts the document element and delegates to Parser.parseDocumentElement(Element, Parse). This method can be overridden for customized behaviour.

Overrides:
parseDocument in class Parser
Returns:
the object that is the result from parsing this document.

getApplicationWireXmlParser

public WireParser getApplicationWireXmlParser()

setApplicationWireXmlParser

public void setApplicationWireXmlParser(WireParser applicationWireXmlParser)

getBlockWireXmlParser

public WireParser getBlockWireXmlParser()

setBlockWireXmlParser

public void setBlockWireXmlParser(WireParser blockWireXmlParser)