class XMLRPC::XMLParser::NQXMLStreamParser
Public Class Methods
new()
click to toggle source
# File lib/xmlrpc/parser.rb, line 615 def initialize require "nqxml/streamingparser" @parser_class = XMLRPCParser end