Método System::Xml::XmlReader::ReadToFollowing
Contenido
[
Ocultar
]XmlReader::ReadToFollowing(String, String) method
Lee hasta que se encuentre un elemento con el nombre local y el URI de espacio de nombres especificados.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | String | El nombre local del elemento. |
| namespaceURI | String | El URI del espacio de nombres del elemento. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Ver también
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::ReadToFollowing(String) method
Lee hasta que se encuentre un elemento con el nombre calificado especificado.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El nombre calificado del elemento. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Ver también
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++