Nokogiri::XML::Searchable

module Nokogiri::XML::Searchable

The Searchable module declares the interface used for searching your DOM.

It implements the public methods `search`, `css`, and `xpath`, as well as allowing specific implementations to specialize some of the important behaviors.

Constants

LOOKS_LIKE_XPATH

Regular expression used by #search to determine if a query string is CSS or XPath

Public Instance Methods