@@ -79,14 +79,12 @@ instantiated by the application itself. Since Python does not have an explicit
7979notion of interface, they are formally introduced as classes, but applications
8080may use implementations which do not inherit from the provided classes. The
8181:class: `~xml.sax.xmlreader.InputSource `, :class: `~xml.sax.xmlreader.Locator `,
82- :ref: `Attributes <attributes-objects >`,
83- :ref: `AttributesNS <attributes-ns-objects >`,
84- and :class: `~xml.sax.xmlreader.XMLReader `
85- interfaces are defined in the module :mod: `xml.sax.xmlreader `.
86- The handler interfaces are defined in :mod: `xml.sax.handler `. For convenience,
87- :class: `~xml.sax.xmlreader.InputSource ` (which is often
88- instantiated directly) and the handler classes are also available from
89- :mod: `!xml.sax `. These interfaces are described below.
82+ :ref: `Attributes <attributes-objects >`,:ref: `AttributesNS <attributes-ns-objects> `,
83+ and :class: `~xml.sax.xmlreader.XMLReader ` interfaces are defined in the module
84+ :mod: `xml.sax.xmlreader `. The handler interfaces are defined in
85+ :mod: `xml.sax.handler `. For convenience, :class: `~xml.sax.xmlreader.InputSource `
86+ (which is often instantiated directly) and the handler classes are also available
87+ from :mod: `!xml.sax `. These interfaces are described below.
9088
9189In addition to these classes, :mod: `!xml.sax ` provides the following exception
9290classes.
0 commit comments