Home ⌂Doc Index ◂Up ▴

eric6.E5XML.SessionWriter

Module implementing the writer class for writing an XML session file.

Global Attributes

None

Classes

SessionWriter Class implementing the writer class for writing an XML session file.

Functions

None


SessionWriter

Class implementing the writer class for writing an XML session file.

Derived from

XMLStreamWriterBase

Class Attributes

None

Class Methods

None

Methods

SessionWriter Constructor
writeXML Public method to write the XML to the file.

Static Methods

None

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.

Up



Home ⌂Doc Index ◂Up ▴