System::Xml::XPath::XPathNavigator::MoveToNextNamespace metode
isi
[
bersembunyi
]XPathNavigator::MoveToNextNamespace() method
Memindahkan XPathNavigator ke node namespace berikutnya.
bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Lihat Juga
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Ketika dioverride dalam kelas turunan, memindahkan XPathNavigator ke node namespace berikutnya yang cocok dengan XPathNamespaceScope yang ditentukan.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Sebuah nilai XPathNamespaceScope yang menggambarkan ruang nama. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Lihat Juga
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++