class XMLRPC::XMLParser::LibXMLStreamParser
Public Class Methods
new()
click to toggle source
# File xmlrpc-0.3.0/lib/xmlrpc/parser.rb, line 596 def initialize require 'libxml' @parser_class = LibXMLStreamListener end