System::Xml::XPath::XPathNavigator::MoveToNextNamespace método
Contenido
[
Ocultar
]XPathNavigator::MoveToNextNamespace() method
Mueve el XPathNavigator al siguiente nodo de espacio de nombres.
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.
Ver también
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Cuando se sobrescribe en una clase derivada, mueve el XPathNavigator al siguiente nodo de espacio de nombres que coincida con el XPathNamespaceScope especificado.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Un valor XPathNamespaceScope que describe el alcance del espacio de nombres. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Ver también
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++