XMLFilterImpl.endElement

Filter an end element event.

@param uri The element's Namespace URI, or the empty string. @param localName The element's local name, or the empty string. @param qName The element's qualified (prefixed) name, or the empty string. @exception org.xml.sax.SAXException The client may throw an exception during processing.

class XMLFilterImpl(Ch = char)
void
endElement
(
Ch[] uri
,,
Ch[] qName
)

Meta