Trees | Index | Help |
---|
Package Martel :: Module Parser :: Class Parser |
|
XMLReader
--+
|
Parser
Method Summary | |
---|---|
__init__(self,
tagtable,
(want_groupref_names,
debug_level,
attrlookup))
| |
__str__(self)
| |
close(self)
| |
copy(self)
| |
parse using the URL or file handle | |
parse using the input file object | |
parse using the given string |
Method Details |
---|
parse(self, source)parse using the URL or file handle
|
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' |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 16 15:48:42 2005 | http://epydoc.sf.net |