Help for this page
if ($collecting) { push @event_queue, sub { $self->SUPER::start_element($xml_data); }; }
foreach (@event_queue) { &$_(); }