Home | Trees | Indices | Help |
---|
|
The abstract XML node unmarshaller. This class provides the core unmarshalling functionality.
|
|||
Object |
|
||
append-result |
|
||
any |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Object |
|
||
|
|||
boolean ' |
|
||
boolean ' |
|
||
boolean ' |
|
|
Process an object graph representation of the xml node. |
Process the specified node and convert the XML document into a
suds
Note: This is not the proper entry point. See Also: process() |
Perform final processing of the resulting data structure as follows:
|
Append attribute nodes into Content.data. Attributes in the schema or xml namespaces are skipped.
|
Append an attribute name/value into Content.data.
|
Append child nodes into Content.data
|
Append text nodes into Content.data
|
Processing on node has started. Build and return the proper object. |
Processing on node has ended.
|
Get whether the content is bounded (not a list).
|
Get whether the object is unbounded (a list).
|
Get whether the object is nillable.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:09 2011 | http://epydoc.sourceforge.net |