Class: DBus::IntrospectXMLParser::AbstractXML
- Inherits:
-
Object
- Object
- DBus::IntrospectXMLParser::AbstractXML
- Defined in:
- lib/dbus/xml.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Node
Class Method Summary collapse
-
.have_nokogiri? ⇒ Boolean
abstract
yields nodes which match xpath of type AbstractXML::Node.
Instance Method Summary collapse
-
#each(xpath) ⇒ Object
abstract
yields nodes which match xpath of type AbstractXML::Node.
- #initialize(xml) ⇒ Object constructor abstract
Constructor Details
Class Method Details
.have_nokogiri? ⇒ Boolean
This method is abstract.
yields nodes which match xpath of type AbstractXML::Node
44 45 46 |
# File 'lib/dbus/xml.rb', line 44 def self.have_nokogiri? Object.const_defined?("Nokogiri") end |