class DBus::IntrospectXMLParser::AbstractXML::Node
Public Class Methods
Public Instance Methods
Source
# File lib/dbus/xml.rb, line 61 def [](key); end
required methods returns node attribute value
Source
# File lib/dbus/xml.rb, line 64 def each(xpath); end
yields child nodes which match xpath of type AbstractXML::Node