each_element_with_text( text=nil, max=0, name=nil )
Instance Public methods
Iterates through the children, yielding for each Element that has a particular text set.
text
the text to search for. If nil, or not supplied, will iterate over all
Element children that contain at least one Text
node.
max
(optional) causes this method to return after yielding for this number of
matching children
name
(optional) if supplied, this is an XPath that
filters the children to check.
d