File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ 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- :class: `~xml.sax.xmlreader.Attributes `, :class: ` ~xml.sax.xmlreader.AttributesNS `,
83- and :class: `~xml.sax.xmlreader.XMLReader ` interfaces are defined in the
84- module :mod: `xml.sax.xmlreader `. The handler interfaces are defined in
85- :mod: `xml.sax.handler `. For convenience,
82+ :class: `~xml.sax.xmlreader.AttributesImpl `,
83+ :class: ` ~xml.sax.xmlreader.AttributesNSImpl `, and :class: `~xml.sax.xmlreader.XMLReader `
84+ interfaces are defined in the module :mod: `xml.sax.xmlreader `.
85+ The handler interfaces are defined in :mod: `xml.sax.handler `. For convenience,
8686:class: `~xml.sax.xmlreader.InputSource ` (which is often
8787instantiated directly) and the handler classes are also available from
8888:mod: `!xml.sax `. These interfaces are described below.
You can’t perform that action at this time.
0 commit comments