class Nokogiri::XML::Node

def html?

def html?
  type == HTML_DOCUMENT_NODE
end