# File lib/nokogiri/xml/node.rb, line 507 def description return nil if document.xml? Nokogiri::HTML::ElementDescription[name] end