Lines Matching refs:InputSource
54 .. class:: InputSource(system_id=None)
67 An :class:`InputSource` belongs to the application, the :class:`XMLReader` is
68 not allowed to modify :class:`InputSource` objects passed to it from the
106 object, or an :class:`InputSource` object. When
259 InputSource Objects
263 .. method:: InputSource.setPublicId(id)
265 Sets the public identifier of this :class:`InputSource`.
268 .. method:: InputSource.getPublicId()
270 Returns the public identifier of this :class:`InputSource`.
273 .. method:: InputSource.setSystemId(id)
275 Sets the system identifier of this :class:`InputSource`.
278 .. method:: InputSource.getSystemId()
280 Returns the system identifier of this :class:`InputSource`.
283 .. method:: InputSource.setEncoding(encoding)
285 Sets the character encoding of this :class:`InputSource`.
290 The encoding attribute of the :class:`InputSource` is ignored if the
291 :class:`InputSource` also contains a character stream.
294 .. method:: InputSource.getEncoding()
296 Get the character encoding of this InputSource.
299 .. method:: InputSource.setByteStream(bytefile)
310 .. method:: InputSource.getByteStream()
318 .. method:: InputSource.setCharacterStream(charfile)
326 .. method:: InputSource.getCharacterStream()