System::Xml::XPath::XPathNavigator::MoveToFollowing मेथड

XPathNavigator::MoveToFollowing(String, String) method

दस्तावेज़ क्रम में निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाले एलिमेंट पर 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

दस्तावेज़ क्रम में निर्दिष्ट सीमा तक, निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाले एलिमेंट पर 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

दस्तावेज़ क्रम में निर्दिष्ट XPathNodeType के अगले एलिमेंट पर XPathNavigator को ले जाता है।

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
पैरामीटरप्रकारविवरण
typeXPathNodeTypeएलिमेंट का XPathNodeTypeXPathNodeType को 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)
पैरामीटरप्रकारविवरण
typeXPathNodeTypeएलिमेंट का XPathNodeTypeXPathNodeType को XPathNodeType::Attribute या XPathNodeType::Namespace नहीं हो सकता।
endSharedPtr<XPathNavigator>वर्तमान XPathNavigator द्वारा अगले एलिमेंट की खोज के दौरान पार नहीं किया जा सकेगा, उस एलिमेंट सीमा पर स्थित XPathNavigator ऑब्जेक्ट।

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

संबंधित देखें