System::Xml::XmlDocument::GetElementById method
XmlDocument::GetElementById method
Returns the XmlElement with the specified ID.
virtual SharedPtr<XmlElement> System::Xml::XmlDocument::GetElementById(String elementId)
Parameter | Type | Description |
---|---|---|
elementId | String | The attribute ID to match. |
ReturnValue
The XmlElement with the matching ID or nullptr if no matching element is found.
See Also
- Typedef SharedPtr
- Class XmlElement
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++