# File lib/html5/treewalkers/rexml.rb, line 34
def
first_child
(
node
)
node
.
children
.
first
end