diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/buildtools.EBSWriter-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/buildtools.EBSWriter-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,271 @@ + + + + + buildtools.EBSWriter + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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 +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +