Package Bio :: Package Blast :: Module NCBIXML :: Class BlastParser
[show private | hide private]
[frames | no frames]

Class BlastParser

ContentHandler --+    
                 |    
        _XMLparser --+
                     |
                    BlastParser


Parse XML BLAST data into a Record.Blast object

Methods: parse Parses BLAST XML data.

All XML 'action' methods are private methods and may be: _start_TAG called when the start tag is found _end_TAG called when the end tag is found
Method Summary
  __init__(self)
Constructor
  parse(self, handler)
Parses the XML data

Method Details

__init__(self)
(Constructor)

Constructor
Overrides:
Bio.Blast.NCBIXML._XMLparser.__init__

parse(self, handler)

Parses the XML data

handler -- file handler or StringIO

Generated by Epydoc 2.1 on Sat Jul 16 15:49:02 2005 http://epydoc.sf.net