// call next handler if no filtering
if (completelyFiltered == 0) {
// special handling of text:h, that are directly passed
// to xhtml handler
if (TEXT_NS.equals(namespaceURI) && "h".equals(localName)) {
xhtml.endElement(headingStack.pop());
} else {
super.endElement(namespaceURI,localName,qName);
}
// special handling of tabulators