System::Xml::XPath::XPathNavigator::MoveToNext metodu

XPathNavigator::MoveToNext() method

Türetilmiş bir sınıfta geçersiz kılındığında, XPathNavigator öğesini geçerli düğümün bir sonraki kardeş düğümüne taşır.

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.

Ayrıca Bakınız

XPathNavigator::MoveToNext(String, String) method

XPathNavigator öğesini belirtilen yerel ad ve ad alanı URI’sine sahip bir sonraki kardeş düğüme taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNext(String localName, String namespaceURI)
ParametreTürAçıklama
localNameDizeTaşınacak bir sonraki kardeş düğümün yerel adı.
namespaceURIDizeTaşınacak bir sonraki kardeş düğümün ad alanı URI’si.

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.

Ayrıca Bakınız

XPathNavigator::MoveToNext(XPathNodeType) method

XPathNavigator öğesini, belirtilen XPathNodeType ile eşleşen geçerli düğümün bir sonraki kardeş düğümüne taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNext(XPathNodeType type)
ParametreTürAçıklama
typeXPathNodeTypeTaşınacak kardeş düğümün XPathNodeType değeri.

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.

Ayrıca Bakınız