System::Xml::XPath::XPathNavigator::MoveToNextNamespace methode
inhoud
[
verbergen
]XPathNavigator::MoveToNextNamespace() method
Verplaatst de XPathNavigator naar de volgende namespace‑knoop.
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.
Zie ook
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Wanneer overschreven in een afgeleide klasse, verplaatst de XPathNavigator naar de volgende namespace‑knoop die overeenkomt met de opgegeven XPathNamespaceScope.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Een XPathNamespaceScope-waarde die de namespace-scope beschrijft. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Zie ook
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++