# File lib/libxml/node.rb, line 99
def
each_attr
attributes
.
each
do
|
attr
|
yield
(
attr
)
end
end