From 02e28f13e1849693361fa7f0ed7c54de0712496f Mon Sep 17 00:00:00 2001 From: 720 <71604450+T34-active@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:04:28 +0800 Subject: [PATCH] [zh-cn]: create the translation of the `XSLTProcessor()` constructor (#22964) --- .../api/xsltprocessor/xsltprocessor/index.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/zh-cn/web/api/xsltprocessor/xsltprocessor/index.md diff --git a/files/zh-cn/web/api/xsltprocessor/xsltprocessor/index.md b/files/zh-cn/web/api/xsltprocessor/xsltprocessor/index.md new file mode 100644 index 00000000000000..798cf95d0e290b --- /dev/null +++ b/files/zh-cn/web/api/xsltprocessor/xsltprocessor/index.md @@ -0,0 +1,32 @@ +--- +title: XSLTProcessor:XSLTProcessor() 构建函数 +slug: Web/API/XSLTProcessor/XSLTProcessor +l10n: + sourceCommit: 6788d086c530ae04793a497d12863db3d8adf040 +--- + +{{APIRef("XSLT")}} + +**`XSLTProcessor()`** 构造函数会创建一个新的 {{domxref("XSLTProcessor")}} 对象实例。 + +## 语法 + +```js-nolint +new XSLTProcessor() +``` + +### 参数 + +无。 + +### 返回值 + +新的 {{domxref("XSLTProcessor")}} 对象实例。 + +## 规范 + +{{Specifications}} + +## 浏览器兼容性 + +{{Compat}}