System::Xml::XmlNode::CreateNavigator méthode

XmlNode::CreateNavigator method

Crée un XPathNavigator pour naviguer dans cet objet.

SharedPtr<XPath::XPathNavigator> System::Xml::XmlNode::CreateNavigator() override

ReturnValue

Un objet XPathNavigator utilisé pour parcourir le nœud. Le XPathNavigator est positionné sur le nœud à partir duquel la méthode a été appelée. Il n’est pas positionné sur la racine du document.

Voir aussi