# File lib/soap/encodingstyle/soapHandler.rb, line 126
    def as_string
      if @extraattr[XSD::AttrNilName] == 'true'
        return as_nil
      end
      o = SOAPString.decode(@elename)
      o.id = @id
      o.root = @root
      o.parent = @parent
      o.position = @position
      o.extraattr.update(@extraattr)
      @handler.decode_parent(@parent, o)
      o
    end