@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -97,7 +97,7 @@ export enum XPathResultType {
|
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
export interface IXPathNavigable$instance {
|
|
100
|
-
|
|
100
|
+
createNavigator(): XPathNavigator;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
@@ -115,9 +115,11 @@ export class XPathDocument$instance {
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
export interface __XPathDocument$views {
|
|
118
|
-
|
|
118
|
+
As_IXPathNavigable(): IXPathNavigable$instance;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
export interface XPathDocument$instance extends IXPathNavigable$instance {}
|
|
122
|
+
|
|
121
123
|
export type XPathDocument = XPathDocument$instance & __XPathDocument$views;
|
|
122
124
|
|
|
123
125
|
|
|
@@ -131,7 +133,7 @@ export class XPathException$instance extends System_Internal.SystemException$ins
|
|
|
131
133
|
|
|
132
134
|
|
|
133
135
|
export interface __XPathException$views {
|
|
134
|
-
|
|
136
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
135
137
|
}
|
|
136
138
|
|
|
137
139
|
export type XPathException = XPathException$instance & __XPathException$views;
|
|
@@ -140,13 +142,13 @@ export type XPathException = XPathException$instance & __XPathException$views;
|
|
|
140
142
|
export abstract class XPathExpression$instance {
|
|
141
143
|
readonly expression: string;
|
|
142
144
|
readonly returnType: XPathResultType;
|
|
143
|
-
abstract addSort(expr:
|
|
144
|
-
abstract addSort(expr:
|
|
145
|
+
abstract addSort(expr: unknown, comparer: IComparer): void;
|
|
146
|
+
abstract addSort(expr: unknown, order: XmlSortOrder, caseOrder: XmlCaseOrder, lang: string, dataType: XmlDataType): void;
|
|
145
147
|
abstract clone(): XPathExpression;
|
|
146
148
|
abstract setContext(nsManager: XmlNamespaceManager): void;
|
|
147
149
|
abstract setContext(nsResolver: IXmlNamespaceResolver): void;
|
|
148
|
-
static
|
|
149
|
-
static
|
|
150
|
+
static compile2(xpath: string, nsResolver: IXmlNamespaceResolver): XPathExpression;
|
|
151
|
+
static compile2(xpath: string): XPathExpression;
|
|
150
152
|
}
|
|
151
153
|
|
|
152
154
|
|
|
@@ -154,7 +156,7 @@ export type XPathExpression = XPathExpression$instance;
|
|
|
154
156
|
|
|
155
157
|
export abstract class XPathItem$instance {
|
|
156
158
|
readonly isNode: boolean;
|
|
157
|
-
readonly typedValue:
|
|
159
|
+
readonly typedValue: unknown;
|
|
158
160
|
readonly value: string;
|
|
159
161
|
readonly valueAsBoolean: boolean;
|
|
160
162
|
readonly valueAsDateTime: DateTime;
|
|
@@ -163,8 +165,8 @@ export abstract class XPathItem$instance {
|
|
|
163
165
|
readonly valueAsLong: long;
|
|
164
166
|
readonly valueType: Type;
|
|
165
167
|
readonly xmlType: XmlSchemaType;
|
|
166
|
-
valueAs(returnType: Type):
|
|
167
|
-
valueAs(returnType: Type, nsResolver: IXmlNamespaceResolver):
|
|
168
|
+
valueAs(returnType: Type): unknown;
|
|
169
|
+
valueAs(returnType: Type, nsResolver: IXmlNamespaceResolver): unknown;
|
|
168
170
|
}
|
|
169
171
|
|
|
170
172
|
|
|
@@ -186,8 +188,8 @@ export abstract class XPathNavigator$instance extends XPathItem$instance {
|
|
|
186
188
|
outerXml: string;
|
|
187
189
|
readonly prefix: string;
|
|
188
190
|
readonly schemaInfo: IXmlSchemaInfo;
|
|
189
|
-
readonly typedValue:
|
|
190
|
-
readonly underlyingObject:
|
|
191
|
+
readonly typedValue: unknown;
|
|
192
|
+
readonly underlyingObject: unknown;
|
|
191
193
|
readonly valueAsBoolean: boolean;
|
|
192
194
|
readonly valueAsDateTime: DateTime;
|
|
193
195
|
readonly valueAsDouble: double;
|
|
@@ -210,10 +212,10 @@ export abstract class XPathNavigator$instance extends XPathItem$instance {
|
|
|
210
212
|
createNavigator(): XPathNavigator;
|
|
211
213
|
deleteRange(lastSiblingToDelete: XPathNavigator): void;
|
|
212
214
|
deleteSelf(): void;
|
|
213
|
-
evaluate(xpath: string):
|
|
214
|
-
evaluate(xpath: string, resolver: IXmlNamespaceResolver):
|
|
215
|
-
evaluate(expr: XPathExpression):
|
|
216
|
-
evaluate(expr: XPathExpression, context: XPathNodeIterator):
|
|
215
|
+
evaluate(xpath: string): unknown;
|
|
216
|
+
evaluate(xpath: string, resolver: IXmlNamespaceResolver): unknown;
|
|
217
|
+
evaluate(expr: XPathExpression): unknown;
|
|
218
|
+
evaluate(expr: XPathExpression, context: XPathNodeIterator): unknown;
|
|
217
219
|
getAttribute(localName: string, namespaceURI: string): string;
|
|
218
220
|
getNamespace(name: string): string;
|
|
219
221
|
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<CLROf<string>, CLROf<string>>;
|
|
@@ -279,22 +281,24 @@ export abstract class XPathNavigator$instance extends XPathItem$instance {
|
|
|
279
281
|
selectSingleNode(xpath: string): XPathNavigator;
|
|
280
282
|
selectSingleNode(xpath: string, resolver: IXmlNamespaceResolver): XPathNavigator;
|
|
281
283
|
selectSingleNode(expression: XPathExpression): XPathNavigator;
|
|
282
|
-
setTypedValue(typedValue:
|
|
284
|
+
setTypedValue(typedValue: unknown): void;
|
|
283
285
|
setValue(value: string): void;
|
|
284
286
|
toString(): string;
|
|
285
|
-
valueAs(returnType: Type, nsResolver: IXmlNamespaceResolver):
|
|
286
|
-
valueAs(returnType: Type):
|
|
287
|
+
valueAs(returnType: Type, nsResolver: IXmlNamespaceResolver): unknown;
|
|
288
|
+
valueAs(returnType: Type): unknown;
|
|
287
289
|
writeSubtree(writer: XmlWriter): void;
|
|
288
|
-
static readonly
|
|
290
|
+
static readonly navigatorComparer: IEqualityComparer;
|
|
289
291
|
}
|
|
290
292
|
|
|
291
293
|
|
|
292
294
|
export interface __XPathNavigator$views {
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
295
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
296
|
+
As_IXmlNamespaceResolver(): System_Xml_Internal.IXmlNamespaceResolver$instance;
|
|
297
|
+
As_IXPathNavigable(): IXPathNavigable$instance;
|
|
296
298
|
}
|
|
297
299
|
|
|
300
|
+
export interface XPathNavigator$instance extends System_Xml_Internal.IXmlNamespaceResolver$instance, IXPathNavigable$instance {}
|
|
301
|
+
|
|
298
302
|
export type XPathNavigator = XPathNavigator$instance & __XPathNavigator$views;
|
|
299
303
|
|
|
300
304
|
|
|
@@ -309,29 +313,31 @@ export abstract class XPathNodeIterator$instance {
|
|
|
309
313
|
|
|
310
314
|
|
|
311
315
|
export interface __XPathNodeIterator$views {
|
|
312
|
-
|
|
313
|
-
|
|
316
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
317
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
314
318
|
}
|
|
315
319
|
|
|
320
|
+
export interface XPathNodeIterator$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
321
|
+
|
|
316
322
|
export type XPathNodeIterator = XPathNodeIterator$instance & __XPathNodeIterator$views;
|
|
317
323
|
|
|
318
324
|
|
|
319
325
|
export abstract class Extensions$instance {
|
|
320
|
-
static
|
|
321
|
-
static
|
|
322
|
-
static
|
|
323
|
-
static
|
|
324
|
-
static
|
|
325
|
-
static
|
|
326
|
-
static
|
|
327
|
-
static
|
|
326
|
+
static createNavigator2(node: XNode, nameTable: XmlNameTable): XPathNavigator;
|
|
327
|
+
static createNavigator2(node: XNode): XPathNavigator;
|
|
328
|
+
static xPathEvaluate2(node: XNode, expression: string, resolver: IXmlNamespaceResolver): unknown;
|
|
329
|
+
static xPathEvaluate2(node: XNode, expression: string): unknown;
|
|
330
|
+
static xPathSelectElement2(node: XNode, expression: string, resolver: IXmlNamespaceResolver): XElement;
|
|
331
|
+
static xPathSelectElement2(node: XNode, expression: string): XElement;
|
|
332
|
+
static xPathSelectElements2(node: XNode, expression: string, resolver: IXmlNamespaceResolver): IEnumerable_1<XElement>;
|
|
333
|
+
static xPathSelectElements2(node: XNode, expression: string): IEnumerable_1<XElement>;
|
|
328
334
|
}
|
|
329
335
|
|
|
330
336
|
|
|
331
337
|
export type Extensions = Extensions$instance;
|
|
332
338
|
|
|
333
339
|
export abstract class XDocumentExtensions$instance {
|
|
334
|
-
static
|
|
340
|
+
static toXPathNavigable(node: XNode): IXPathNavigable;
|
|
335
341
|
}
|
|
336
342
|
|
|
337
343
|
|
|
@@ -45,21 +45,21 @@ export type CLROf<T> =
|
|
|
45
45
|
T; // Identity fallback for non-primitive types
|
|
46
46
|
|
|
47
47
|
export interface IXsltContextFunction$instance {
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
51
|
-
readonly
|
|
52
|
-
|
|
48
|
+
readonly minargs: int;
|
|
49
|
+
readonly maxargs: int;
|
|
50
|
+
readonly returnType: XPathResultType;
|
|
51
|
+
readonly argTypes: XPathResultType[];
|
|
52
|
+
invoke(xsltContext: XsltContext, args: unknown[], docContext: XPathNavigator): unknown;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
export type IXsltContextFunction = IXsltContextFunction$instance;
|
|
57
57
|
|
|
58
58
|
export interface IXsltContextVariable$instance {
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
|
|
59
|
+
readonly isLocal: boolean;
|
|
60
|
+
readonly isParam: boolean;
|
|
61
|
+
readonly variableType: XPathResultType;
|
|
62
|
+
evaluate(xsltContext: XsltContext): unknown;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
|
|
@@ -99,13 +99,13 @@ export type XslCompiledTransform = XslCompiledTransform$instance;
|
|
|
99
99
|
|
|
100
100
|
export class XsltArgumentList$instance {
|
|
101
101
|
constructor();
|
|
102
|
-
addExtensionObject(namespaceUri: string, extension:
|
|
103
|
-
addParam(name: string, namespaceUri: string, parameter:
|
|
102
|
+
addExtensionObject(namespaceUri: string, extension: unknown): void;
|
|
103
|
+
addParam(name: string, namespaceUri: string, parameter: unknown): void;
|
|
104
104
|
clear(): void;
|
|
105
|
-
getExtensionObject(namespaceUri: string):
|
|
106
|
-
getParam(name: string, namespaceUri: string):
|
|
107
|
-
removeExtensionObject(namespaceUri: string):
|
|
108
|
-
removeParam(name: string, namespaceUri: string):
|
|
105
|
+
getExtensionObject(namespaceUri: string): unknown;
|
|
106
|
+
getParam(name: string, namespaceUri: string): unknown;
|
|
107
|
+
removeExtensionObject(namespaceUri: string): unknown;
|
|
108
|
+
removeParam(name: string, namespaceUri: string): unknown;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
|
|
@@ -121,7 +121,7 @@ export class XsltCompileException$instance extends XsltException$instance {
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
export interface __XsltCompileException$views {
|
|
124
|
-
|
|
124
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
export type XsltCompileException = XsltCompileException$instance & __XsltCompileException$views;
|
|
@@ -140,8 +140,8 @@ export abstract class XsltContext$instance extends System_Xml_Internal.XmlNamesp
|
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
export interface __XsltContext$views {
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
144
|
+
As_IXmlNamespaceResolver(): System_Xml_Internal.IXmlNamespaceResolver$instance;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
export type XsltContext = XsltContext$instance & __XsltContext$views;
|
|
@@ -160,7 +160,7 @@ export class XsltException$instance extends System_Internal.SystemException$inst
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
export interface __XsltException$views {
|
|
163
|
-
|
|
163
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
export type XsltException = XsltException$instance & __XsltException$views;
|
|
@@ -174,18 +174,18 @@ export abstract class XsltMessageEncounteredEventArgs$instance extends System_In
|
|
|
174
174
|
export type XsltMessageEncounteredEventArgs = XsltMessageEncounteredEventArgs$instance;
|
|
175
175
|
|
|
176
176
|
export class XsltMessageEncounteredEventHandler$instance extends Function {
|
|
177
|
-
constructor(object_:
|
|
178
|
-
beginInvoke(sender:
|
|
179
|
-
clone():
|
|
177
|
+
constructor(object_: unknown, method: nint);
|
|
178
|
+
beginInvoke(sender: unknown, e: XsltMessageEncounteredEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
179
|
+
clone(): unknown;
|
|
180
180
|
endInvoke(result: IAsyncResult): void;
|
|
181
181
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
182
|
-
invoke(sender:
|
|
182
|
+
invoke(sender: unknown, e: XsltMessageEncounteredEventArgs): void;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
export interface __XsltMessageEncounteredEventHandler$views {
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
188
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
export type XsltMessageEncounteredEventHandler = XsltMessageEncounteredEventHandler$instance & __XsltMessageEncounteredEventHandler$views;
|
|
@@ -230,8 +230,8 @@ export class XsltSettings$instance {
|
|
|
230
230
|
constructor(enableDocumentFunction: boolean, enableScript: boolean);
|
|
231
231
|
enableDocumentFunction: boolean;
|
|
232
232
|
enableScript: boolean;
|
|
233
|
-
static readonly
|
|
234
|
-
static readonly
|
|
233
|
+
static readonly default_: XsltSettings;
|
|
234
|
+
static readonly trustedXslt: XsltSettings;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
|
|
@@ -406,7 +406,7 @@ export class XPathPrecedingMergeIterator$instance {
|
|
|
406
406
|
export type XPathPrecedingMergeIterator = XPathPrecedingMergeIterator$instance;
|
|
407
407
|
|
|
408
408
|
export class XmlCollation$instance {
|
|
409
|
-
equals(obj:
|
|
409
|
+
equals(obj: unknown): boolean;
|
|
410
410
|
getHashCode(): int;
|
|
411
411
|
}
|
|
412
412
|
|
|
@@ -438,8 +438,8 @@ export class XmlQueryContext$instance {
|
|
|
438
438
|
readonly defaultNameTable: XmlNameTable;
|
|
439
439
|
readonly queryNameTable: XmlNameTable;
|
|
440
440
|
getDataSource(uriRelative: string, uriBase: string): XPathNavigator;
|
|
441
|
-
getLateBoundObject(namespaceUri: string):
|
|
442
|
-
getParameter(localName: string, namespaceUri: string):
|
|
441
|
+
getLateBoundObject(namespaceUri: string): unknown;
|
|
442
|
+
getParameter(localName: string, namespaceUri: string): unknown;
|
|
443
443
|
invokeXsltLateBoundFunction(name: string, namespaceUri: string, args: IList_1<XPathItem>[]): IList_1<XPathItem>;
|
|
444
444
|
lateBoundFunctionExists(name: string, namespaceUri: string): boolean;
|
|
445
445
|
onXsltMessageEncountered(message: string): void;
|
|
@@ -453,31 +453,31 @@ export class XmlQueryItemSequence$instance extends XmlQuerySequence_1$instance<X
|
|
|
453
453
|
constructor(capacity: int);
|
|
454
454
|
constructor(item: XPathItem);
|
|
455
455
|
add(value: XPathItem): void;
|
|
456
|
-
add(value:
|
|
456
|
+
add(value: unknown): int;
|
|
457
457
|
addClone(item: XPathItem): void;
|
|
458
458
|
clear(): void;
|
|
459
459
|
contains(value: XPathItem): boolean;
|
|
460
|
-
contains(value:
|
|
460
|
+
contains(value: unknown): boolean;
|
|
461
461
|
copyTo(array: XPathItem[], index: int): void;
|
|
462
462
|
copyTo(array: ClrArray, index: int): void;
|
|
463
463
|
getEnumerator(): IEnumerator_1<XPathItem>;
|
|
464
464
|
getEnumerator(): IEnumerator;
|
|
465
465
|
indexOf(value: XPathItem): int;
|
|
466
466
|
insert(index: int, item: XPathItem): void;
|
|
467
|
-
insert(index: int, value:
|
|
467
|
+
insert(index: int, value: unknown): void;
|
|
468
468
|
remove(item: XPathItem): boolean;
|
|
469
|
-
remove(value:
|
|
469
|
+
remove(value: unknown): void;
|
|
470
470
|
removeAt(index: int): void;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
|
|
474
474
|
export interface __XmlQueryItemSequence$views {
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
475
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<XPathItem>;
|
|
476
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<XPathItem>;
|
|
477
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<XPathItem>;
|
|
478
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
479
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
480
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
export type XmlQueryItemSequence = XmlQueryItemSequence$instance & __XmlQueryItemSequence$views;
|
|
@@ -491,11 +491,11 @@ export class XmlQueryNodeSequence$instance extends XmlQuerySequence_1$instance<X
|
|
|
491
491
|
constructor(navigator: XPathNavigator);
|
|
492
492
|
isDocOrderDistinct: boolean;
|
|
493
493
|
add(value: XPathNavigator): void;
|
|
494
|
-
add(value:
|
|
494
|
+
add(value: unknown): int;
|
|
495
495
|
addClone(navigator: XPathNavigator): void;
|
|
496
496
|
clear(): void;
|
|
497
497
|
contains(value: XPathNavigator): boolean;
|
|
498
|
-
contains(value:
|
|
498
|
+
contains(value: unknown): boolean;
|
|
499
499
|
copyTo(array: XPathNavigator[], index: int): void;
|
|
500
500
|
copyTo(array: ClrArray, index: int): void;
|
|
501
501
|
docOrderDistinct(comparer: IComparer_1<XPathNavigator>): XmlQueryNodeSequence;
|
|
@@ -503,20 +503,20 @@ export class XmlQueryNodeSequence$instance extends XmlQuerySequence_1$instance<X
|
|
|
503
503
|
getEnumerator(): IEnumerator;
|
|
504
504
|
indexOf(value: XPathNavigator): int;
|
|
505
505
|
insert(index: int, item: XPathNavigator): void;
|
|
506
|
-
insert(index: int, value:
|
|
506
|
+
insert(index: int, value: unknown): void;
|
|
507
507
|
remove(item: XPathNavigator): boolean;
|
|
508
|
-
remove(value:
|
|
508
|
+
remove(value: unknown): void;
|
|
509
509
|
removeAt(index: int): void;
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
|
|
513
513
|
export interface __XmlQueryNodeSequence$views {
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
514
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<XPathNavigator>;
|
|
515
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<XPathNavigator>;
|
|
516
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<XPathNavigator>;
|
|
517
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
518
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
519
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
export type XmlQueryNodeSequence = XmlQueryNodeSequence$instance & __XmlQueryNodeSequence$views;
|
|
@@ -538,8 +538,8 @@ export class XmlQueryOutput$instance extends System_Xml_Internal.XmlWriter$insta
|
|
|
538
538
|
startTree(rootType: XPathNodeType): void;
|
|
539
539
|
writeBase64(buffer: byte[], index: int, count: int): void;
|
|
540
540
|
writeCData(text: string): void;
|
|
541
|
-
writeCharEntity(ch:
|
|
542
|
-
writeChars(buffer:
|
|
541
|
+
writeCharEntity(ch: char): void;
|
|
542
|
+
writeChars(buffer: char[], index: int, count: int): void;
|
|
543
543
|
writeComment(text: string): void;
|
|
544
544
|
writeCommentString(text: string): void;
|
|
545
545
|
writeDocType(name: string, pubid: string, sysid: string, subset: string): void;
|
|
@@ -561,7 +561,7 @@ export class XmlQueryOutput$instance extends System_Xml_Internal.XmlWriter$insta
|
|
|
561
561
|
writeNamespaceString(text: string): void;
|
|
562
562
|
writeProcessingInstruction(target: string, text: string): void;
|
|
563
563
|
writeProcessingInstructionString(text: string): void;
|
|
564
|
-
writeRaw(buffer:
|
|
564
|
+
writeRaw(buffer: char[], index: int, count: int): void;
|
|
565
565
|
writeRaw(data: string): void;
|
|
566
566
|
writeRawUnchecked(text: string): void;
|
|
567
567
|
writeStartAttribute(prefix: string, localName: string, ns: string): void;
|
|
@@ -592,15 +592,15 @@ export class XmlQueryOutput$instance extends System_Xml_Internal.XmlWriter$insta
|
|
|
592
592
|
writeStartRoot(): void;
|
|
593
593
|
writeString(text: string): void;
|
|
594
594
|
writeStringUnchecked(text: string): void;
|
|
595
|
-
writeSurrogateCharEntity(lowChar:
|
|
595
|
+
writeSurrogateCharEntity(lowChar: char, highChar: char): void;
|
|
596
596
|
writeWhitespace(ws: string): void;
|
|
597
597
|
xsltCopyOf(navigator: XPathNavigator): void;
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
|
|
601
601
|
export interface __XmlQueryOutput$views {
|
|
602
|
-
|
|
603
|
-
|
|
602
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
603
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
export type XmlQueryOutput = XmlQueryOutput$instance & __XmlQueryOutput$views;
|
|
@@ -612,14 +612,14 @@ export class XmlQueryRuntime$instance {
|
|
|
612
612
|
readonly output: XmlQueryOutput;
|
|
613
613
|
readonly xsltFunctions: XsltLibrary;
|
|
614
614
|
addNewIndex(context: XPathNavigator, indexId: int, index: XmlILIndex): void;
|
|
615
|
-
changeTypeXsltArgument(indexType: int, value:
|
|
616
|
-
changeTypeXsltResult(indexType: int, value:
|
|
615
|
+
changeTypeXsltArgument(indexType: int, value: unknown, destinationType: Type): unknown;
|
|
616
|
+
changeTypeXsltResult(indexType: int, value: unknown): unknown;
|
|
617
617
|
comparePosition(navigatorThis: XPathNavigator, navigatorThat: XPathNavigator): int;
|
|
618
618
|
createCollation(collation: string): XmlCollation;
|
|
619
619
|
debugGetGlobalNames(): string[];
|
|
620
620
|
debugGetGlobalValue(name: string): IList;
|
|
621
|
-
debugGetXsltValue(seq: IList):
|
|
622
|
-
debugSetGlobalValue(name: string, value:
|
|
621
|
+
debugGetXsltValue(seq: IList): unknown;
|
|
622
|
+
debugSetGlobalValue(name: string, value: unknown): void;
|
|
623
623
|
docOrderDistinct(seq: IList_1<XPathNavigator>): IList_1<XPathNavigator>;
|
|
624
624
|
earlyBoundFunctionExists(name: string, namespaceUri: string): boolean;
|
|
625
625
|
endRtfConstruction(output: { value: ref<XmlQueryOutput> }): XPathNavigator;
|
|
@@ -628,8 +628,8 @@ export class XmlQueryRuntime$instance {
|
|
|
628
628
|
generateId(navigator: XPathNavigator): string;
|
|
629
629
|
getAtomizedName(index: int): string;
|
|
630
630
|
getCollation(index: int): XmlCollation;
|
|
631
|
-
getEarlyBoundObject(index: int):
|
|
632
|
-
getGlobalValue(index: int):
|
|
631
|
+
getEarlyBoundObject(index: int): unknown;
|
|
632
|
+
getGlobalValue(index: int): unknown;
|
|
633
633
|
getNameFilter(index: int): XmlNavigatorFilter;
|
|
634
634
|
getTypeFilter(nodeType: XPathNodeType): XmlNavigatorFilter;
|
|
635
635
|
isGlobalComputed(index: int): boolean;
|
|
@@ -642,12 +642,12 @@ export class XmlQueryRuntime$instance {
|
|
|
642
642
|
parseTagName(tagName: string, indexPrefixMappings: int): XmlQualifiedName;
|
|
643
643
|
parseTagName(tagName: string, ns: string): XmlQualifiedName;
|
|
644
644
|
sendMessage(message: string): void;
|
|
645
|
-
setGlobalValue(index: int, value:
|
|
645
|
+
setGlobalValue(index: int, value: unknown): void;
|
|
646
646
|
startRtfConstruction(baseUri: string, output: { value: ref<XmlQueryOutput> }): void;
|
|
647
647
|
startSequenceConstruction(output: { value: ref<XmlQueryOutput> }): void;
|
|
648
648
|
textRtfConstruction(text: string, baseUri: string): XPathNavigator;
|
|
649
649
|
throwException(text: string): void;
|
|
650
|
-
static
|
|
650
|
+
static onCurrentNodeChanged(currentNode: XPathNavigator): int;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
|
|
@@ -668,18 +668,18 @@ export class XmlQuerySequence_1$instance<T> {
|
|
|
668
668
|
indexOf(value: T): int;
|
|
669
669
|
sortByKeys(keys: ClrArray): void;
|
|
670
670
|
static readonly empty: unknown;
|
|
671
|
-
static
|
|
672
|
-
static
|
|
671
|
+
static createOrReuse2<T>(seq: XmlQuerySequence_1<T>, item: T): XmlQuerySequence_1<T>;
|
|
672
|
+
static createOrReuse2<T>(seq: XmlQuerySequence_1<T>): XmlQuerySequence_1<T>;
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
|
|
676
676
|
export interface __XmlQuerySequence_1$views<T> {
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
677
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
678
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
679
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
680
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
681
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
682
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
export type XmlQuerySequence_1<T> = XmlQuerySequence_1$instance<T> & __XmlQuerySequence_1$views<T>;
|
|
@@ -705,72 +705,72 @@ export class XsltLibrary$instance {
|
|
|
705
705
|
export type XsltLibrary = XsltLibrary$instance;
|
|
706
706
|
|
|
707
707
|
export abstract class XmlILStorageConverter$instance {
|
|
708
|
-
static
|
|
709
|
-
static
|
|
710
|
-
static
|
|
711
|
-
static
|
|
712
|
-
static
|
|
713
|
-
static
|
|
714
|
-
static
|
|
715
|
-
static
|
|
716
|
-
static
|
|
717
|
-
static
|
|
718
|
-
static
|
|
719
|
-
static
|
|
720
|
-
static
|
|
708
|
+
static booleanToAtomicValue(value: boolean, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
709
|
+
static bytesToAtomicValue(value: byte[], index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
710
|
+
static dateTimeToAtomicValue(value: DateTime, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
711
|
+
static decimalToAtomicValue(value: decimal, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
712
|
+
static doubleToAtomicValue(value: double, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
713
|
+
static int32ToAtomicValue(value: int, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
714
|
+
static int64ToAtomicValue(value: long, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
715
|
+
static itemsToNavigators(listItems: IList_1<XPathItem>): IList_1<XPathNavigator>;
|
|
716
|
+
static navigatorsToItems(listNavigators: IList_1<XPathNavigator>): IList_1<XPathItem>;
|
|
717
|
+
static singleToAtomicValue(value: float, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
718
|
+
static stringToAtomicValue(value: string, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
719
|
+
static timeSpanToAtomicValue(value: TimeSpan, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
720
|
+
static xmlQualifiedNameToAtomicValue(value: XmlQualifiedName, index: int, runtime: XmlQueryRuntime): XmlAtomicValue;
|
|
721
721
|
}
|
|
722
722
|
|
|
723
723
|
|
|
724
724
|
export type XmlILStorageConverter = XmlILStorageConverter$instance;
|
|
725
725
|
|
|
726
726
|
export abstract class XsltConvert$instance {
|
|
727
|
-
static
|
|
728
|
-
static
|
|
729
|
-
static
|
|
730
|
-
static
|
|
731
|
-
static
|
|
732
|
-
static
|
|
733
|
-
static
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
737
|
-
static
|
|
738
|
-
static
|
|
739
|
-
static
|
|
740
|
-
static
|
|
741
|
-
static
|
|
742
|
-
static
|
|
743
|
-
static
|
|
744
|
-
static
|
|
745
|
-
static
|
|
746
|
-
static
|
|
747
|
-
static
|
|
727
|
+
static ensureNodeSet(listItems: IList_1<XPathItem>): IList_1<XPathNavigator>;
|
|
728
|
+
static toBoolean2(listItems: IList_1<XPathItem>): boolean;
|
|
729
|
+
static toBoolean2(item: XPathItem): boolean;
|
|
730
|
+
static toDateTime(value: string): DateTime;
|
|
731
|
+
static toDecimal(value: double): decimal;
|
|
732
|
+
static toDouble3(listItems: IList_1<XPathItem>): double;
|
|
733
|
+
static toDouble3(value: decimal): double;
|
|
734
|
+
static toDouble3(value: int): double;
|
|
735
|
+
static toDouble3(value: long): double;
|
|
736
|
+
static toDouble3(value: string): double;
|
|
737
|
+
static toDouble3(item: XPathItem): double;
|
|
738
|
+
static toInt(value: double): int;
|
|
739
|
+
static toLong(value: double): long;
|
|
740
|
+
static toNode2(listItems: IList_1<XPathItem>): XPathNavigator;
|
|
741
|
+
static toNode2(item: XPathItem): XPathNavigator;
|
|
742
|
+
static toNodeSet2(listItems: IList_1<XPathItem>): IList_1<XPathNavigator>;
|
|
743
|
+
static toNodeSet2(item: XPathItem): IList_1<XPathNavigator>;
|
|
744
|
+
static toString3(listItems: IList_1<XPathItem>): string;
|
|
745
|
+
static toString3(value: DateTime): string;
|
|
746
|
+
static toString3(value: double): string;
|
|
747
|
+
static toString3(item: XPathItem): string;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
|
|
751
751
|
export type XsltConvert = XsltConvert$instance;
|
|
752
752
|
|
|
753
753
|
export abstract class XsltFunctions$instance {
|
|
754
|
-
static
|
|
755
|
-
static
|
|
756
|
-
static
|
|
757
|
-
static
|
|
758
|
-
static
|
|
759
|
-
static
|
|
760
|
-
static
|
|
761
|
-
static
|
|
762
|
-
static
|
|
763
|
-
static
|
|
764
|
-
static
|
|
765
|
-
static
|
|
766
|
-
static
|
|
767
|
-
static
|
|
768
|
-
static
|
|
769
|
-
static
|
|
770
|
-
static
|
|
771
|
-
static
|
|
772
|
-
static
|
|
773
|
-
static
|
|
754
|
+
static baseUri(navigator: XPathNavigator): string;
|
|
755
|
+
static contains(s1: string, s2: string): boolean;
|
|
756
|
+
static eXslObjectType(value: IList_1<XPathItem>): string;
|
|
757
|
+
static lang(value: string, context: XPathNavigator): boolean;
|
|
758
|
+
static msFormatDateTime(dateTime: string, format: string, lang: string, isDate: boolean): string;
|
|
759
|
+
static msLocalName(name: string): string;
|
|
760
|
+
static msNamespaceUri(name: string, currentNode: XPathNavigator): string;
|
|
761
|
+
static msNumber(value: IList_1<XPathItem>): double;
|
|
762
|
+
static msStringCompare(s1: string, s2: string, lang: string, options: string): double;
|
|
763
|
+
static msUtc(dateTime: string): string;
|
|
764
|
+
static normalizeSpace(value: string): string;
|
|
765
|
+
static outerXml(navigator: XPathNavigator): string;
|
|
766
|
+
static round(value: double): double;
|
|
767
|
+
static startsWith(s1: string, s2: string): boolean;
|
|
768
|
+
static substring2(value: string, startIndex: double, length: double): string;
|
|
769
|
+
static substring2(value: string, startIndex: double): string;
|
|
770
|
+
static substringAfter(s1: string, s2: string): string;
|
|
771
|
+
static substringBefore(s1: string, s2: string): string;
|
|
772
|
+
static systemProperty(name: XmlQualifiedName): XPathItem;
|
|
773
|
+
static translate(arg: string, mapString: string, transString: string): string;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
|