123456789_123456789_123456789_123456789_123456789_

Class: XMLRPC::XMLParser::XMLStreamParser

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: XMLRPC::XMLParser::AbstractStreamParser
Defined in: lib/xmlrpc/parser.rb

Overview

Class Method Summary

Instance Method Summary

Constructor Details

.newXMLStreamParser

[ GitHub ]

  
# File 'lib/xmlrpc/parser.rb', line 606

def initialize
  require "xmlparser"
  @parser_class = Class.new(::XMLParser) {
    include StreamParserMixin
  }
end