Home | History | Annotate | Download | only in sax

Lines Matching defs:InputSource

31         "Parse an XML document from a system identifier or an InputSource."
185 # ===== INPUTSOURCE =====
187 class InputSource:
199 An InputSource belongs to the application, the XMLReader is not
200 allowed to modify InputSource objects passed to it from the
211 "Sets the public identifier of this InputSource."
215 "Returns the public identifier of this InputSource."
219 "Sets the system identifier of this InputSource."
223 "Returns the system identifier of this InputSource."
227 """Sets the character encoding of this InputSource.
232 The encoding attribute of the InputSource is ignored if the
233 InputSource also contains a character stream."""
237 "Get the character encoding of this InputSource."