logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML::Handler::PrintEvents - Prints PerlSAX events (for debugging)

Author

       Enno Derksen is the original author.

       Send bug reports, hints, tips, suggestions to T.J. Mather at <tjmather@tjmather.com>.

perl v5.32.0                                       2021-01-07                                   PrintEvents(3pm)

Description

       This 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.

Name

       XML::Handler::PrintEvents - Prints PerlSAX events (for debugging)

Synopsis

       use XML::Handler::PrintEvents;

       my $pr = new XML::Handler::PrintEvents;

See Also