Class: XMLRPC::XMLParser::LibXMLStreamParser
Relationships & Source Files | |
Namespace Children | |
Classes:
| |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
AbstractStreamParser
|
|
Instance Chain:
self,
AbstractStreamParser
|
|
Inherits: |
XMLRPC::XMLParser::AbstractStreamParser
|
Defined in: | lib/xmlrpc/parser.rb |
Class Method Summary
- .new ⇒ LibXMLStreamParser constructor
Instance Method Summary
AbstractStreamParser - Inherited
Constructor Details
.new ⇒ LibXMLStreamParser
# File 'lib/xmlrpc/parser.rb', line 819
def initialize require 'libxml' @parser_class = LibXMLStreamListener end