Package flumotion :: Package manager :: Module config :: Class PlanetXMLWriter
[hide private]

type PlanetXMLWriter

source code

                object --+    
                         |    
common.xmlwriter.XMLWriter --+
                             |
                            PlanetXMLWriter

Instance Methods [hide private]
 
__init__(self, planetState) source code
 
_writePlanet(self, planet) source code
 
_writeAtmosphere(self, atmosphere) source code
 
_writeFlow(self, flow) source code
 
_writeComponent(self, component, isFeedComponent=True) source code
 
_writeEater(self, name, feeders) source code
 
_writeProperties(self, properties) source code
 
_writePlugs(self, plugs) source code
 
_writePlug(self, plug, socket) source code
 
_writeVirtualFeeds(self, virtualfeeds) source code

Inherited from common.xmlwriter.XMLWriter: getXML, popTag, pushTag, writeLine, writeTag

Class Variables [hide private]

Inherited from common.xmlwriter.XMLWriter: encoding

Method Details [hide private]

__init__(self, planetState)
(Constructor)

source code 
Overrides: common.xmlwriter.XMLWriter.__init__