XMLRPC::XMLParser::REXMLStreamParser (Class)

In: xmlrpc/parser.rb
Parent: AbstractStreamParser

Methods

new  

Public Class methods

[Source]

# File xmlrpc/parser.rb, line 704
      def initialize
        require "rexml/document"
        @parser_class = StreamListener
      end

[Validate]