Module buildtools :: Class StringWriter
[hide private]
[frames] | no frames]

Class StringWriter

source code

AbstractOutputWriter --+
                       |
                      StringWriter

Implements a Writer which is able to directly write to the output stream.

Instance Methods [hide private]
 
__init__(self, fileOut) source code
 
write(self, content)
Write content to the output.
source code

Inherited from AbstractOutputWriter: __call__, close, writeTopLevel

Method Details [hide private]

__init__(self, fileOut)
(Constructor)

source code 
Overrides: AbstractOutputWriter.__init__

write(self, content)

source code 
Write content to the output.
Overrides: AbstractOutputWriter.write