FreeBSD Manual Pages
XML::Elemental::SAXHanUser(Contributed Perl DocumXML::Elemental::SAXHandler(3) NAME XML::Elemental::SAXHandler - the SAX2 handler that drives XML::Elemental. DESCRIPTION XML::Elemental::SAXHandler is a subclass of XML::SAX::Base that is passed into the parser factory to create the Elemental parser. This handler implements SAX handlers for "start_document", "start_element", "characters", "end_element" and "end_document". It also handles mixing the document, element and characters into the processing of XML data through its overwritten construvtor. You typically do not need to work with this module directly. Instead work with the "parser" method in XML::Elemental. AUTHOR & COPYRIGHT Please see the XML::Elemental manpage for author, copyright, and license information. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 83: =begin without a target? Around line 111: '=end' without a target? perl v5.32.0 2009-08-13 XML::Elemental::SAXHandler(3)
NAME | DESCRIPTION | AUTHOR & COPYRIGHT | POD ERRORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XML::Elemental::SAXHandler&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>