System::Xml::XPath::XPathNavigator::MoveToNextNamespace metodo
Contenuti
[
Nascondere
]XPathNavigator::MoveToNextNamespace() method
Sposta il XPathNavigator al nodo namespace successivo.
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.
Vedi anche
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Quando sovrascritto in una classe derivata, sposta il XPathNavigator al nodo namespace successivo che corrisponde allo XPathNamespaceScope specificato.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Un valore XPathNamespaceScope che descrive l’ambito del namespace. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Vedi anche
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++