Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • xmlrpc/parser.rb

XMLRPC::XMLParser::NQXMLStreamParser

Public Class Methods

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