1 |
# Copyright (c) 2001, 2002 by Intevation GmbH |
# Copyright (c) 2001, 2002, 2003 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Jan-Oliver Wagner <[email protected]> |
# Jan-Oliver Wagner <[email protected]> |
4 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
57 |
"""Class to serialize a session into an XML file. |
"""Class to serialize a session into an XML file. |
58 |
|
|
59 |
Applications built on top of Thuban may derive from this class and |
Applications built on top of Thuban may derive from this class and |
60 |
override or extend the methods to save additinal information. This |
override or extend the methods to save additional information. This |
61 |
additional information should take the form of additional attributes |
additional information should take the form of additional attributes |
62 |
or elements whose names are prefixed with a namespace. To define a |
or elements whose names are prefixed with a namespace. To define a |
63 |
namespace derived classes should extend the write_session method to |
namespace derived classes should extend the write_session method to |