UNPKG
@nodert-win10/windows.data.xml.xsl
Version:
latest (0.2.96)
0.2.96
0.2.95
0.2.91
0.2.9
0.2.2
Use the Windows.Data.Xml.Xsl UWP API directly from Node.js
github.com/NodeRT/NodeRT
NodeRT/NodeRT
@nodert-win10/windows.data.xml.xsl
/
lib
/
NodeRT_Windows_Data_Xml_Xsl.d.ts
16 lines
(8 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
declare
module
"windows.data.xml.xsl"
{
export
class
XsltProcessor
{
constructor
(
);
constructor
(
document
:
Object
);
transformToString
(
inputNode
:
Object
):
String
;
transformToDocument
(
inputNode
:
Object
):
Object
; } }