Home ⌂Doc Index ◂Up ▴

eric6.E5XML.ProjectWriter

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

Global Attributes

None

Classes

ProjectWriter Class implementing the writer class for writing an XML project file.

Functions

None


ProjectWriter

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

Derived from

XMLStreamWriterBase

Class Attributes

None

Class Methods

None

Methods

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

Static Methods

None

ProjectWriter (Constructor)

ProjectWriter(device, projectName)

Constructor

device
reference to the I/O device to write to (QIODevice)
projectName
name of the project (string)

ProjectWriter.writeXML

writeXML()

Public method to write the XML to the file.

Up



Home ⌂Doc Index ◂Up ▴