Method: REXML::Attribute#prefix
- Defined in:
-
lib/extensions/rexml/rexml/attribute.rb,
lib/extensions/rhoxml/rexml/attribute.rb
72 73 74 75 76 77 78 |
# File 'lib/extensions/rexml/rexml/attribute.rb', line 72 def prefix pf = super if pf == "" pf = @element.prefix if @element end pf end |