Module xmlfile
source code
Implementation of timeline database with xml file storage.
|
|
|
write_simple_tag(file,
name,
content,
indent="") |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
ENCODING = "utf-8"
|
|
INDENT1 = " "
|
|
INDENT2 = " "
|
|
INDENT3 = " "
|
Imports:
re,
os,
abspath,
base64,
StringIO,
xmlescape,
wx,
MemoryDB,
TimelineIOError,
Category,
Container,
Event,
Subevent,
TimePeriod,
safe_write,
get_version,
WxTimeType,
ex_msg,
ANY,
OPTIONAL,
parse,
parse_fn_store,
SINGLE,
Tag
Expected format 'True' or 'False'.
Return True or False.
|
Expected format 'r,g,b'.
Return a tuple (r, g, b).
|
Expected format: base64 encoded png image.
Return a wx.Bitmap.
|