String qname = (String)elementStack.pop();
String localName = (String)elementStack.pop();
String uri = (String)elementStack.pop();
handler.endElement(uri, localName, qname);
} catch (SAXException err) {
throw new DynamicError(err);
}
}
depth--;
// if this was the outermost element, and well formed output is required
// then no further elements will be processed