From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/xpathexpression/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/fr/web/api/xpathexpression/index.md (limited to 'files/fr/web/api/xpathexpression/index.md') diff --git a/files/fr/web/api/xpathexpression/index.md b/files/fr/web/api/xpathexpression/index.md new file mode 100644 index 0000000000..7a6d6ce42d --- /dev/null +++ b/files/fr/web/api/xpathexpression/index.md @@ -0,0 +1,20 @@ +--- +title: XPathExpression +slug: Web/API/XPathExpression +tags: + - API + - DOM + - Document + - XPath +translation_of: Web/API/XPathExpression +--- +

{{APIRef}}

+ +

Une XPathExpression est une requête de XPath compilé renvoyée par {{domxref("document.createExpression()")}}. Elle a une méthode evaluate() qui peut être utilisée pour exécuter le XPath compilé.

+ +

Méthodes

+ + -- cgit v1.2.3-54-g00ecf