System::Xml::XmlAttributeCollection::idx_get méthode
Contenu
[
Cacher
]XmlAttributeCollection::idx_get(const String&, const String&) method
Renvoie l’attribut avec le nom local et l’Uniform Resource Identifier (URI) d’espace de noms spécifiés.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &localName, const String &namespaceURI)
| Paramètre | Type | Description |
|---|---|---|
| localName | const String& | Le nom local de l’attribut. |
| namespaceURI | const String& | L’URI d’espace de noms de l’attribut. |
ReturnValue
L’attribut avec le nom local et l’URI d’espace de noms spécifiés. Si l’attribut n’existe pas, cette méthode renvoie nullptr.
Voir aussi
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++
XmlAttributeCollection::idx_get(const String&) method
Renvoie l’attribut avec le nom spécifié.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &name)
| Paramètre | Type | Description |
|---|---|---|
| nom | const String& | Le nom qualifié de l’attribut. |
ReturnValue
L’attribut avec le nom spécifié. Si l’attribut n’existe pas, cette méthode renvoie nullptr.
Voir aussi
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++
XmlAttributeCollection::idx_get(int32_t) method
Renvoie l’attribut avec l’indice spécifié.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
| Paramètre | Type | Description |
|---|---|---|
| i | int32_t | L’index de l’attribut. |
ReturnValue
L’attribut à l’index spécifié.
Voir aussi
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++