A SOAP section (5) encoding unmarshaller. This marshaller supports
rpc/encoded soap styles.
Object
|
|
|
|
any
|
|
Encoded
|
setaty(self,
content)
Grab the (aty) soap-enc:arrayType and attach it to the content for
proper array processing later in end(). |
source code
|
|
Encoded
|
applyaty(self,
content,
xty)
Apply the type referenced in the arrayType to the content
(child nodes) of the array. |
source code
|
|
|
promote(self,
content)
Promote (replace) the content.data with the first attribute of the
current content.data that is a list. |
source code
|
|
Inherited from typed.Typed :
__init__ ,
append_attribute ,
append_text ,
nillable ,
process ,
reset ,
translated ,
unbounded
Inherited from core.Core :
append ,
append_attributes ,
append_children ,
bounded
|