# File /home/ser/Work/rexml/rexml/attribute.rb, line 57 def prefix pf = super if pf == "" pf = @element.prefix if @element end pf end