Método System::Xml::XPath::XPathNavigator::MoveToAttribute

XPathNavigator::MoveToAttribute method

Mueve el XPathNavigator al atributo con el nombre local coincidente y el URI del espacio de nombres.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParámetroTipoDescripción
localNameStringEl nombre local del atributo.
namespaceURIStringEl URI del espacio de nombres del atributo; nullptr para un espacio de nombres vacío.

ReturnValue

true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Ver también