DBus::IntrospectXMLParser::AbstractXML::Node
# File lib/dbus/xml.rb, line 77 def [](key) @node.attributes[key] end
# File lib/dbus/xml.rb, line 80 def each(path, &block) @node.elements.each(path) { |node| block.call REXMLNode.new(node) } end