= private = protected
has_attributes?()
Evaluates to true if this element has any attributes set, false otherwise.
# File lib/rexml/element.rb, line 562 def has_attributes? return !@attributes.empty? end