A class which provides filtering of children for Elements, and XPath search support. You are expected to only encounter this class as the element.elements object. Therefore, you are not expected to instantiate this yourself.
element.elements
new(parent) Class Public methods Constructor parent
[]( index, name=nil) Instance Public methods Fetches a child element. Filters
delete_all( xpath ) Instance Public methods Removes multiple elements. Filters
index(element) Instance Public methods Returns the index of the supplied child
Page 2 of 2