Methods
M
P
Included Modules
Instance Public methods
method_missing(*a)
# File lib/xmlrpc/parser.rb, line 737
def method_missing(*a)
  # ignore
end
parse(str)
# File lib/xmlrpc/parser.rb, line 741
def parse(str)
  REXML::Document.parse_stream(str, self)
end