System::Xml::XmlNodeList::idx_get method

XmlNodeList::idx_get method

Returns a node at the given index.

virtual SharedPtr<XmlNode> System::Xml::XmlNodeList::idx_get(int32_t i)
ParameterTypeDescription
iint32_tThe zero-based index into the list of nodes.

ReturnValue

The XmlNode with the specified index in the collection. If index is greater than or equal to the number of nodes in the list, this returns nullptr.

See Also