throws IOException, SAXParseException, SAXException {
reset();
// Parse the input stream into an XMLTree
XMLParser parser = new XMLParser();
XMLTree config = parser.process(stream);
if (!config.getName().equals(Constants.Element.TOMCAT_USERS))
return;
Enumeration e;
// Process the defined users