Processing on I{node} has ended. @param content: The current content being unmarshalled. @type content: L{Content}
(self, content)
| 186 | content.data = Factory.object(content.node.name) |
| 187 | |
| 188 | def end(self, content): |
| 189 | """ |
| 190 | Processing on I{node} has ended. |
| 191 | @param content: The current content being unmarshalled. |
| 192 | @type content: L{Content} |
| 193 | """ |
| 194 | pass |
| 195 | |
| 196 | def bounded(self, content): |
| 197 | """ |