Class: XMLRPC::XMLParser::XMLStreamParser
| Relationships & Source Files | |
| 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 ⇒ XMLStreamParser constructor
Instance Method Summary
AbstractStreamParser - Inherited
Constructor Details
    .new  ⇒ XMLStreamParser 
  
# File 'lib/xmlrpc/parser.rb', line 607
def initialize require "xmlparser" @parser_class = Class.new(::XMLParser) { include StreamParserMixin } end