org.jbpm.cal.xml
Class BusinessCalendarParser

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

public class BusinessCalendarParser
extends Parser


Field Summary
 
Fields inherited from class org.jbpm.xml.Parser
bindings, classLoader, documentBuilderFactory, entities
 
Constructor Summary
BusinessCalendarParser()
           
 
Method Summary
static BusinessCalendarParser getInstance()
           
 java.lang.Object parseDocumentElement(org.w3c.dom.Element element, Parse parse)
          parses the top level element in the document and produces the object that is the result from the parsing.
static BusinessCalendar parseXmlString(java.lang.String xmlString)
           
 
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

BusinessCalendarParser

public BusinessCalendarParser()
Method Detail

getInstance

public static BusinessCalendarParser getInstance()

parseXmlString

public static BusinessCalendar parseXmlString(java.lang.String xmlString)

parseDocumentElement

public java.lang.Object parseDocumentElement(org.w3c.dom.Element element,
                                             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.