System::Xml::XPath::XPathNavigator::MoveToFirstNamespace method
İçindekiler
[
Saklamak
]XPathNavigator::MoveToFirstNamespace() method
XPathNavigator‘ı geçerli düğümün ilk ad alanı düğümüne taşır.
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.
Ayrıca Bakınız
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XPathNamespaceScope ile eşleşen ilk ad alanı düğümüne XPathNavigator‘ı taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Type | Açıklama |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Ad alanı kapsamını tanımlayan bir XPathNamespaceScope değeri. |
ReturnValue
true if the XPathNavigator is successful moving to the first 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.Page for C++