Trees | Index | Help |
|
---|
Module xmlsec :: Class TransformCtx |
|
Method Summary | |
---|---|
Creates transforms chain processing context. | |
__getattr__(self,
name)
| |
__setattr__(self,
name,
value)
| |
Destroy context object... | |
Cleans up ctx object initialized. | |
Initializes transforms chain processing context. | |
Resets transfroms context for new processing. |
Method Details |
---|
__init__(self,
_obj=None)
|
destroy(self)Destroy context object |
finalize(self)Cleans up ctx object initialized. |
initialize(self)Initializes transforms chain processing context. The caller is responsible for cleaing up returned object by calling finalize method. Returns : 0 on success or a negative value if an error occurs. |
reset(self)Resets transfroms context for new processing. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 31 14:03:13 2005 | http://epydoc.sf.net |