System::Xml::XmlNodeReader::MoveToAttribute méthode
Contenu
[
Cacher
]XmlNodeReader::MoveToAttribute(int32_t) method
Se déplace vers l’attribut avec l’index spécifié.
void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
| Paramètre | Type | Description |
|---|---|---|
| attributeIndex | int32_t | L’index de l’attribut. |
Voir aussi
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlNodeReader::MoveToAttribute(String) method
Se déplace vers l’attribut avec le nom spécifié.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
| Paramètre | Type | Description |
|---|---|---|
| nom | String | Le nom qualifié de l’attribut. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Voir aussi
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlNodeReader::MoveToAttribute(String, String) method
Se déplace vers l’attribut avec le nom local et l’URI d’espace de noms spécifiés.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
| Paramètre | Type | Description |
|---|---|---|
| nom | String | Le nom local de l’attribut. |
| namespaceURI | String | L’URI d’espace de noms de l’attribut. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Voir aussi
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++