Part of coherence.extern.config View Source View In Hierarchy
an incomplete XML file to dict and vice versa mapper - nodes with an attribute 'active' set to 'no' are ignored and not transferred into the dict - nodes with tags ending with 'list' are transferrend into an item with the key = 'tag' and a list with the subnodes as the value at the moment we parse the xml file and create dicts or lists out of the nodes, but maybe it is much easier to keep the xml structure as it is and simulate the dict/list access behavior on it?
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 137 | Method | __init__ | Undocumented |
| 153 | Method | save | Undocumented |
Inherited from ConfigDict:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 54 | Method | to_element | Undocumented |
| 67 | Method | from_element | Undocumented |
Inherited from ConfigMixin (via ConfigDict):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 11 | Method | nodes_to_dict | Undocumented |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 137 | Method | __init__ | Undocumented |
| 67 | Method | from_element | Undocumented |
| 11 | Method | nodes_to_dict | Undocumented |
| 153 | Method | save | Undocumented |
| 54 | Method | to_element | Undocumented |