[]( index, name=nil)
Instance Public methods
Fetches a child element. Filters only Element
children, regardless of the XPath match.
index
the search parameter. This is either an Integer, which will be used to find the
index'th child Element, or an XPath, which will be used to search for the Element. Because of the nature of XPath searches, any element in the connected XML document can be fetched through any other
element. The Integer index is
1-based, not 0-based. This means