Module: XmlMini::JDOM::XPathFilter

Included in:
ActiveSupport::XmlMini_JDOM
Defined in:
lib/wrest/xml_mini/jdom/xpath_filter.rb

Instance Method Summary collapse

Instance Method Details

#filter(xml_body, xpath) ⇒ Object

Enables filtering of an xml response using a specified xpath Returns an array of elements matching the xpath

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/wrest/xml_mini/jdom/xpath_filter.rb', line 11

def filter(xml_body,xpath)
  raise NotImplementedError, "'filter' method is not implemented if JDOM backend is being used"
end