Package: hax

Function start-element

Lambda List

start-element (handler name attributes)

Arguments

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

Return Value

unspecified

Details

Signals the beginning of an HTML element.

This event corresponds to the opening tag of an element.

Elements of the attribute list can have any class, but must implement the generic functions for attributes. See standard-attribute for the built-in attribute implementation.

 

See also