System::Xml::XmlAttributeCollection::idx_get-methode
inhoud
[
verbergen
]XmlAttributeCollection::idx_get(const String&, const String&) method
Retourneert het attribuut met de opgegeven lokale naam en namespace Uniform Resource Identifier (URI).
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &localName, const String &namespaceURI)
| Parameter | Type | Beschrijving |
|---|---|---|
| localName | const String& | De lokale naam van het attribuut. |
| namespaceURI | const String& | De namespace-URI van het attribuut. |
ReturnValue
Het attribuut met de opgegeven lokale naam en namespace‑URI. Als het attribuut niet bestaat, retourneert deze methode nullptr.
Zie ook
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++
XmlAttributeCollection::idx_get(const String&) method
Retourneert het attribuut met de opgegeven naam.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &name)
| Parameter | Type | Beschrijving |
|---|---|---|
| name | const String& | De gekwalificeerde naam van het attribuut. |
ReturnValue
Het attribuut met de opgegeven naam. Als het attribuut niet bestaat, retourneert deze methode nullptr.
Zie ook
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++
XmlAttributeCollection::idx_get(int32_t) method
Retourneert het attribuut met de opgegeven index.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
| Parameter | Type | Beschrijving |
|---|---|---|
| i | int32_t | De index van het attribuut. |
ReturnValue
Het attribuut op de opgegeven index.
Zie ook
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++