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

XPathNavigator::MoveToNext() method

Όταν παρακαμφθεί σε μια κληρονομημένη κλάση, μετακινεί το XPathNavigator στον επόμενο αδελφό κόμβο του τρέχοντος κόμβου.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNext()=0

ReturnValue

true if the XPathNavigator is successful moving to the next sibling node; otherwise false if there are no more siblings or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης

XPathNavigator::MoveToNext(String, String) method

Μετακινεί το XPathNavigator στον επόμενο αδελφό κόμβο με το καθορισμένο τοπικό όνομα και το URI του ονόματος χώρου.

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

ReturnValue

true if the XPathNavigator is successful moving to the next sibling node; false if there are no more siblings, or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης

XPathNavigator::MoveToNext(XPathNodeType) method

Μετακινεί το XPathNavigator στον επόμενο αδελφό κόμβο του τρέχοντος κόμβου που ταιριάζει με το καθορισμένο XPathNodeType.

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

ReturnValue

true if the XPathNavigator is successful moving to the next sibling node; otherwise, false if there are no more siblings or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.

Δείτε επίσης