System::Xml::XPath::XPathNavigator::MoveToAttribute metod
XPathNavigator::MoveToAttribute method
Flyttar XPathNavigator till attributet med matchande lokala namn och namnrymds-URI.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parameter | Type | Beskrivning |
|---|---|---|
| localName | String | Det lokala namnet på attributet. |
| namespaceURI | String | Namnrymds-URI för attributet; nullptr för en tom namnrymd. |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Se även
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++