Table of Contents

Class: InterProParser Bio/InterPro/__init__.py

Parses InterPro sequence data into a Record object.

Base Classes   
sgmllib.SGMLParser
Methods   
_flush_text
do_br
end_a
end_h2
end_i
end_li
end_ol
end_td
end_ul
feed
handle_data
handle_starttag
parse
reset
start_a
start_h2
start_i
start_li
start_ol
start_table
start_td
start_ul
  _flush_text 
_flush_text ( self )

  do_br 
do_br ( self,  attrs )

  end_a 
end_a ( self )

  end_h2 
end_h2 ( self )

  end_i 
end_i ( self )

  end_li 
end_li ( self )

  end_ol 
end_ol ( self )

  end_td 
end_td ( self )

  end_ul 
end_ul ( self )

  feed 
feed ( self,  handle )

feed(self, handle )

Feed in interpro data for scanning. handle is a file-like object containing interpro data. consumer is a Consumer object that will receive events as the ndb data is scanned.

  handle_data 
handle_data ( self,  newtext )

  handle_starttag 
handle_starttag (
        self,
        tag,
        method,
        attrs,
        )

  parse 
parse ( self,  handle )

  reset 
reset ( self )

  start_a 
start_a ( self,  attrs )

  start_h2 
start_h2 ( self,  attrs )

  start_i 
start_i ( self,  attrs )

  start_li 
start_li ( self,  attrs )

  start_ol 
start_ol ( self,  attrs )

  start_table 
start_table ( self,  attrs )

  start_td 
start_td ( self,  attrs )

  start_ul 
start_ul ( self,  attrs )


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:51 2002 by HappyDoc version 2.0.1