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
(
const(Ch)[] uri
,
const(Ch)[] localName
,
const(Ch)[] qName
)

Meta