System::Xml::XPath::XPathNavigator::MoveToNextNamespace méthode
Contenu
[
Cacher
]XPathNavigator::MoveToNextNamespace() method
Déplace le XPathNavigator vers le nœud d’espace de noms suivant.
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.
Voir aussi
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Lorsqu’il est remplacé dans une classe dérivée, déplace le XPathNavigator vers le nœud d’espace de noms suivant correspondant à la XPathNamespaceScope spécifiée.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Paramètre | Type | Description |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Une valeur XPathNamespaceScope décrivant la portée d’espace de noms. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Voir aussi
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++