Metode System::Xml::XPath::XPathNavigator::MoveToChild
isi
[
bersembunyi
]XPathNavigator::MoveToChild(String, String) method
Memindahkan XPathNavigator ke node anak dengan nama lokal dan URI ruang nama yang ditentukan.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| localName | String | Nama lokal dari node anak yang akan dipindahkan. |
| namespaceURI | String | URI ruang nama dari node anak yang akan dipindahkan. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Lihat Juga
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Memindahkan XPathNavigator ke node anak dari XPathNodeType yang ditentukan.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| type | XPathNodeType | XPathNodeType dari node anak yang akan dipindahkan. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Lihat Juga
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++