Metodo System::Xml::XPath::XPathNavigator::MoveToFirstNamespace
Contenuti
[
Nascondere
]XPathNavigator::MoveToFirstNamespace() method
Sposta il XPathNavigator al primo nodo di spazio dei nomi del nodo corrente.
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.
Vedi anche
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Quando sovrascritto in una classe derivata, sposta il XPathNavigator al primo nodo di spazio dei nomi che corrisponde al XPathNamespaceScope specificato.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(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 first 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++