Object
static VALUE XMLEncoding_convert(VALUE obj, VALUE str) { return INT2FIX('?'); }
static VALUE XMLEncoding_map(VALUE obj, VALUE i) { return i; }