Class: XMLRPC::XMLParser::LibXmlStreamParser
- Inherits:
-
AbstractStreamParser2
- Object
- AbstractStreamParser2
- XMLRPC::XMLParser::LibXmlStreamParser
- Defined in:
- lib/stream_parser_mixin.rb
Defined Under Namespace
Classes: StreamCallback
Instance Method Summary collapse
-
#initialize ⇒ LibXmlStreamParser
constructor
A new instance of LibXmlStreamParser.
Methods inherited from AbstractStreamParser2
#parseMethodCall, #parseMethodResponse, #use_streams=
Constructor Details
#initialize ⇒ LibXmlStreamParser
Returns a new instance of LibXmlStreamParser.
176 177 178 179 |
# File 'lib/stream_parser_mixin.rb', line 176 def initialize() require "libxml" @parser_class = StreamCallback end |