System::Xml::XPath::XPathNavigator::MoveToAttribute yöntemi
XPathNavigator::MoveToAttribute method
Belirtilen yerel ada ve ad alanı URI’sine sahip niteliğe XPathNavigator öğesini taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parameter | Type | Açıklama |
|---|---|---|
| localName | String | Özniteliğin yerel adı. |
| namespaceURI | String | Niteliğin ad alanı URI’si; boş bir ad alanı için nullptr. |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++