Class: XMLRPC::XMLParser::NQXMLStreamParser
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 |
Overview
class XMLStreamParser
Class Method Summary
- .new ⇒ NQXMLStreamParser constructor
Instance Method Summary
AbstractStreamParser - Inherited
Constructor Details
.new ⇒ NQXMLStreamParser
# File 'lib/xmlrpc/parser.rb', line 616
def initialize require "nqxml/streamingparser" @parser_class = XMLRPCParser end