System::Xml::XPath::XPathNavigator::MoveToChild μέθοδος
περιεχόμενα
[
κρύβω
]XPathNavigator::MoveToChild(String, String) method
Μετακινεί το XPathNavigator στον κόμβο-παιδί με το τοπικό όνομα και το URI του χώρου ονομάτων που καθορίζονται.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parameter | Type | Περιγραφή |
|---|---|---|
| localName | String | Το τοπικό όνομα του κόμβου-παιδιού προς μετακίνηση. |
| namespaceURI | String | Το URI του χώρου ονομάτων του κόμβου-παιδιού προς μετακίνηση. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Δείτε επίσης
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Μετακινεί το XPathNavigator στον κόμβο-παιδί του XPathNodeType που καθορίζεται.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parameter | Type | Περιγραφή |
|---|---|---|
| type | XPathNodeType | Το XPathNodeType του κόμβου-παιδιού προς μετακίνηση. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Δείτε επίσης
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++