-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zh-cn]: create the translation of the
XSLTProcessor()
constructor (#…
- Loading branch information
1 parent
91bd01a
commit 02e28f1
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |