Module implementing a base class for all of eric3s XML writers.
| XMLWriterBase | Class implementing a base class for all of eric3s XML writers. |
| None |
Class implementing a base class for all of eric3s XML writers.
| XMLWriterBase | Constructor |
| _write | Protected method used to do the real write operation. |
| escape | Function to escape &, <, and > in a string of data. |
| writeXML | Public method to write the XML to the file. |
Constructor
Protected method used to do the real write operation.
Function to escape &, <, and > in a string of data.
Public method to write the XML to the file.