instance method XMLRPC::Client#set_parser
set_parser(parser)-
Sets the XML parser to use for parsing XML documents. Should be an instance of a class from module XMLRPC::XMLParser. If this method is not called, then XMLRPC::Config::DEFAULT_PARSER is used.
class XMLRPC::Client