In Files

XMLRPC::XMLParser::XMLStreamParser


Public Class Methods

new() click to toggle source
                
# File xmlrpc/parser.rb, line 581
def initialize
  require "xmlparser"
  @parser_class = Class.new(::XMLParser) {
    include StreamParserMixin
  }
end
blog comments powered by Disqus