In Files

Parent

XMLRPC::XMLParser::REXMLStreamParser::StreamListener

Public Instance Methods

method_missing(*a) click to toggle source
                
# File xmlrpc/parser.rb, line 712
def method_missing(*a)
  # ignore
end
parse(str) click to toggle source
                
# File xmlrpc/parser.rb, line 716
def parse(str)
  parser = REXML::Document.parse_stream(str, self)
end
blog comments powered by Disqus