System::Xml::XPath::XPathNavigator::MoveToNextNamespace yöntemi
İçindekiler
[
Saklamak
]XPathNavigator::MoveToNextNamespace() method
XPathNavigator‘ı bir sonraki ad alanı düğümüne taşır.
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.
Ayrıca Bakınız
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XPathNamespaceScope ile eşleşen bir sonraki ad alanı düğümüne XPathNavigator‘ı taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| namespaceScope | XPathNamespaceScope | XPathNamespaceScope kapsamını tanımlayan bir değer. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++