Package suds :: Module builder :: Class Builder
[hide private]
[frames] | no frames]

Class Builder

source code

Builder used to construct an object for types defined in the schema

Instance Methods [hide private]
 
__init__(self, resolver) source code
 
build(self, name)
build a an object for the specified typename as defined in the schema
source code
 
process(self, data, type, history)
process the specified type then process its children
source code
 
add_attributes(self, data, type)
add required attributes
source code
 
skip_child(self, child, ancestry)
get whether or not to skip the specified child
source code
 
ordering(self, type)
get the ordering
source code
Method Details [hide private]

__init__(self, resolver)
(Constructor)

source code 
Parameters: