Unix Man page/Perldoc/Info page, English-Chinese Dictionary,
Chinese-English Dictionary
XML::Elemental::SAXHanUser(Contributed Perl DocXML::Elemental::SAXHandler(3pm) NAME XML::Elemental::SAXHandler - the SAX2 handler that drives XML::Elemen- tal. 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_ele- ment", "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. perl v5.8.7 2005-11-18 XML::Elemental::SAXHandler(3pm) |