Method: Mechanize::XmlFile#xml

Defined in:
lib/mechanize/xml_file.rb,
lib/mechanize/xml_file.rb,
lib/mechanize/xml_file.rb

#xmlObject (readonly)

:method: at

Search through the page for path under namespace using Nokogiri’s #at. The path may be either a CSS or XPath expression.

See also Nokogiri::XML::Node#at



22
23
24
# File 'lib/mechanize/xml_file.rb', line 22

def xml
  @xml
end