Metodo System::Xml::XmlReader::ReadToFollowing
Contenuti
[
Nascondere
]XmlReader::ReadToFollowing(String, String) method
Legge fino a quando viene trovato un elemento con il nome locale e l’URI di namespace specificati.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | String | Il nome locale dell’elemento. |
| namespaceURI | String | 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.Page 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 |
|---|---|---|
| name | String | 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.Page for C++