Method: Doc2Text::XmlBasedDocument::XmlNodes::Node#to_s

Defined in:
lib/doc2text/generic_xml_nodes.rb

#to_sObject



55
56
57
# File 'lib/doc2text/generic_xml_nodes.rb', line 55

def to_s
  "#{xml_name} : #{attrs}"
end