diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/configuration.XMLConfiguration-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/configuration.XMLConfiguration-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,288 @@ + + + + + configuration.XMLConfiguration + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module configuration :: + Class XMLConfiguration + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class XMLConfiguration

source code

+
+            object --+        
+                     |        
+UserDict.DictMixin --+        
+                     |        
+         Configuration --+    
+                         |    
+ HierarchicalConfiguration --+
+                             |
+                            XMLConfiguration
+
+ +
+A XML-based hierarchical configuration.

+ + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + file_)
+ Initialization.
+ source code + +
+ +
+

Inherited from HierarchicalConfiguration: + __getitem__ +

+

Inherited from Configuration: + __delitem__, + __setitem__, + __str__, + get, + get_boolean, + get_int, + get_list, + interpolate, + keys, + match_name +

+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__ +

+

Inherited from UserDict.DictMixin: + __cmp__, + __contains__, + __iter__, + __len__, + clear, + has_key, + items, + iteritems, + iterkeys, + itervalues, + pop, + popitem, + setdefault, + update, + values +

+
+ + + + + + + + + +
+ + + + + +
Class Variables[hide private]
+
+

Inherited from Configuration: + key_re +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + file_) +
(Constructor) +

+
source code  +
+ + Initialization. +
+
Overrides: + HierarchicalConfiguration.__init__ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +