System::Xml::XPath::XPathNavigator::MoveToNamespace método
XPathNavigator::MoveToNamespace method
Mueve el XPathNavigator al nodo de espacio de nombres con el prefijo de espacio de nombres especificado.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El prefijo de espacio de nombres del nodo de espacio de nombres. |
ReturnValue
true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.
Ver también
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++