System::Xml::XPath::XPathNavigator::MoveToAttribute मेथड
XPathNavigator::MoveToAttribute method
मैचिंग स्थानीय नाम और नेमस्पेस URI वाले एट्रिब्यूट पर XPathNavigator को ले जाता है।
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| localName | String | एट्रिब्यूट का स्थानीय नाम। |
| namespaceURI | String | एट्रिब्यूट का नेमस्पेस URI; खाली नेमस्पेस के लिए nullptr। |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
संबंधित देखें
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++