Python Library Reference
Previous:
7.10.1 ContentHandler Objects
Up:
7.10 xml.sax.handler
Next:
7.10.3 EntityResolver Objects
7.10.2 DTDHandler Objects
DTDHandler
instances provide the following methods:
notationDecl
(
name, publicId, systemId
)
Handle a notation declaration event.
unparsedEntityDecl
(
name, publicId, systemId, ndata
)
Handle an unparsed entity declaration event.
Python Library Reference
Previous:
7.10.1 ContentHandler Objects
Up:
7.10 xml.sax.handler
Next:
7.10.3 EntityResolver Objects
Release 2.5b2, documentation updated on 11th July, 2006.
See
About this document...
for information on suggesting changes.