class XMLRPC::XMLParser::REXMLStreamParser::StreamListener

Public Instance Methods

method_missing(*a) click to toggle source
# File lib/xmlrpc/parser.rb, line 737
def method_missing(*a)
  # ignore
end
parse(str) click to toggle source
# File lib/xmlrpc/parser.rb, line 741
def parse(str)
  REXML::Document.parse_stream(str, self)
end