Package: hax

Function end-element

Lambda List

end-element (handler name)

Arguments

  • handler -- a HAX/SAX handler (see abstract-handler for details)
  • name -- root element name, a rod/string

Return Value

unspecified

Details

Signals the end of an HTML element.

This event corresponds to the closing tag of an element.

 

See also