class XMLRPC::XMLParser::XMLScanStreamParser
Public Class Methods
          new()
          
          click to toggle source
          
        
        
        # File lib/xmlrpc/parser.rb, line 750 def initialize require "xmlscan/parser" @parser_class = XMLScanParser end