System::Xml::XPath::XPathNavigator::MoveToFirstNamespace metodo
Contenuti
[
Nascondere
]XPathNavigator::MoveToFirstNamespace() method
Sposta il XPathNavigator al primo nodo di namespace 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.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Quando sovrascritto in una classe derivata, sposta il XPathNavigator al primo nodo di namespace che corrisponde allo XPathNamespaceScope specificato.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Un valore XPathNamespaceScope che descrive lo scope 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.Page for C++