Home ⌂Doc Index ◂Up ▴

eric6.E5XML.HighlightingStylesWriter

Module implementing the writer class for writing a highlighting styles XML file.

Global Attributes

None

Classes

HighlightingStylesWriter Class implementing the writer class for writing a highlighting styles XML file.

Functions

None


HighlightingStylesWriter

Class implementing the writer class for writing a highlighting styles XML file.

Derived from

XMLStreamWriterBase

Class Attributes

None

Class Methods

None

Methods

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

Static Methods

None

HighlightingStylesWriter (Constructor)

HighlightingStylesWriter(device, lexers)

Constructor

device
reference to the I/O device to write to (QIODevice)
lexers
list of lexer objects for which to export the styles

HighlightingStylesWriter.writeXML

writeXML()

Public method to write the XML to the file.

Up



Home ⌂Doc Index ◂Up ▴