Package suds :: Package mx :: Module appender :: Class ContentAppender
[hide private]
[frames] | no frames]

Class ContentAppender

source code

Appender used to add content to marshalled objects.

Instance Methods [hide private]
 
__init__(self, marshaller) source code
 
append(self, parent, content)
Select an appender and append the content to parent.
source code
Instance Variables [hide private]
table appenders
A table of appenders mapped by class.
Appender default
The default appender.
Method Details [hide private]

__init__(self, marshaller)
(Constructor)

source code 
Parameters:

append(self, parent, content)

source code 

Select an appender and append the content to parent.

Parameters:
  • parent (Element) - A parent node.
  • content (Content) - The content to append.