public class DeleteHandler implements TagHandler {
public void startElement(String uri, String localName, String qName,
Attributes attributes) throws SAXException {
DeleteMapperImpl ami = new DeleteMapperImpl(attributes
.getValue("name"));
ami.setTypeHelper(typeHelper);
push(ami);
}