# File lib/xml/saxdriver.rb, line 298 def getValue(pos) if pos.kind_of?(String) @attributes[pos] else @attributes.values[pos] end end