// javadoc inherited
protected ContentHandler createContentHandler(Writer writer) {
// return a ContentHandler that will suppress the body content of
// every img tag
return new ContentWriter(writer) {
// javadoc inherited from superclass
public void startElement(String namespaceURI,
String lName,
String qName,
Attributes attrs) throws SAXException {