XSLTProcessor:XSLTProcessor() 构造函数
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
XSLTProcessor() 构造函数会创建一个新的 XSLTProcessor 对象实例。
语法
js
new XSLTProcessor()
参数
无。
返回值
新的 XSLTProcessor 对象实例。
规范
| Specification |
|---|
| DOM> # dom-xsltprocessor-xsltprocessor> |