méthode System::Xml::XmlReader::ReadToFollowing
Contenu
[
Cacher
]XmlReader::ReadToFollowing(String, String) method
Lit jusqu’à ce qu’un élément avec le nom local et l’URI d’espace de noms spécifiés soit trouvé.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Paramètre | Type | Description |
|---|---|---|
| localName | String | Le nom local de l’élément. |
| namespaceURI | String | L’URI d’espace de noms de l’élément. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Voir aussi
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadToFollowing(String) method
Lit jusqu’à ce qu’un élément avec le nom qualifié spécifié soit trouvé.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Paramètre | Type | Description |
|---|---|---|
| nom | String | Le nom qualifié de l’élément. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Voir aussi
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++