Class: XMLRPC::XMLParser::REXMLStreamParser2::StreamListener

Inherits:
Object
  • Object
show all
Includes:
StreamParserMixin2
Defined in:
lib/stream_parser_mixin.rb

Instance Attribute Summary

Attributes included from StreamParserMixin2

#fault, #method_name, #params, #use_streams

Instance Method Summary collapse

Methods included from StreamParserMixin2

#character, #endElement, #initialize, #startElement

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*a) ⇒ Object



242
243
244
# File 'lib/stream_parser_mixin.rb', line 242

def method_missing(*a)
  # ignore
end

Instance Method Details

#parse(str) ⇒ Object



246
247
248
# File 'lib/stream_parser_mixin.rb', line 246

def parse(str)
  parser = REXML::Document.parse_stream(str, self)
end