public void begin (String namespace, String name, Attributes attrs)
throws Exception
{
Portal portal = (Portal) digester.peek();
Class<?> portalClass = portal.getClass();
Location loc = portal.loc;
Class<?> locClass = loc.getClass();
// iterate over the attributes, setting public fields where applicable
for (int ii = 0; ii < attrs.getLength(); ii++) {
String lname = attrs.getLocalName(ii);
if (StringUtil.isBlank(lname)) {