true
11011102110311041105110611071108110911101111
if (stack == null) { return; } try { stack.pop(); if (stack.empty()) namespaces.remove(prefix); } catch (EmptyStackException e) { throw createSAXException("endPrefixMapping popped too many times"); }
11671168116911701171117211731174117511761177
735736737738739740741742743744745
if (stack == null) { return; } try { stack.pop(); if (stack.empty()) { namespaces.remove(prefix); } } catch (EmptyStackException e) { throw createSAXException("endPrefixMapping popped too many times");
755756757758759760761762763764765
12701271127212731274127512761277127812791280