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