Class: AssertXPath::XmlHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/assert_xpath.rb

Overview

:nodoc:

Direct Known Subclasses

HpricotHelper, LibxmlHelper, RexmlHelper

Instance Method Summary collapse

Instance Method Details

#hpricot?Boolean

situation. We can’t control their contents!

Returns:

  • (Boolean)


187
# File 'lib/assert_xpath.rb', line 187

def hpricot? ; false end

#libxml?Boolean

this is not a ‘downcast’ (bad in OO)

Returns:

  • (Boolean)


185
# File 'lib/assert_xpath.rb', line 185

def libxml? ;  false end

#rexml?Boolean

becase diverse libraries are a “boundary”

Returns:

  • (Boolean)


186
# File 'lib/assert_xpath.rb', line 186

def rexml? ;   false end