Gladeui.XmlContext¶
Fields¶
None
Methods¶
| class | new(doc, name_space) | 
| class | new_from_path(full_path, nspace, root_name) | 
| copy() | |
| free() | |
| get_doc() | 
Details¶
- 
class Gladeui.XmlContext¶
- 
classmethod new(doc, name_space)¶
- Parameters: - doc (Gladeui.XmlDoc) – aGladeui.XmlDoc
- name_space (strorNone) – unused argument
 - Returns: - a new - Gladeui.XmlContext- Return type: 
- doc (
 - 
classmethod new_from_path(full_path, nspace, root_name)¶
- Parameters: - Returns: - a new - Gladeui.XmlContextor- Noneon failure- Return type: - Creates a new - Gladeui.XmlContextfrom the given path.
 - 
copy()¶
- Returns: - a copy of the given - Gladeui.XmlContext- Return type: - Gladeui.XmlContext
 - 
free()¶
- Frees the memory allocated by - Gladeui.XmlContext.
 - 
get_doc()¶
- Returns: - the - Gladeui.XmlDocthat the self refers to- Return type: - Gladeui.XmlDoc- Get the - Gladeui.XmlDocthis self refers to.
 
- 
classmethod