Query: bio::mage::xml::handler
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAGE::XML::Handler(3pm) User Contributed Perl Documentation MAGE::XML::Handler(3pm) start_element_objecthandler($handler) Use this method to get/set the start handler that will be called to process Bio::MAGE objects as they are created. $handler must be instances of the Bio::MAGE::XMLUtils::ObjectHandlerI class. Calling start_element objecthandler() with no arguments returns a reference to the currently registered Bio::MAGE::XMLUtils::ObjectHandlerI object. end_element_objecthandler($handler) Use this method to get/set the end handler that will be called to process Bio::MAGE objects as they are finished (when the end tag event occurs. $handler must be instances of the Bio::MAGE::XMLUtils::ObjectHandlerI class. Calling end_element_objecthandler() with no arguments returns a reference to the currently registered Bio::MAGE::XMLUtils::ObjectHandlerI object. character_objecthandler($handler) Use this method to get/set the start handler that will be called to process character data as it is . $handler must be instances of the Bio::MAGE::XMLUtils::ObjectHandlerI class. Calling character_objecthandler() with no arguments returns a reference to the currently registered Bio::MAGE::XMLUtils::ObjectHandlerI object.POD ERRORSHey! The above document had some coding errors, which are explained below: Around line 140: '=item' outside of any '=over' perl v5.10.1 2006-08-23 MAGE::XML::Handler(3pm)