طريقة System::Xml::XPath::XPathNavigator::MoveToFollowing

XPathNavigator::MoveToFollowing(String, String) method

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

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

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

انظر أيضًا

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

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

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
معاملنوعالوصف
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)
معاملنوعالوصف
typeXPathNodeTypeXPathNodeType الخاص بالعنصر. لا يمكن أن يكون 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)
معاملنوعالوصف
typeXPathNodeTypeXPathNodeType الخاص بالعنصر. لا يمكن أن يكون XPathNodeType هو XPathNodeType::Attribute أو XPathNodeType::Namespace.
endSharedPtr<XPathNavigator>كائن XPathNavigator الموجود على حد العنصر الذي لن يتجاوزه XPathNavigator الحالي أثناء البحث عن العنصر التالي.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

انظر أيضًا