طريقة System::Xml::XPath::XPathNavigator::MoveToNamespace
XPathNavigator::MoveToNamespace method
تنقل XPathNavigator إلى عقدة الفضاء الاسمي ذات البادئة المحددة.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | String | بادئة الفضاء الاسمي لعقدة الفضاء الاسمي. |
ReturnValue
true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++