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

Class EBSWriter

source code

AbstractOutputWriter --+
                       |
                      EBSWriter

Implements EBS XML output format.

Instance Methods [hide private]
 
__init__(self, fileOut) source code
 
write(self, cmdList)
Write the command list to EBS format.
source code

Inherited from AbstractOutputWriter: __call__, close, writeTopLevel

Static Methods [hide private]
 
__commandToXml(doc, cmd)
Convert a Command into an EBS command.
source code
Method Details [hide private]

__init__(self, fileOut)
(Constructor)

source code 
Overrides: AbstractOutputWriter.__init__

write(self, cmdList)

source code 
Write the command list to EBS format.
Overrides: AbstractOutputWriter.write