Package Bio :: Package EUtils :: Module parse
[show private | hide private]
[frames | no frames]

Module Bio.EUtils.parse

Classes
GetObject  
UsePOMParser  

Function Summary
  convert_summary_Date(x)
  convert_summary_Date_string(s)
  convert_summary_Integer(x)
  convert_summary_Items(x)
  convert_summary_List(x)
  convert_summary_String(x)
  convert_summary_Unknown(x)
  parse_fetch_identifiers(infile)
  parse_fetch_publication_xml(infile)
  parse_fetch_sequence_xml(infile)
  parse_lcheck(infile)
  parse_link_xml(infile)
  parse_llinks(infile)
  parse_ncheck(infile)
  parse_neighbor_links(infile)
  parse_post(infile, webenv_ref)
  parse_prlinks(infile)
  parse_search(infile, webenv_ref)
  parse_summary_xml(infile)
  unescape_entities(s)

Variable Summary
dict entitydefs = {'zwnj': u'\u200c', 'aring': u'\xe5', 'gt':...
dict summary_type_parser_table = {'Date': <function convert_s...

Variable Details

entitydefs

Type:
dict
Value:
{'Chi': u'\u03a7',
 'aring': u'\xe5',
 'delta': u'\u03b4',
 'gt': u'>',
 'ograve': u'\xf2',
 'pound': u'\xa3',
 'rang': u'\u232a',
 'yen': u'\xa5',
...                                                                    

summary_type_parser_table

Type:
dict
Value:
{'Date': <function convert_summary_Date at 0x40b41a04>,
 'Integer': <function convert_summary_Integer at 0x40b41ae4>,
 'List': <function convert_summary_List at 0x40b41b54>,
 'String': <function convert_summary_String at 0x40b41aac>,
 'Unknown': <function convert_summary_Unknown at 0x40b41b1c>}          

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