# File lib/xml/dom/visitor.rb, line 58 def visit_Element(element, *rest) element.children_accept(self, *rest) end