class XPath::NullNodeAdapter
Public Instance Methods
Source
# File lib/xml/xpath.rb, line 2489 def each_following_siblings end
Source
# File lib/xml/xpath.rb, line 2492 def each_preceding_siblings end
Source
# File lib/xml/xpath.rb, line 2531 def select_id(*ids) raise XPath::Error, "selection by ID is not supported" end