public class GroupXmlParser extends Object
Group| Constructor and Description |
|---|
GroupXmlParser() |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
parseGroups(org.jdom.Element element)
Parses and saves groups
|
List<Group> |
parseGroups(InputStream input) |
public GroupXmlParser()
public List<Group> parseGroups(InputStream input) throws IOException, XmlException
IOExceptionXmlExceptionpublic List<Group> parseGroups(org.jdom.Element element) throws XmlException
element - top-level 'data' element which should contain a XmlExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.