|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.persondir.support.legacy.PersonDirXmlParser
class PersonDirXmlParser
Static function class which parses a Document such as that contained in a PersonDirs.xml file to obtain a List of PersonDirInfo objects.
| Field Summary | |
|---|---|
private static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
private |
PersonDirXmlParser()
|
| Method Summary | |
|---|---|
(package private) static java.util.List |
getPersonDirInfos(org.w3c.dom.Document personDirDoc)
Computes a List of PersonDirInfo objects from a Document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
private PersonDirXmlParser()
| Method Detail |
|---|
static java.util.List getPersonDirInfos(org.w3c.dom.Document personDirDoc)
personDirDoc - PersonDirInfo document
java.lang.IllegalArgumentException - if param personDirDoc is null
DataAccessException - on failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||