super.begin(namespace, name, attributes);
prefix = "/" + attributes.getValue("name");
target = attributes.getValue("target");
Object obj = digester.peek();
if (!(obj instanceof Config)) {
throw new XmlLoadException("Wrong class type : " + obj.getClass());
}
Config conf = (Config)obj;
conf.setPrefix(prefix);
}