- 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.