System::Xml::XPath::XPathNavigator::MoveToChild yöntemi
İçindekiler
[
Saklamak
]XPathNavigator::MoveToChild(String, String) method
XPathNavigator öğesini belirtilen yerel ad ve ad alanı URI’sine sahip alt düğüme taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parameter | Type | Açıklama |
|---|---|---|
| localName | String | Taşınacak alt düğümün yerel adı. |
| namespaceURI | String | Taşınacak alt düğümün ad alanı URI’si. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; 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++
XPathNavigator::MoveToChild(XPathNodeType) method
XPathNavigator öğesini belirtilen XPathNodeType tipinin alt düğümüne taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parameter | Type | Açıklama |
|---|---|---|
| type | XPathNodeType | Taşınacak alt düğümün XPathNodeType tipi. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++