Metodo System::Xml::XPath::XPathNavigator::MoveToChild
Contenuti
[
Nascondere
]XPathNavigator::MoveToChild(String, String) method
Sposta il XPathNavigator al nodo figlio con il nome locale e l’URI dello spazio dei nomi specificati.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | Stringa | Il nome locale del nodo figlio verso cui spostarsi. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi del nodo figlio verso cui spostarsi. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Vedi anche
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Sposta il XPathNavigator al nodo figlio del XPathNodeType specificato.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type | XPathNodeType | Il XPathNodeType del nodo figlio verso cui spostarsi. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Vedi anche
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++