System::Xml::XPath::XPathNavigator::MoveToFirstNamespace méthode
Contenu
[
Cacher
]XPathNavigator::MoveToFirstNamespace() method
Déplace le XPathNavigator vers le premier nœud d’espace de noms du nœud actuel.
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.
Voir aussi
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Lorsqu’elle est remplacée dans une classe dérivée, déplace le XPathNavigator vers le premier nœud d’espace de noms qui correspond à la XPathNamespaceScope spécifiée.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(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 first 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++