Nokogiri::XML::Node
Represents an attribute declaration in a DTD
# File lib/nokogiri/xml/attribute_decl.rb, line 13 def inspect "#<#{self.class.name}:#{sprintf("0x%x", object_id)} #{to_s.inspect}>" end