class LibXML::XML::AttrDecl

def to_s

Returns a string representation of this attribute declaration.

attr_decl.to_s -> string
call-seq:
def to_s
  "#{name} = #{value}"
end