Module libxml2 :: Class ioWriteWrapper
[hide private]
[frames] | no frames]

Class ioWriteWrapper

source code

ioWrapper --+
            |
           ioWriteWrapper
Known Subclasses:
outputBuffer

Instance Methods [hide private]
 
__init__(self, _obj, enc='') source code
 
__del__(self) source code
 
flush(self) source code
 
close(self) source code

Inherited from ioWrapper: io_close, io_flush, io_read, io_write

Method Details [hide private]

__init__(self, _obj, enc='')
(Constructor)

source code 
Overrides: ioWrapper.__init__