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

XPathNavigator::MoveToChild(String, String) method

XPathNavigator को निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाले चाइल्ड नोड पर ले जाता है।

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
पैरामीटरप्रकारविवरण
localNameStringजिस चाइल्ड नोड पर जाना है, उसका स्थानीय नाम।
namespaceURIStringजिस चाइल्ड नोड पर जाना है, उसका नेमस्पेस URI।

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

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

XPathNavigator::MoveToChild(XPathNodeType) method

XPathNavigator को निर्दिष्ट XPathNodeType के चाइल्ड नोड पर ले जाता है।

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
पैरामीटरप्रकारविवरण
typeXPathNodeTypeजिस चाइल्ड नोड पर जाना है, उसका XPathNodeType

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

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