org.kuali.rice.kew.xml
Class GroupXmlParser
java.lang.Object
   org.kuali.rice.kew.xml.GroupXmlParser
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GroupXmlParser
public GroupXmlParser()
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.