Lines Matching +full:security +full:- +full:events
1 :mod:`xml.sax` --- Support for SAX2 parsers
13 --------------
25 :ref:`xml-vulnerabilities`.
30 to increase security. Before, the parser created network connections
66 :term:`bytes-like object`.
74 produces a sequence of events. The events then get distributed to the handler
79 the handler objects are called based on structural and syntactic events from the
107 exception --- it is also useful as a container for information.
109 When instantiated, *msg* should be a human-readable description of the error.
151 Definitions of the interfaces for application-provided objects.
157 Definitions of the interfaces for parser-provided objects.
160 .. _sax-exception-objects:
163 --------------------
170 Return a human-readable message describing the error condition.