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 (QIODevice)
-
reference to the I/O device to write to
- projectName (str or None)
-
name of the project or None for the
global session
SessionWriter.writeXML
writeXML()
Public method to write the XML to the file.