Class: XMLRPC::XMLParser::REXMLStreamParser
| Relationships & Source Files | |
| Namespace Children | |
| Classes: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          AbstractStreamParser
         | |
| Instance Chain: 
          self,
          AbstractStreamParser
         | |
| Inherits: | XMLRPC::XMLParser::AbstractStreamParser 
 | 
| Defined in: | lib/xmlrpc/parser.rb | 
Overview
module StreamParserMixin
Class Method Summary
- .new ⇒ REXMLStreamParser constructor
Instance Method Summary
AbstractStreamParser - Inherited
Constructor Details
    .new  ⇒ REXMLStreamParser 
  
# File 'lib/xmlrpc/parser.rb', line 571
def initialize require "rexml/document" @parser_class = StreamListener end