public void startElement(
     String namespaceURI, String localName, String qName, AnnotatedAttributes attributes)
     throws SAXException {
   consumer.startElement(namespaceURI, localName, qName, attributes);
 }