System::Xml::XPath::XPathNavigator::MoveToFirstNamespace method
isi
[
bersembunyi
]XPathNavigator::MoveToFirstNamespace() method
Memindahkan XPathNavigator ke node namespace pertama dari node saat ini.
bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the first 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::MoveToFirstNamespace(XPathNamespaceScope) method
Saat ditimpa dalam kelas turunan, memindahkan XPathNavigator ke node namespace pertama yang cocok dengan XPathNamespaceScope yang ditentukan.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(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 first 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++