System::Xml::XPath::XPathNavigator::MoveToAttribute metod
XPathNavigator::MoveToAttribute method
Flyttar XPathNavigator till attributet med matchande lokalt namn och namnrymd-URI.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parameter | Typ | Beskrivning |
|---|---|---|
| localName | String | Det lokala namnet på attributet. |
| namespaceURI | String | Namnrymd-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.PDF for C++