Method: REXMLUtilityNode#to_html

Defined in:
lib/formatted_string/formats/xml.rb

#to_htmlObject



109
110
111
# File 'lib/formatted_string/formats/xml.rb', line 109

def to_html
  "<#{name}#{attributes.to_xml_attributes}>#{inner_html}</#{name}>"
end