Método System::Xml::XPath::XPathNavigator::MoveToChild
Contenido
[
Ocultar
]XPathNavigator::MoveToChild(String, String) method
Mueve el XPathNavigator al nodo hijo con el nombre local y el URI del espacio de nombres especificados.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | String | El nombre local del nodo hijo al que mover. |
| namespaceURI | String | El URI del espacio de nombres del nodo hijo al que mover. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ver también
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Mueve el XPathNavigator al nodo hijo del XPathNodeType especificado.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parámetro | Tipo | Descripción |
|---|---|---|
| type | XPathNodeType | El XPathNodeType del nodo hijo al que mover. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ver también
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++