class DBus::IntrospectXMLParser::AbstractXML

Public Class Methods

have_nokogiri?() click to toggle source

@!method each(xpath) @abstract yields nodes which match xpath of type AbstractXML::Node

   # File lib/dbus/xml.rb
50 def self.have_nokogiri?
51   Object.const_defined?("Nokogiri")
52 end