class Nokogiri::XML::Node

def html?

Returns true if this is an HTML4::Document or HTML5::Document node
def html?
  type == HTML_DOCUMENT_NODE
end