Return the <html> node, if any.
70 71 72
# File 'lib/web/htmltools/xmltree.rb', line 70 def html @rootNode.root.elements['html'] end