System::Xml::XPath::XPathNavigator::MoveToFollowing metodu

XPathNavigator::MoveToFollowing(String, String) method

XPathNavigator öğesini belge sırasına göre belirtilen yerel ad ve ad alanı URI’sine sahip öğeye taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
ParametreTürAçıklama
localNameDizeÖğenin yerel adı.
namespaceURIDizeÖğenin ad alanı URI’si.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

Ayrıca Bakınız

XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method

XPathNavigator öğesini belge sırasına göre belirtilen yerel ad ve ad alanı URI’sine sahip öğeye, belirtilen sınıra kadar taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
ParametreTürAçıklama
localNameDizeÖğenin yerel adı.
namespaceURIDizeÖğenin ad alanı URI’si.
endSharedPtr<XPathNavigator>Öğenin sınırında konumlandırılmış ve mevcut XPathNavigator nesnesinin bir sonraki öğeyi ararken geçmeyeceği XPathNavigator nesnesi.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

Ayrıca Bakınız

XPathNavigator::MoveToFollowing(XPathNodeType) method

XPathNavigator öğesini belge sırasına göre belirtilen XPathNodeType öğesinin sonraki öğesine taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
ParametreTürAçıklama
typeXPathNodeTypeÖğenin XPathNodeType değeri. XPathNodeType XPathNodeType::Attribute veya XPathNodeType::Namespace olamaz.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

Ayrıca Bakınız

XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method

XPathNavigator öğesini belge sırasına göre belirtilen XPathNodeType öğesinin sonraki öğesine, belirtilen sınıra kadar taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
ParametreTürAçıklama
typeXPathNodeTypeÖğenin XPathNodeType değeri. XPathNodeType XPathNodeType::Attribute veya XPathNodeType::Namespace olamaz.
endSharedPtr<XPathNavigator>Öğenin sınırında konumlandırılmış ve mevcut XPathNavigator nesnesinin bir sonraki öğeyi ararken geçmeyeceği XPathNavigator nesnesi.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

Ayrıca Bakınız