Query: xml::handler::printevents
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PrintEvents(3pm) User Contributed Perl Documentation PrintEvents(3pm)NAMEXML::Handler::PrintEvents - Prints PerlSAX events (for debugging)SYNOPSISuse XML::Handler::PrintEvents; my $pr = new XML::Handler::PrintEvents;DESCRIPTIONThis PerlSAX handler prints the PerlSAX events it receives to STDOUT. It can be useful when debugging PerlSAX filters. It supports all PerlSAX handler including ignorable_whitespace.AUTHOREnno Derksen is the original author. Send bug reports, hints, tips, suggestions to T.J. Mather at <tjmather@tjmather.com>. perl v5.10.1 2001-09-03 PrintEvents(3pm)