طريقة System::Xml::XPath::XPathNavigator::MoveToChild
محتويات
[
يخفي
]XPathNavigator::MoveToChild(String, String) method
ينقل الـ XPathNavigator إلى العقدة الفرعية التي لها الاسم المحلي ومعرف مساحة الاسم المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعقدة الفرعية التي سيتم الانتقال إليها. |
| namespaceURI | String | معرف مساحة الاسم للعقدة الفرعية التي سيتم الانتقال إليها. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToChild(XPathNodeType) method
ينقل الـ XPathNavigator إلى العقدة الفرعية من نوع XPathNodeType المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| معامل | نوع | الوصف |
|---|---|---|
| type | XPathNodeType | XPathNodeType للعقدة الفرعية التي سيتم الانتقال إليها. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++