XMLNode.SelectSingleNode (Word)
Renvoie un objet XmlNode qui représente le premier élément enfant correspondant au paramètre XPath dans l'élément XML spécifié.
SelectSingleNode (XPath, PrefixMapping, FastSearchSkippingTextNodes)
Dim strXPath As String: strXPath =
Dim xmlSelectSingleNode As XMLNode
Set xmlSelectSingleNode = ActiveDocument.SelectSingleNode.SelectSingleNode(XPath:=strXPath)
Arguments
Un argument nommé
XPath (String) - Spécifie une chaîne XPath valable.
Optional arguments
Les arguments suivants sont facultatifs
PrefixMapping (String) - Fournit le préfixe du schéma utilisé pour effectuer la recherche.
FastSearchSkippingTextNodes - Boolean