class XMLRPC::XMLParser::NQXMLStreamParser

Public Class Methods

new() click to toggle source
# File lib/xmlrpc/parser.rb, line 616
def initialize
  require "nqxml/streamingparser"
  @parser_class = XMLRPCParser
end