Module implementing a base class for all of eric5s XML writers.
None |
XMLWriterBase | Class implementing a base class for all of eric5s XML writers. |
None |
Class implementing a base class for all of eric5s XML writers.
None |
XMLWriterBase | Constructor |
_write | Protected method used to do the real write operation. |
_writeBasics | Protected method to dump an object of a basic Python type. |
_write_bool | Protected method to dump a bool object. |
_write_bytearray | Protected method to dump a bytearray object. |
_write_bytes | Protected method to dump a bytes object. |
_write_complex | Protected method to dump a complex object. |
_write_dictionary | Protected method to dump a dict object. |
_write_float | Protected method to dump a float object. |
_write_frozenset | Protected method to dump a frozenset object. |
_write_int | Protected method to dump an int object. |
_write_list | Protected method to dump a list object. |
_write_none | Protected method to dump a NoneType object. |
_write_set | Protected method to dump a set object. |
_write_string | Protected method to dump a str object. |
_write_tuple | Protected method to dump a tuple object. |
_write_unimplemented | Protected method to dump a type, that has no special method. |
encodedNewLines | Public method to encode newlines and paragraph breaks. |
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.
Protected method to dump an object of a basic Python type.
Protected method to dump a bool object.
Protected method to dump a bytearray object.
Protected method to dump a bytes object.
Protected method to dump a complex object.
Protected method to dump a dict object.
Protected method to dump a float object.
Protected method to dump a frozenset object.
Protected method to dump an int object.
Protected method to dump a list object.
Protected method to dump a NoneType object.
Protected method to dump a set object.
Protected method to dump a str object.
Protected method to dump a tuple object.
Protected method to dump a type, that has no special method.
Public method to encode newlines and paragraph breaks.
Function to escape &, <, and > in a string of data.
Public method to write the XML to the file.