Trees | Index | Help |
---|
Package Martel :: Module Parser :: Class RecordParser |
|
XMLReader
--+
|
RecordParser
Method Summary | |
---|---|
parse the input data a record at a time... | |
__str__(self)
| |
close(self)
| |
copy(self)
| |
parse using the URL or file handle | |
parse using the input file object | |
parse using the given string | |
Inherited from XMLReader | |
Returns the current ContentHandler. | |
Returns the current DTD handler. | |
Returns the current EntityResolver. | |
Returns the current ErrorHandler. | |
Looks up and returns the state of a SAX2 feature. | |
Looks up and returns the value of a SAX2 property. | |
Registers a new object to receive document content events. | |
Register an object to receive basic DTD-related events. | |
Register an object to resolve external entities. | |
Register an object to receive error-message events. | |
Sets the state of a SAX2 feature. | |
Allow an application to set the locale for errors and warnings. | |
Sets the value of a SAX2 property. |
Method Details |
---|
__init__(self,
format_name,
attrs,
record_tagtable,
(want_groupref_names,
debug_level,
attrlookup),
make_reader,
reader_args=())
|
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 Thu Aug 10 20:05:51 2006 | http://epydoc.sf.net |