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