Skip to content

Commit

Permalink
[zh-cn]: create the translation of the XSLTProcessor() constructor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
T34-active authored Aug 7, 2024
1 parent 91bd01a commit 02e28f1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions files/zh-cn/web/api/xsltprocessor/xsltprocessor/index.md
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 02e28f1

Please sign in to comment.