class XML::Smart::Dom::Other

Public Instance Methods

otype() click to toggle source
# File lib/xml/smart_domother.rb, line 6
def otype
  case @node
    when Nokogiri::XML::Comment; :comment
    else; :unknown
  end
end