System::Xml::XPath::XPathNavigator::MoveToFirstNamespace method
Contenido
[
Ocultar
]XPathNavigator::MoveToFirstNamespace() method
Mueve el XPathNavigator al primer nodo de espacio de nombres del nodo actual.
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.
Ver también
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Cuando se sobrescribe en una clase derivada, mueve el XPathNavigator al primer nodo de espacio de nombres que coincida con el XPathNamespaceScope especificado.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(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 first 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++