System::Xml::XPath::XPathNavigator::MoveToChild मेथड
अंतर्वस्तु
[
छिपाना
]XPathNavigator::MoveToChild(String, String) method
XPathNavigator को निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाले चाइल्ड नोड पर ले जाता है।
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| localName | String | जिस चाइल्ड नोड पर जाना है, उसका स्थानीय नाम। |
| namespaceURI | String | जिस चाइल्ड नोड पर जाना है, उसका नेमस्पेस URI। |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
संबंधित देखें
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
XPathNavigator को निर्दिष्ट XPathNodeType के चाइल्ड नोड पर ले जाता है।
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| type | XPathNodeType | जिस चाइल्ड नोड पर जाना है, उसका XPathNodeType। |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
संबंधित देखें
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++