Package Martel :: Module Parser :: Class Parser
[show private | hide private]
[frames | no frames]

Class Parser

XMLReader --+
            |
           Parser


Parse the input data all in memory
Method Summary
  __init__(self, tagtable, (want_groupref_names, debug_level, attrlookup))
  __str__(self)
  close(self)
  copy(self)
  parse(self, source)
parse using the URL or file handle
  parseFile(self, fileobj)
parse using the input file object
  parseString(self, s)
parse using the given string

Method Details

parse(self, source)

parse using the URL or file handle
Overrides:
_xmlplus.sax.xmlreader.XMLReader.parse

parseFile(self, fileobj)

parse using the input file object

XXX will be removed with the switch to Python 2.0, where parse() takes an 'InputSource'

parseString(self, s)

parse using the given string

XXX will be removed with the switch to Python 2.0, where parse() takes an 'InputSource'

Generated by Epydoc 2.1 on Thu Aug 10 20:01:08 2006 http://epydoc.sf.net