class Nokogiri::XML::Node
def description
Fetch the Nokogiri::HTML4::ElementDescription for this node. Returns
##
def description return if document.xml? Nokogiri::HTML4::ElementDescription[name] end
def description return if document.xml? Nokogiri::HTML4::ElementDescription[name] end