|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.xml.Parser org.jbpm.cal.xml.BusinessCalendarParser
public class BusinessCalendarParser
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 |
---|
public BusinessCalendarParser()
Method Detail |
---|
public static BusinessCalendarParser getInstance()
public static BusinessCalendar parseXmlString(java.lang.String xmlString)
public java.lang.Object parseDocumentElement(org.w3c.dom.Element element, Parse parse)
Parser
parseDocumentElement
in class Parser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |