Python/XML Reference Guide
Next:
4.4 EntityResolver methods
Up:
4. xml.sax.saxlib
Previous:
4.2 DocumentHandler methods
4
.
3
DTDHandler
methods
notationDecl
(
name, publicId, systemId
)
Handle a notation declaration event.
unparsedEntityDecl
(
publicId, systemId, notationName
)
Handle an unparsed entity declaration event.
Python/XML Reference Guide
Next:
4.4 EntityResolver methods
Up:
4. xml.sax.saxlib
Previous:
4.2 DocumentHandler methods