XMLRPC::XMLParser::XMLScanStreamParser (Class)

In: xmlrpc/parser.rb
Parent: AbstractStreamParser

Methods

new  

Public Class methods

[Source]

# File xmlrpc/parser.rb, line 729
      def initialize
        require "xmlscan/parser"
        @parser_class = XMLScanParser
      end

[Validate]