System::Xml::XPath::XPathNavigator::MoveToFollowing method

XPathNavigator::MoveToFollowing(String, String) method

ينقل XPathNavigator إلى العنصر الذي له الاسم المحلي ومسار مساحة الاسم URI المحددين بترتيب المستند.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
ParameterTypeالوصف
localNameStringالاسم المحلي للعنصر.
namespaceURIStringمعرف URI للمساحة الاسمية للعنصر.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

انظر أيضًا

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

ينقل XPathNavigator إلى العنصر الذي له الاسم المحلي ومسار مساحة الاسم URI المحددين، إلى الحد المحدد، بترتيب المستند.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
ParameterTypeالوصف
localNameStringالاسم المحلي للعنصر.
namespaceURIStringمعرف URI للمساحة الاسمية للعنصر.
endSharedPtr<XPathNavigator>كائن XPathNavigator الموضع على حد العنصر الذي لن يتجاوزه XPathNavigator الحالي أثناء البحث عن العنصر التالي.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

انظر أيضًا

XPathNavigator::MoveToFollowing(XPathNodeType) method

ينقل XPathNavigator إلى العنصر التالي من نوع XPathNodeType المحدد بترتيب المستند.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
ParameterTypeالوصف
typeXPathNodeTypeنوع XPathNodeType للعنصر. لا يمكن أن يكون نوع XPathNodeType هو XPathNodeType::Attribute أو XPathNodeType::Namespace.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

انظر أيضًا

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

ينقل الـXPathNavigator إلى العنصر التالي من نوع XPathNodeType المحدد، إلى الحد المحدد، بترتيب المستند.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
ParameterTypeالوصف
typeXPathNodeTypeنوع XPathNodeType للعنصر. لا يمكن أن يكون نوع XPathNodeType هو XPathNodeType::Attribute أو XPathNodeType::Namespace.
endSharedPtr<XPathNavigator>كائن XPathNavigator الموضع على حد العنصر الذي لن يتجاوزه XPathNavigator الحالي أثناء البحث عن العنصر التالي.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

انظر أيضًا