eric4.E4XML.DebuggerPropertiesWriter

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

Global Attributes

None

Classes

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

Functions

None


DebuggerPropertiesWriter

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

Derived from

XMLWriterBase

Class Attributes

None

Methods

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

DebuggerPropertiesWriter (Constructor)

DebuggerPropertiesWriter(file, projectName)

Constructor

file
open file (like) object for writing
projectName
name of the project (string)

DebuggerPropertiesWriter.writeXML

writeXML()

Public method to write the XML to the file.

Up