System::Xml::XmlReader::ReadToNextSibling método
Contenido
[
Ocultar
]XmlReader::ReadToNextSibling(String, String) method
Avanza el XmlReader al siguiente elemento hermano con el nombre local y el URI del espacio de nombres especificados.
virtual bool System::Xml::XmlReader::ReadToNextSibling(String localName, String namespaceURI)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | String | El nombre local del elemento hermano al que desea moverse. |
| namespaceURI | String | El URI del espacio de nombres del elemento hermano al que desea moverse. |
ReturnValue
true if a matching sibling element is found; otherwise, false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
Ver también
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::ReadToNextSibling(String) method
Avanza el XmlReader al siguiente elemento hermano con el nombre calificado especificado.
virtual bool System::Xml::XmlReader::ReadToNextSibling(String name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El nombre calificado del elemento hermano al que desea moverse. |
ReturnValue
true if a matching sibling element is found; otherwise false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
Ver también
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++