| Trees | Index | Help |
|
|---|
| Package _xmlplus :: Package sax :: Module handler :: Class DTDHandler |
|
DefaultHandlerHandle DTD events.
This interface specifies only those DTD events required for basic parsing (unparsed entities and attributes).| Method Summary | |
|---|---|
Handle a notation declaration event. | |
Handle an unparsed entity declaration event. | |
| Method Details |
|---|
notationDecl(self, name, publicId, systemId)Handle a notation declaration event. |
unparsedEntityDecl(self, name, publicId, systemId, ndata)Handle an unparsed entity declaration event. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:24 2005 | http://epydoc.sf.net |