Method: HTMLTree::Parser#html

Defined in:
lib/html/tree.rb

#htmlObject

Return the <html> node, if any.



48
49
50
# File 'lib/html/tree.rb', line 48

def html
  @rootNode.html_node()
end