Class: DBus::IntrospectXMLParser::REXMLParser
- Inherits:
-
AbstractXML
- Object
- AbstractXML
- DBus::IntrospectXMLParser::REXMLParser
- Defined in:
- lib/dbus/xml.rb
Defined Under Namespace
Classes: REXMLNode
Instance Method Summary collapse
- #each(path, &block) ⇒ Object
-
#initialize(xml) ⇒ REXMLParser
constructor
A new instance of REXMLParser.
Methods inherited from AbstractXML
Constructor Details
#initialize(xml) ⇒ REXMLParser
Returns a new instance of REXMLParser.
94 95 96 97 |
# File 'lib/dbus/xml.rb', line 94 def initialize(xml) super() @doc = REXML::Document.new(xml) end |