xml.sax.handler.DTDHandler¶
-
class
xml.sax.handler.DTDHandler[source]¶ Handle DTD events.
This interface specifies only those DTD events required for basic parsing (unparsed entities and attributes).
Methods¶
notationDecl(name, publicId, systemId) |
Handle a notation declaration event. |
unparsedEntityDecl(name, publicId, systemId, ...) |
Handle an unparsed entity declaration event. |