Class: AssertXPath::XmlHelper
- Inherits:
-
Object
- Object
- AssertXPath::XmlHelper
- Defined in:
- lib/assert_xpath.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
-
#hpricot? ⇒ Boolean
situation.
-
#libxml? ⇒ Boolean
this is not a ‘downcast’ (bad in OO).
-
#rexml? ⇒ Boolean
becase diverse libraries are a “boundary”.
Instance Method Details
#hpricot? ⇒ Boolean
situation. We can’t control their contents!
189 |
# File 'lib/assert_xpath.rb', line 189 def hpricot? ; false end |
#libxml? ⇒ Boolean
this is not a ‘downcast’ (bad in OO)
187 |
# File 'lib/assert_xpath.rb', line 187 def libxml? ; false end |
#rexml? ⇒ Boolean
becase diverse libraries are a “boundary”
188 |
# File 'lib/assert_xpath.rb', line 188 def rexml? ; false end |