In Files

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
blog comments powered by Disqus