XMLNode.SelectNodes (Word)
Renvoie une collection XMLNodes qui représente tous les éléments enfants correspondant au paramètre XPath, dans leur ordre d'affichage dans l'élément XML spécifié.
SelectNodes (XPath, PrefixMapping, FastSearchSkippingTextNodes)
Dim strXPath As String: strXPath =
Dim xmlsSelectNodes As XMLNodes
Set xmlsSelectNodes = ActiveDocument.SelectSingleNode.SelectNodes(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