class XMLRPC::XMLParser::XMLScanStreamParser

Public Class Methods

new() click to toggle source
# File lib/xmlrpc/parser.rb, line 749
def initialize
  require "xmlscan/parser"
  @parser_class = XMLScanParser
end