Module: Nokogiri::XML::XPath
| Relationships & Source Files | |
| Namespace Children | |
|
Exceptions:
| |
| Defined in: | ext/nokogiri/nokogiri.c, lib/nokogiri/xml/xpath.rb, lib/nokogiri/xml/xpath/syntax_error.rb |
Constant Summary
-
CURRENT_SEARCH_PREFIX =
# File 'lib/nokogiri/xml/xpath.rb', line 13
The XPath search prefix to search direct descendants of the current element,
./"./" -
GLOBAL_SEARCH_PREFIX =
# File 'lib/nokogiri/xml/xpath.rb', line 7
The XPath search prefix to search globally,
//"//" -
ROOT_SEARCH_PREFIX =
# File 'lib/nokogiri/xml/xpath.rb', line 10
The XPath search prefix to search direct descendants of the root element,
/"/" -
SUBTREE_SEARCH_PREFIX =
# File 'lib/nokogiri/xml/xpath.rb', line 16
The XPath search prefix to search anywhere in the current element’s subtree,
.//".//"