org.jbpm.wire.xml
Class BindingParser

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

public class BindingParser
extends Parser


Field Summary
 
Fields inherited from class org.jbpm.xml.Parser
bindings, classLoader, documentBuilderFactory, entities
 
Constructor Summary
BindingParser()
           
 
Method Summary
 java.lang.Object parseDocumentElement(org.w3c.dom.Element documentElement, Parse parse)
          parses the top level element in the document and produces the object that is the result from the parsing.
 
Methods inherited from class org.jbpm.xml.Parser
addEntity, buildDom, checkProblems, createDocumentBuilder, createParse, execute, getBinding, getBinding, getBindings, getDocumentBuilderFactory, getInputSource, importStream, newDocumentBuilderFactory, parseDocument, 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

BindingParser

public BindingParser()
Method Detail

parseDocumentElement

public java.lang.Object parseDocumentElement(org.w3c.dom.Element documentElement,
                                             Parse parse)
Description copied from class: Parser
parses the top level element in the document and produces the object that is the result from the parsing.

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