class XPath::DescendantOrSelfIterator
Public Instance Methods
each(node, visitor) { |visit| ... }
click to toggle source
Calls superclass method
XPath::DescendantIterator#each
# File lib/xml/xpath.rb, line 2627 def each(node, visitor) yield visitor.visit(node) super end