Module xmlsec :: Class TransformCtx
[frames | no frames]

Class TransformCtx


Method Summary
  __init__(self, _obj)
Creates transforms chain processing context.
  __getattr__(self, name)
  __setattr__(self, name, value)
  destroy(self)
Destroy context object...
  finalize(self)
Cleans up ctx object initialized.
  initialize(self)
Initializes transforms chain processing context.
  reset(self)
Resets transfroms context for new processing.

Method Details

__init__(self, _obj=None)
(Constructor)

Creates transforms chain processing context. The caller is responsible
for destroying returned object by calling destroy method.
Returns : newly context object or None if an error occurs.

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.

Generated by Epydoc 2.1 on Sun Jan 1 18:42:41 2006 http://epydoc.sf.net