System::Xml::XmlNodeList::Item method
XmlNodeList::Item method
Retrieves a node at the given index.
virtual SharedPtr<XmlNode> System::Xml::XmlNodeList::Item(int32_t index)=0
Parameter | Type | Description |
---|---|---|
index | int32_t | The 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
- Typedef SharedPtr
- Class XmlNode
- Class XmlNodeList
- Namespace System::Xml
- Library Aspose.PDF for C++