void endForeignChild(ParsedElementAnnotation ea) {
dpb.annotation(ea);
}
void end() throws SAXException {
ParsedPattern p;
if (dpb != null) {
if (except != null)
p = dpb.makePattern(except, startLocation, annotations);
else
p = dpb.makePattern(startLocation, annotations);