304305306307308309310311312313314
{ WingMergeableElement poped = stack.pop(); if (poped != null) { poped.toSAX(contentHandler, lexicalHandler, namespaces); poped.dispose(); } } // Send the event on unmodified super.endElement(namespaceURI, localName, qName);
273274275276277278279280281282283