Query: xml::handler::sample
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML::Handler::Sample(3) User Contributed Perl Documentation XML::Handler::Sample(3)NAMEXML::Handler::Sample - a trivial PerlSAX handlerSYNOPSISuse 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.AUTHORKen MacLeod, ken@bitsko.slc.ut.usSEE ALSOperl(1), PerlSAX.pod(3) perl v5.16.3 2003-10-21 XML::Handler::Sample(3)
Related Man Pages |
---|
xml::filter::saxt(3) - redhat |
xml::handler::canonxmlwriter(3) - centos |
xml::grove::subst(3) - redhat |
xml::handler::xmlwriter(3) - centos |
xml::handler::xmlwriter(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |