| go-perl documentation | Contained in the go-perl distribution. |
GO::Parsers::obo_xml_parser.pm - Parses xml made from events
do not use this class directly; use GO::Parser
this parser does a direct translation of XML to events, passed on to the handler
the XML used should be the attribute-less xml generated by the GO::Handlers::XmlOutHandler class
| go-perl documentation | Contained in the go-perl distribution. |
# $Id: obo_xml_parser.pm,v 1.3 2004/11/24 02:28:02 cmungall Exp $ # # # see also - http://www.geneontology.org # - http://www.godatabase.org/dev # # You may distribute this module under the same terms as perl itself package GO::Parsers::obo_xml_parser;
use Exporter; use base qw(GO::Parsers::base_parser Data::Stag::XMLParser); 1;