XML::Handler::Sample(3pm) - phpMan

Command: man perldoc info search(apropos)  


XML::Handler::Sample(3pm)      User Contributed Perl Documentation      XML::Handler::Sample(3pm)

NAME
       XML::Handler::Sample - a trivial PerlSAX handler

SYNOPSIS
        use XML::Parser::PerlSAX;
        use XML::Handler::Sample;

        $my_handler = XML::Handler::Sample->new;

        XML::Parser::PerlSAX->new->parse(Source => { SystemId => 'REC-xml-19980210.xml' },
                                         Handler => $my_handler);

DESCRIPTION
       "XML::Handler::Sample" is a trivial PerlSAX handler that prints out the name of each event
       it receives.  The source for "XML::Handler::Sample" lists all the currently known PerlSAX
       handler methods.

       "XML::Handler::Sample" is intended for Perl module authors who wish to look at example
       PerlSAX handler modules.  "XML::Handler::Sample" can be used as a template for writing
       your own PerlSAX handler modules.  "XML::Handler::Sample" is in the Public Domain and can
       be used for any purpose without restriction.

AUTHOR
       Ken MacLeod, ken AT bitsko.us

SEE ALSO
       perl(1), PerlSAX.pod(3)

perl v5.32.0                                2020-12-28                  XML::Handler::Sample(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-10-11 04:38 @34.239.150.167 CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0!Valid CSS!