| go-perl documentation | Contained in the go-perl distribution. |
GO::Parsers::owl_parser.pm - turns OWL XML into event stream
do not use this class directly; use GO::Parser
this parser does a direct translation of XML to events, passed on to the handler
| go-perl documentation | Contained in the go-perl distribution. |
# $Id: owl_parser.pm,v 1.3 2005/04/19 04:35:50 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::owl_parser;
use Exporter; use base qw(GO::Parsers::base_parser Data::Stag::XMLParser); sub xslt { 'owl_to_oboxml' } 1;