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