DBus::IntrospectXMLParser::AbstractXML
# File lib/dbus/xml.rb, line 67 def initialize(xml) @doc = Nokogiri.XML(xml) end
# File lib/dbus/xml.rb, line 70 def each(path, &block) @doc.search("//#{path}").each { |node| block.call NokogiriNode.new(node) } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.