org.kuali.rice.kew.xml
Class CommonXmlParser

java.lang.Object
  extended by org.kuali.rice.kew.xml.CommonXmlParser

public class CommonXmlParser
extends Object

Parsing routines for XML structures shared across parsers.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
CommonXmlParser()
           
 
Method Summary
static RuleResponsibilityBo parseResponsibilityNameAndType(org.jdom.Element element)
          Parses, but does not save, a RuleResponsibility from responsibility identifier elements nested in the specified element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonXmlParser

public CommonXmlParser()
Method Detail

parseResponsibilityNameAndType

public static RuleResponsibilityBo parseResponsibilityNameAndType(org.jdom.Element element)
                                                           throws XmlException
Parses, but does not save, a RuleResponsibility from responsibility identifier elements nested in the specified element

Parameters:
element - parent element of responsibility identifier elements
Returns:
a parsed RuleResponsibility
Throws:
XmlException


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.