System::Xml::XPath::XPathNavigator::MoveToChild methode
inhoud
[
verbergen
]XPathNavigator::MoveToChild(String, String) method
Verplaatst de XPathNavigator naar het kindknooppunt met de opgegeven lokale naam en namespace‑URI.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parameter | Type | Beschrijving |
|---|---|---|
| localName | String | De lokale naam van het kindknooppunt waarnaar verplaatst moet worden. |
| namespaceURI | String | De namespace‑URI van het kindknooppunt waarnaar verplaatst moet worden. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Zie ook
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Verplaatst de XPathNavigator naar het kindknooppunt van het opgegeven XPathNodeType.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parameter | Type | Beschrijving |
|---|---|---|
| type | XPathNodeType | Het XPathNodeType van het kindknooppunt waarnaar verplaatst moet worden. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Zie ook
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++