eric6.E5XML.SessionWriter
Module implementing the writer class for writing an XML session file.
Global Attributes
Classes
| SessionWriter | Class implementing the writer class for writing an XML session file. | 
Functions
SessionWriter
    Class implementing the writer class for writing an XML session file.
Derived from
XMLStreamWriterBase
Class Attributes
Class Methods
Methods
Static Methods
SessionWriter (Constructor)
SessionWriter(device, projectName)
        Constructor
- device
- 
reference to the I/O device to write to (QIODevice)
- projectName
- 
name of the project (string) or None for the
            global session
SessionWriter.writeXML
writeXML()
        Public method to write the XML to the file.