table of contents
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 ERRORSΒΆ
Hey! The above document had some coding errors, which are explained below:
- Around line 140:
- '=item' outside of any '=over'
=over without closing =back
2020-12-01 | perl v5.32.0 |