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)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Taşınacak alt düğümün yerel adı. |
| namespaceURI | Dize | 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.Font 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)
| Parametre | Tür | Açıklama |
|---|---|---|
| type | XPathNodeType | Taşınacak alt düğümün XPathNodeType değeri. |
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.Font for C++