class XMLRPC::XMLParser::REXMLStreamParser::StreamListener

Public Instance Methods

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