System::Xml::XPath::XPathNavigator::MoveToChild μέθοδος

XPathNavigator::MoveToChild(String, String) method

Μετακινεί το XPathNavigator στον κόμβο-παιδί με το τοπικό όνομα και το URI του χώρου ονομάτων που καθορίζονται.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTypeΠεριγραφή
localNameStringΤο τοπικό όνομα του κόμβου-παιδιού προς μετακίνηση.
namespaceURIStringΤο URI του χώρου ονομάτων του κόμβου-παιδιού προς μετακίνηση.

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης

XPathNavigator::MoveToChild(XPathNodeType) method

Μετακινεί το XPathNavigator στον κόμβο-παιδί του XPathNodeType που καθορίζεται.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParameterTypeΠεριγραφή
typeXPathNodeTypeΤο XPathNodeType του κόμβου-παιδιού προς μετακίνηση.

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης