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 | |
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
|
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 Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |