next_element(element, name = nil)
Instance Public methods
Returns the next element after this one. Skips sibling text nodes.
With the name argument, returns the next element with that
name, skipping other sibling elements.
Returns the next element after this one. Skips sibling text nodes.
With the name argument, returns the next element with that
name, skipping other sibling elements.
Please login to continue.