#===, #dump, #initialize, #parent, #path, #text, #text=, #to_f, #to_i, #to_s
This class inherits a constructor from XML::Smart::Dom::Text
6 7 8 9 10 11
# File 'lib/xml/smart_domother.rb', line 6 def otype case @node when Nokogiri::XML::Comment; :comment else; :unknown end end