System::Xml::XmlValidatingReader::MoveToAttribute méthode
Contenu
[
Cacher
]XmlValidatingReader::MoveToAttribute(int32_t) method
Se déplace vers l’attribut avec l’index spécifié.
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| Paramètre | Type | Description |
|---|---|---|
| i | int32_t | L’index de l’attribut. |
Voir aussi
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String, String) method
Se déplace vers l’attribut avec le nom local spécifié et l’identifiant uniforme de ressource (URI) de l’espace de noms.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
| Paramètre | Type | Description |
|---|---|---|
| localName | 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 position of the reader does not change.
Voir aussi
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String) method
Se déplace vers l’attribut avec le nom spécifié.
bool System::Xml::XmlValidatingReader::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 position of the reader does not change.
Voir aussi
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++