Trees | Index | Help |
---|
Package Martel :: Module Parser :: Class HeaderFooterParser |
|
XMLReader
--+
|
HeaderFooterParser
Method Summary | |
---|---|
__init__(self,
format_name,
attrs,
make_header_reader,
header_reader_args,
header_tagtable,
make_reader,
reader_args,
record_tagtable,
make_footer_reader,
footer_reader_args,
footer_tagtable,
(want_groupref_names,
debug_level,
attrlookup))
| |
__str__(self)
| |
copy(self)
| |
parse using the URL or file handle | |
parseFile(self,
fileobj)
| |
parseString(self,
s)
| |
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 |
---|
parse(self, source)parse using the URL or file handle
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:09 2007 | http://epydoc.sf.net |