org.kuali.rice.kew.xml
Class GroupXmlParser

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

public class GroupXmlParser
extends Object

Parses groups from XML.

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

Constructor Summary
GroupXmlParser()
           
 
Method Summary
 List<Group> parseGroups(org.jdom.Element element)
          Parses and saves groups
 List<Group> parseGroups(InputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupXmlParser

public GroupXmlParser()
Method Detail

parseGroups

public List<Group> parseGroups(InputStream input)
                        throws IOException,
                               XmlException
Throws:
IOException
XmlException

parseGroups

public List<Group> parseGroups(org.jdom.Element element)
                        throws XmlException
Parses and saves groups

Parameters:
element - top-level 'data' element which should contain a child element
Returns:
a list of parsed and saved, current, groups;
Throws:
XmlException


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