Package suds :: Package umx :: Module basic :: Class Basic
[hide private]
[frames] | no frames]

Class Basic

source code

core.Core --+
            |
           Basic

A object builder (unmarshaller).

Instance Methods [hide private]
Object
process(self, node)
Process an object graph representation of the xml node.
source code

Inherited from core.Core: append, append_attribute, append_attributes, append_children, append_text, bounded, end, nillable, postprocess, reset, start, unbounded

Method Details [hide private]

process(self, node)

source code 

Process an object graph representation of the xml node.

Parameters:
Returns: Object
A suds object.
Overrides: core.Core.process