XSLTProcessor: XSLTProcessor() Konstruktor
Deprecated
Avoid using this feature in new projects. XSLT is a candidate for removal from browsers because browser implementations are highly susceptible to memory safety vulnerabilities. This feature may be a candidate for removal from web standards or browsers.>
Der XSLTProcessor() Konstruktor erstellt eine neue XSLTProcessor Objektinstanz.
Syntax
js
new XSLTProcessor()
Parameter
Keine.
Rückgabewert
Eine neue XSLTProcessor Objektinstanz.
Spezifikationen
| Spezifikation |
|---|
| DOM> # dom-xsltprocessor-xsltprocessor> |