eric4.E4XML.SessionWriter
Module implementing the writer class for writing an XML project session file.
Global Attributes
Classes
SessionWriter |
Class implementing the writer class for writing an XML project session file. |
Functions
SessionWriter
Class implementing the writer class for writing an XML project session file.
Derived from
XMLWriterBase
Class Attributes
Class Methods
Methods
Static Methods
SessionWriter (Constructor)
SessionWriter(file, projectName)
Constructor
- file
-
open file (like) object for writing
- projectName
-
name of the project (string) or None for the
global session
SessionWriter.writeXML
writeXML()
Public method to write the XML to the file.