Module implementing a base class for all of eric6s XML stream writers.
None |
XMLStreamWriterBase | Class implementing a base class for all of eric6s XML stream writers. |
None |
Class implementing a base class for all of eric6s XML stream writers.
None |
None |
XMLStreamWriterBase | Constructor |
_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. |
writeBasics | Public method to write a tag with a basic Python object dump. |
writeXML | Public method to write the XML to the file. |
None |
Constructor
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 write a tag with a basic Python object dump.
Public method to write the XML to the file.