System::Xml::XPath::XPathNavigator::MoveToChild metod
Innehåll
[
Dölj
]XPathNavigator::MoveToChild(String, String) method
Flyttar XPathNavigator till barnnoden med det lokala namnet och namnrymds-URI som anges.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parameter | Type | Beskrivning |
|---|---|---|
| localName | String | Det lokala namnet på barnnoden att flytta till. |
| namespaceURI | String | Namnområdes-URI för barnnoden att flytta till. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Se även
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Flyttar XPathNavigator till barnnoden av den angivna XPathNodeType.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parameter | Type | Beskrivning |
|---|---|---|
| type | XPathNodeType | XPathNodeType för barnnoden att flytta till. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Se även
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++