= private = protected
[]( index )
Fetches a child at a given index @param index the Integer index of the child to fetch
# File lib/rexml/parent.rb, line 57 def []( index ) @children[index] end