XMLRPC::XMLParser::NQXMLStreamParser (Class)

In: xmlrpc/parser.rb
Parent: AbstractStreamParser

Methods

new  

Public Class methods

[Source]

# File xmlrpc/parser.rb, line 595
      def initialize
        require "nqxml/streamingparser"
        @parser_class = XMLRPCParser
      end

[Validate]