Get the appropriate XML encoder. @return: An L{MxLiteral} marshaller. @rtype: L{MxLiteral}
(self)
| 83 | return UmxBasic() |
| 84 | |
| 85 | def marshaller(self): |
| 86 | """ |
| 87 | Get the appropriate XML encoder. |
| 88 | @return: An L{MxLiteral} marshaller. |
| 89 | @rtype: L{MxLiteral} |
| 90 | """ |
| 91 | return MxLiteral(self.schema(), self.options().xstq) |
| 92 | |
| 93 | def param_defs(self, method): |
| 94 | """ |