public void endPrefixMapping(String prefix) throws SAXException {
}
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
if (uri.equals("")) {
Location location = locator == null ? Location.UNKNOWN : new LocationImpl(null, locator.getSystemId(),
locator.getLineNumber(), locator.getColumnNumber());
ConfImpl config = new ConfImpl(localName, location);
configs.add(config);
for (int i = 0; i < atts.getLength(); i++) {