Lines Matching refs:sax
1 :mod:`xml.sax` --- Support for SAX2 parsers
4 .. module:: xml.sax
11 **Source code:** :source:`Lib/xml/sax/__init__.py`
15 The :mod:`xml.sax` package provides a number of modules which implement the
23 The :mod:`xml.sax` module is not secure against maliciously
33 :meth:`~xml.sax.xmlreader.XMLReader.setFeature` on the parser object
34 and argument :data:`~xml.sax.handler.feature_external_ges`.
41 Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The
83 :class:`~xml.sax.xmlreader.InputSource`, :class:`~xml.sax.xmlreader.Locator`,
84 :class:`~xml.sax.xmlreader.Attributes`, :class:`~xml.sax.xmlreader.AttributesNS`,
85 and :class:`~xml.sax.xmlreader.XMLReader` interfaces are defined in the
86 module :mod:`xml.sax.xmlreader`. The handler interfaces are defined in
87 :mod:`xml.sax.handler`. For convenience,
88 :class:`~xml.sax.xmlreader.InputSource` (which is often
90 :mod:`xml.sax`. These interfaces are described below.
92 In addition to these classes, :mod:`xml.sax` provides the following exception
102 :class:`~xml.sax.handler.ErrorHandler` interface
117 :class:`~xml.sax.handler.ErrorHandler` interface to provide information
119 :class:`~xml.sax.xmlreader.Locator` interface as well as the
126 :class:`~xml.sax.xmlreader.XMLReader` is
134 :class:`~xml.sax.xmlreader.XMLReader` is asked to
147 Module :mod:`xml.sax.handler`
150 Module :mod:`xml.sax.saxutils`
153 Module :mod:`xml.sax.xmlreader`