System::Xml::XmlReader::ReadToFollowing metodo
Contenuti
[
Nascondere
]XmlReader::ReadToFollowing(String, String) method
Legge fino a quando non viene trovato un elemento con il nome locale e l’URI dello spazio dei nomi specificati.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | Stringa | Il nome locale dell’elemento. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi dell’elemento. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Vedi anche
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadToFollowing(String) method
Legge fino a quando non viene trovato un elemento con il nome qualificato specificato.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome qualificato dell’elemento. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Vedi anche
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++