In Files

  • xmlrpc/parser.rb

XMLRPC::XMLParser::NQXMLStreamParser


Public Class Methods

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