Set the value of the I{node} to nill. @param node: A I{nil} node. @type node: L{Element} @param content: The content for which proccessing has ended. @type content: L{Object}
(self, node, content)
| 129 | return self.marshaller.node(content) |
| 130 | |
| 131 | def setnil(self, node, content): |
| 132 | """ |
| 133 | Set the value of the I{node} to nill. |
| 134 | @param node: A I{nil} node. |
| 135 | @type node: L{Element} |
| 136 | @param content: The content for which proccessing has ended. |
| 137 | @type content: L{Object} |
| 138 | """ |
| 139 | self.marshaller.setnil(node, content) |
| 140 | |
| 141 | def setdefault(self, node, content): |
| 142 | """ |