# File protocol.rb, line 1159
      def [](number)
        return @element_parent.element_children[@element_tag][number] if @element_parent
      end