Bio::MAGE::XML::Handler::ObjectHandlerI - Abstract class for processing Bio::MAGE objects.
Contents
Description
Methods
CONSTRUCTORSANDFRIENDSMETHODS
Name
Bio::MAGE::XML::Handler::ObjectHandlerI - Abstract class for processing Bio::MAGE objects.
See Also
perl v5.32.0 2020-12-01 MAGE::XML::Hand...:ObjectHandlerI(3pm)
Synopsis
my $objhandler; #get an Bio::MAGE::XML::ObjectHandlerI somehow
my $handler; #get an Bio::MAGE::XML::Handler somehow
my $reader; #get a Bio::MAGE::XML::Reader somehow
$handler->objecthandler($objhandler);
$reader->handler($handler)
