Suds has sax parsed the received reply. Provides the plugin with the opportunity to inspect/modify the sax parsed DOM tree for the reply before it is unmarshalled. @param context: The reply context. The I{reply} is DOM tree. @type context: L{Messa
(self, context)
| 150 | pass |
| 151 | |
| 152 | def parsed(self, context): |
| 153 | """ |
| 154 | Suds has sax parsed the received reply. |
| 155 | Provides the plugin with the opportunity to inspect/modify |
| 156 | the sax parsed DOM tree for the reply before it is unmarshalled. |
| 157 | @param context: The reply context. |
| 158 | The I{reply} is DOM tree. |
| 159 | @type context: L{MessageContext} |
| 160 | """ |
| 161 | pass |
| 162 | |
| 163 | def unmarshalled(self, context): |
| 164 | """ |