class Nokogiri::XML::Node

def document?

Returns true if this is a Document
def document?
  is_a? XML::Document
end