@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
|
@@ -103,8 +103,8 @@ export enum ReadState {
|
|
|
103
103
|
export enum ValidationType {
|
|
104
104
|
none = 0,
|
|
105
105
|
auto = 1,
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
DTD = 2,
|
|
107
|
+
XDR = 3,
|
|
108
108
|
schema = 4
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -171,7 +171,7 @@ export enum XmlNodeType {
|
|
|
171
171
|
element = 1,
|
|
172
172
|
attribute = 2,
|
|
173
173
|
text = 3,
|
|
174
|
-
|
|
174
|
+
CDATA = 4,
|
|
175
175
|
entityReference = 5,
|
|
176
176
|
entity = 6,
|
|
177
177
|
processingInstruction = 7,
|
|
@@ -204,16 +204,16 @@ export enum XmlSpace {
|
|
|
204
204
|
|
|
205
205
|
|
|
206
206
|
export enum XmlTokenizedType {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
207
|
+
CDATA = 0,
|
|
208
|
+
ID = 1,
|
|
209
|
+
IDREF = 2,
|
|
210
|
+
IDREFS = 3,
|
|
211
|
+
ENTITY = 4,
|
|
212
|
+
ENTITIES = 5,
|
|
213
|
+
NMTOKEN = 6,
|
|
214
|
+
NMTOKENS = 7,
|
|
215
|
+
NOTATION = 8,
|
|
216
|
+
ENUMERATION = 9,
|
|
217
217
|
qName = 10,
|
|
218
218
|
ncName = 11,
|
|
219
219
|
none = 12
|
|
@@ -221,88 +221,88 @@ export enum XmlTokenizedType {
|
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
export interface IApplicationResourceStreamResolver$instance {
|
|
224
|
-
|
|
224
|
+
getApplicationResourceStream(relativeUri: Uri): Stream;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
|
|
228
228
|
export type IApplicationResourceStreamResolver = IApplicationResourceStreamResolver$instance;
|
|
229
229
|
|
|
230
230
|
export interface IFragmentCapableXmlDictionaryWriter$instance {
|
|
231
|
-
readonly
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
231
|
+
readonly canFragment: boolean;
|
|
232
|
+
endFragment(): void;
|
|
233
|
+
startFragment(stream: Stream, generateSelfContainedTextFragment: boolean): void;
|
|
234
|
+
writeFragment(buffer: byte[], offset: int, count: int): void;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
|
|
238
238
|
export type IFragmentCapableXmlDictionaryWriter = IFragmentCapableXmlDictionaryWriter$instance;
|
|
239
239
|
|
|
240
240
|
export interface IHasXmlNode$instance {
|
|
241
|
-
|
|
241
|
+
getNode(): XmlNode;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
export type IHasXmlNode = IHasXmlNode$instance;
|
|
246
246
|
|
|
247
247
|
export interface IStreamProvider$instance {
|
|
248
|
-
|
|
249
|
-
|
|
248
|
+
getStream(): Stream;
|
|
249
|
+
releaseStream(stream: Stream): void;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
|
|
253
253
|
export type IStreamProvider = IStreamProvider$instance;
|
|
254
254
|
|
|
255
255
|
export interface IXmlBinaryReaderInitializer$instance {
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
setInput(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): void;
|
|
257
|
+
setInput(stream: Stream, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): void;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
export type IXmlBinaryReaderInitializer = IXmlBinaryReaderInitializer$instance;
|
|
262
262
|
|
|
263
263
|
export interface IXmlBinaryWriterInitializer$instance {
|
|
264
|
-
|
|
264
|
+
setOutput(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession, ownsStream: boolean): void;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
|
|
268
268
|
export type IXmlBinaryWriterInitializer = IXmlBinaryWriterInitializer$instance;
|
|
269
269
|
|
|
270
270
|
export interface IXmlDictionary$instance {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
271
|
+
tryLookup2(key: int, result: { value: ref<XmlDictionaryString> }): boolean;
|
|
272
|
+
tryLookup2(value: string, result: { value: ref<XmlDictionaryString> }): boolean;
|
|
273
|
+
tryLookup2(value: XmlDictionaryString, result: { value: ref<XmlDictionaryString> }): boolean;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
|
|
277
277
|
export type IXmlDictionary = IXmlDictionary$instance;
|
|
278
278
|
|
|
279
279
|
export interface IXmlLineInfo$instance {
|
|
280
|
-
readonly
|
|
281
|
-
readonly
|
|
282
|
-
|
|
280
|
+
readonly lineNumber: int;
|
|
281
|
+
readonly linePosition: int;
|
|
282
|
+
hasLineInfo(): boolean;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
export type IXmlLineInfo = IXmlLineInfo$instance;
|
|
287
287
|
|
|
288
288
|
export interface IXmlNamespaceResolver$instance {
|
|
289
|
-
|
|
290
|
-
|
|
289
|
+
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<CLROf<string>, CLROf<string>>;
|
|
290
|
+
lookupNamespace(prefix: string): string;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
export type IXmlNamespaceResolver = IXmlNamespaceResolver$instance;
|
|
295
295
|
|
|
296
296
|
export interface IXmlTextReaderInitializer$instance {
|
|
297
|
-
|
|
298
|
-
|
|
297
|
+
setInput(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
298
|
+
setInput(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
export type IXmlTextReaderInitializer = IXmlTextReaderInitializer$instance;
|
|
303
303
|
|
|
304
304
|
export interface IXmlTextWriterInitializer$instance {
|
|
305
|
-
|
|
305
|
+
setOutput(stream: Stream, encoding: Encoding, ownsStream: boolean): void;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
|
|
@@ -311,18 +311,18 @@ export type IXmlTextWriterInitializer = IXmlTextWriterInitializer$instance;
|
|
|
311
311
|
export class NameTable$instance extends XmlNameTable$instance {
|
|
312
312
|
constructor();
|
|
313
313
|
add(key: string): string;
|
|
314
|
-
add(key:
|
|
314
|
+
add(key: char[], start: int, len: int): string;
|
|
315
315
|
get_(value: string): string;
|
|
316
|
-
get_(key:
|
|
316
|
+
get_(key: char[], start: int, len: int): string;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
export type NameTable = NameTable$instance;
|
|
321
321
|
|
|
322
322
|
export class OnXmlDictionaryReaderClose$instance extends Function {
|
|
323
|
-
constructor(object_:
|
|
324
|
-
beginInvoke(reader: XmlDictionaryReader, callback: AsyncCallback, object_:
|
|
325
|
-
clone():
|
|
323
|
+
constructor(object_: unknown, method: nint);
|
|
324
|
+
beginInvoke(reader: XmlDictionaryReader, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
325
|
+
clone(): unknown;
|
|
326
326
|
endInvoke(result: IAsyncResult): void;
|
|
327
327
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
328
328
|
invoke(reader: XmlDictionaryReader): void;
|
|
@@ -330,8 +330,8 @@ export class OnXmlDictionaryReaderClose$instance extends Function {
|
|
|
330
330
|
|
|
331
331
|
|
|
332
332
|
export interface __OnXmlDictionaryReaderClose$views {
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
334
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
export type OnXmlDictionaryReaderClose = OnXmlDictionaryReaderClose$instance & __OnXmlDictionaryReaderClose$views;
|
|
@@ -343,12 +343,12 @@ export class UniqueId$instance {
|
|
|
343
343
|
constructor(guid: byte[]);
|
|
344
344
|
constructor(guid: byte[], offset: int);
|
|
345
345
|
constructor(value: string);
|
|
346
|
-
constructor(chars:
|
|
346
|
+
constructor(chars: char[], offset: int, count: int);
|
|
347
347
|
readonly charArrayLength: int;
|
|
348
348
|
readonly isGuid: boolean;
|
|
349
|
-
equals(obj:
|
|
349
|
+
equals(obj: unknown): boolean;
|
|
350
350
|
getHashCode(): int;
|
|
351
|
-
toCharArray(chars:
|
|
351
|
+
toCharArray(chars: char[], offset: int): int;
|
|
352
352
|
toString(): string;
|
|
353
353
|
tryGetGuid(guid: { value: ref<Guid> }): boolean;
|
|
354
354
|
tryGetGuid(buffer: byte[], offset: int): boolean;
|
|
@@ -374,7 +374,7 @@ export class XmlAttribute$instance extends XmlNode$instance {
|
|
|
374
374
|
value: string;
|
|
375
375
|
appendChild(newChild: XmlNode): XmlNode;
|
|
376
376
|
clone(): XmlNode;
|
|
377
|
-
clone():
|
|
377
|
+
clone(): unknown;
|
|
378
378
|
cloneNode(deep: boolean): XmlNode;
|
|
379
379
|
createNavigator(): XPathNavigator;
|
|
380
380
|
getEnumerator(): IEnumerator;
|
|
@@ -389,9 +389,9 @@ export class XmlAttribute$instance extends XmlNode$instance {
|
|
|
389
389
|
|
|
390
390
|
|
|
391
391
|
export interface __XmlAttribute$views {
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
392
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
393
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
394
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
export type XmlAttribute = XmlAttribute$instance & __XmlAttribute$views;
|
|
@@ -415,8 +415,8 @@ export class XmlAttributeCollection$instance extends XmlNamedNodeMap$instance {
|
|
|
415
415
|
|
|
416
416
|
|
|
417
417
|
export interface __XmlAttributeCollection$views {
|
|
418
|
-
|
|
419
|
-
|
|
418
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
419
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
export type XmlAttributeCollection = XmlAttributeCollection$instance & __XmlAttributeCollection$views;
|
|
@@ -433,7 +433,7 @@ export class XmlBinaryReaderSession$instance {
|
|
|
433
433
|
|
|
434
434
|
|
|
435
435
|
export interface __XmlBinaryReaderSession$views {
|
|
436
|
-
|
|
436
|
+
As_IXmlDictionary(): IXmlDictionary$instance;
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
export type XmlBinaryReaderSession = XmlBinaryReaderSession$instance & __XmlBinaryReaderSession$views;
|
|
@@ -454,7 +454,7 @@ export class XmlCDataSection$instance extends XmlCharacterData$instance {
|
|
|
454
454
|
readonly nodeType: XmlNodeType;
|
|
455
455
|
readonly parentNode: XmlNode;
|
|
456
456
|
readonly previousText: XmlNode;
|
|
457
|
-
clone():
|
|
457
|
+
clone(): unknown;
|
|
458
458
|
clone(): XmlNode;
|
|
459
459
|
cloneNode(deep: boolean): XmlNode;
|
|
460
460
|
createNavigator(): XPathNavigator;
|
|
@@ -465,9 +465,9 @@ export class XmlCDataSection$instance extends XmlCharacterData$instance {
|
|
|
465
465
|
|
|
466
466
|
|
|
467
467
|
export interface __XmlCDataSection$views {
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
468
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
469
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
470
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
export type XmlCDataSection = XmlCDataSection$instance & __XmlCDataSection$views;
|
|
@@ -479,7 +479,7 @@ export abstract class XmlCharacterData$instance extends XmlLinkedNode$instance {
|
|
|
479
479
|
readonly length: int;
|
|
480
480
|
value: string;
|
|
481
481
|
appendData(strData: string): void;
|
|
482
|
-
clone():
|
|
482
|
+
clone(): unknown;
|
|
483
483
|
clone(): XmlNode;
|
|
484
484
|
createNavigator(): XPathNavigator;
|
|
485
485
|
deleteData(offset: int, count: int): void;
|
|
@@ -491,9 +491,9 @@ export abstract class XmlCharacterData$instance extends XmlLinkedNode$instance {
|
|
|
491
491
|
|
|
492
492
|
|
|
493
493
|
export interface __XmlCharacterData$views {
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
494
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
495
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
496
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
export type XmlCharacterData = XmlCharacterData$instance & __XmlCharacterData$views;
|
|
@@ -503,7 +503,7 @@ export class XmlComment$instance extends XmlCharacterData$instance {
|
|
|
503
503
|
readonly localName: string;
|
|
504
504
|
readonly name: string;
|
|
505
505
|
readonly nodeType: XmlNodeType;
|
|
506
|
-
clone():
|
|
506
|
+
clone(): unknown;
|
|
507
507
|
clone(): XmlNode;
|
|
508
508
|
cloneNode(deep: boolean): XmlNode;
|
|
509
509
|
createNavigator(): XPathNavigator;
|
|
@@ -514,9 +514,9 @@ export class XmlComment$instance extends XmlCharacterData$instance {
|
|
|
514
514
|
|
|
515
515
|
|
|
516
516
|
export interface __XmlComment$views {
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
517
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
518
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
519
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
export type XmlComment = XmlComment$instance & __XmlComment$views;
|
|
@@ -524,65 +524,65 @@ export type XmlComment = XmlComment$instance & __XmlComment$views;
|
|
|
524
524
|
|
|
525
525
|
export class XmlConvert$instance {
|
|
526
526
|
constructor();
|
|
527
|
-
static
|
|
528
|
-
static
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static
|
|
532
|
-
static
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
545
|
-
static
|
|
546
|
-
static
|
|
547
|
-
static
|
|
548
|
-
static
|
|
549
|
-
static
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static
|
|
553
|
-
static
|
|
554
|
-
static
|
|
555
|
-
static
|
|
556
|
-
static
|
|
557
|
-
static
|
|
558
|
-
static
|
|
559
|
-
static
|
|
560
|
-
static
|
|
561
|
-
static
|
|
562
|
-
static
|
|
563
|
-
static
|
|
564
|
-
static
|
|
565
|
-
static
|
|
566
|
-
static
|
|
567
|
-
static
|
|
568
|
-
static
|
|
569
|
-
static
|
|
570
|
-
static
|
|
571
|
-
static
|
|
572
|
-
static
|
|
573
|
-
static
|
|
574
|
-
static
|
|
575
|
-
static
|
|
576
|
-
static
|
|
577
|
-
static
|
|
578
|
-
static
|
|
579
|
-
static
|
|
580
|
-
static
|
|
581
|
-
static
|
|
582
|
-
static
|
|
583
|
-
static
|
|
584
|
-
static
|
|
585
|
-
static
|
|
527
|
+
static decodeName(name: string): string;
|
|
528
|
+
static encodeLocalName(name: string): string;
|
|
529
|
+
static encodeName(name: string): string;
|
|
530
|
+
static encodeNmToken(name: string): string;
|
|
531
|
+
static isNCNameChar(ch: char): boolean;
|
|
532
|
+
static isPublicIdChar(ch: char): boolean;
|
|
533
|
+
static isStartNCNameChar(ch: char): boolean;
|
|
534
|
+
static isWhitespaceChar(ch: char): boolean;
|
|
535
|
+
static isXmlChar(ch: char): boolean;
|
|
536
|
+
static isXmlSurrogatePair(lowChar: char, highChar: char): boolean;
|
|
537
|
+
static toBoolean(s: string): boolean;
|
|
538
|
+
static toByte(s: string): byte;
|
|
539
|
+
static toChar(s: string): char;
|
|
540
|
+
static toDateTime2(s: string, format: string): DateTime;
|
|
541
|
+
static toDateTime2(s: string, formats: string[]): DateTime;
|
|
542
|
+
static toDateTime2(s: string, dateTimeOption: XmlDateTimeSerializationMode): DateTime;
|
|
543
|
+
static toDateTime2(s: string): DateTime;
|
|
544
|
+
static toDateTimeOffset2(s: string, format: string): DateTimeOffset;
|
|
545
|
+
static toDateTimeOffset2(s: string, formats: string[]): DateTimeOffset;
|
|
546
|
+
static toDateTimeOffset2(s: string): DateTimeOffset;
|
|
547
|
+
static toDecimal(s: string): decimal;
|
|
548
|
+
static toDouble(s: string): double;
|
|
549
|
+
static toGuid(s: string): Guid;
|
|
550
|
+
static toInt16(s: string): short;
|
|
551
|
+
static toInt32(s: string): int;
|
|
552
|
+
static toInt64(s: string): long;
|
|
553
|
+
static toSByte(s: string): sbyte;
|
|
554
|
+
static toSingle(s: string): float;
|
|
555
|
+
static toString(value: boolean): string;
|
|
556
|
+
static toString(value: byte): string;
|
|
557
|
+
static toString(value: char): string;
|
|
558
|
+
static toString(value: DateTime, format: string): string;
|
|
559
|
+
static toString(value: DateTime, dateTimeOption: XmlDateTimeSerializationMode): string;
|
|
560
|
+
static toString(value: DateTime): string;
|
|
561
|
+
static toString(value: DateTimeOffset, format: string): string;
|
|
562
|
+
static toString(value: DateTimeOffset): string;
|
|
563
|
+
static toString(value: decimal): string;
|
|
564
|
+
static toString(value: double): string;
|
|
565
|
+
static toString(value: Guid): string;
|
|
566
|
+
static toString(value: short): string;
|
|
567
|
+
static toString(value: int): string;
|
|
568
|
+
static toString(value: long): string;
|
|
569
|
+
static toString(value: sbyte): string;
|
|
570
|
+
static toString(value: float): string;
|
|
571
|
+
static toString(value: TimeSpan): string;
|
|
572
|
+
static toString(value: ushort): string;
|
|
573
|
+
static toString(value: uint): string;
|
|
574
|
+
static toString(value: ulong): string;
|
|
575
|
+
static toTimeSpan(s: string): TimeSpan;
|
|
576
|
+
static toUInt16(s: string): ushort;
|
|
577
|
+
static toUInt32(s: string): uint;
|
|
578
|
+
static toUInt64(s: string): ulong;
|
|
579
|
+
static verifyName(name: string): string;
|
|
580
|
+
static verifyNCName(name: string): string;
|
|
581
|
+
static verifyNMTOKEN(name: string): string;
|
|
582
|
+
static verifyPublicId(publicId: string): string;
|
|
583
|
+
static verifyTOKEN(token: string): string;
|
|
584
|
+
static verifyWhitespace(content: string): string;
|
|
585
|
+
static verifyXmlChars(content: string): string;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
|
|
@@ -592,7 +592,7 @@ export class XmlDataDocument$instance extends XmlDocument$instance {
|
|
|
592
592
|
constructor();
|
|
593
593
|
constructor(dataset: DataSet);
|
|
594
594
|
readonly dataSet: DataSet;
|
|
595
|
-
clone():
|
|
595
|
+
clone(): unknown;
|
|
596
596
|
clone(): XmlNode;
|
|
597
597
|
cloneNode(deep: boolean): XmlNode;
|
|
598
598
|
createElement(prefix: string, localName: string, namespaceURI: string): XmlElement;
|
|
@@ -614,9 +614,9 @@ export class XmlDataDocument$instance extends XmlDocument$instance {
|
|
|
614
614
|
|
|
615
615
|
|
|
616
616
|
export interface __XmlDataDocument$views {
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
617
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
618
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
619
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
export type XmlDataDocument = XmlDataDocument$instance & __XmlDataDocument$views;
|
|
@@ -631,7 +631,7 @@ export class XmlDeclaration$instance extends XmlLinkedNode$instance {
|
|
|
631
631
|
standalone: string;
|
|
632
632
|
value: string;
|
|
633
633
|
readonly version: string;
|
|
634
|
-
clone():
|
|
634
|
+
clone(): unknown;
|
|
635
635
|
clone(): XmlNode;
|
|
636
636
|
cloneNode(deep: boolean): XmlNode;
|
|
637
637
|
createNavigator(): XPathNavigator;
|
|
@@ -642,9 +642,9 @@ export class XmlDeclaration$instance extends XmlLinkedNode$instance {
|
|
|
642
642
|
|
|
643
643
|
|
|
644
644
|
export interface __XmlDeclaration$views {
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
645
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
646
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
647
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
export type XmlDeclaration = XmlDeclaration$instance & __XmlDeclaration$views;
|
|
@@ -657,14 +657,16 @@ export class XmlDictionary$instance {
|
|
|
657
657
|
tryLookup(value: string, result: { value: ref<XmlDictionaryString> }): boolean;
|
|
658
658
|
tryLookup(key: int, result: { value: ref<XmlDictionaryString> }): boolean;
|
|
659
659
|
tryLookup(value: XmlDictionaryString, result: { value: ref<XmlDictionaryString> }): boolean;
|
|
660
|
-
static readonly
|
|
660
|
+
static readonly empty: IXmlDictionary;
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
|
|
664
664
|
export interface __XmlDictionary$views {
|
|
665
|
-
|
|
665
|
+
As_IXmlDictionary(): IXmlDictionary$instance;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
+
export interface XmlDictionary$instance extends IXmlDictionary$instance {}
|
|
669
|
+
|
|
668
670
|
export type XmlDictionary = XmlDictionary$instance & __XmlDictionary$views;
|
|
669
671
|
|
|
670
672
|
|
|
@@ -713,10 +715,10 @@ export abstract class XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
713
715
|
readArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, array: TimeSpan[], offset: int, count: int): int;
|
|
714
716
|
readBooleanArray(localName: string, namespaceUri: string): boolean[];
|
|
715
717
|
readBooleanArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): boolean[];
|
|
716
|
-
readContentAs(type_: Type, namespaceResolver: IXmlNamespaceResolver):
|
|
718
|
+
readContentAs(type_: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
|
|
717
719
|
readContentAsBase642(buffer: byte[], index: int, count: int): int;
|
|
718
720
|
readContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
719
|
-
readContentAsChars(chars:
|
|
721
|
+
readContentAsChars(chars: char[], offset: int, count: int): int;
|
|
720
722
|
readContentAsDecimal(): decimal;
|
|
721
723
|
readContentAsFloat(): float;
|
|
722
724
|
readContentAsGuid(): Guid;
|
|
@@ -778,34 +780,34 @@ export abstract class XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
778
780
|
tryGetLocalNameAsDictionaryString(localName: { value: ref<XmlDictionaryString> }): boolean;
|
|
779
781
|
tryGetNamespaceUriAsDictionaryString(namespaceUri: { value: ref<XmlDictionaryString> }): boolean;
|
|
780
782
|
tryGetValueAsDictionaryString(value: { value: ref<XmlDictionaryString> }): boolean;
|
|
781
|
-
static
|
|
782
|
-
static
|
|
783
|
-
static
|
|
784
|
-
static
|
|
785
|
-
static
|
|
786
|
-
static
|
|
787
|
-
static
|
|
788
|
-
static
|
|
789
|
-
static
|
|
790
|
-
static
|
|
791
|
-
static
|
|
792
|
-
static
|
|
793
|
-
static
|
|
794
|
-
static
|
|
795
|
-
static
|
|
796
|
-
static
|
|
797
|
-
static
|
|
798
|
-
static
|
|
799
|
-
static
|
|
800
|
-
static
|
|
801
|
-
static
|
|
802
|
-
static
|
|
803
|
-
static
|
|
783
|
+
static createBinaryReader5(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
784
|
+
static createBinaryReader5(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession): XmlDictionaryReader;
|
|
785
|
+
static createBinaryReader5(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
786
|
+
static createBinaryReader5(buffer: byte[], offset: int, count: int, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
787
|
+
static createBinaryReader5(buffer: byte[], quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
788
|
+
static createBinaryReader5(stream: Stream, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
789
|
+
static createBinaryReader5(stream: Stream, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession): XmlDictionaryReader;
|
|
790
|
+
static createBinaryReader5(stream: Stream, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
791
|
+
static createBinaryReader5(stream: Stream, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
792
|
+
static createDictionaryReader(reader: XmlReader): XmlDictionaryReader;
|
|
793
|
+
static createMtomReader5(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
794
|
+
static createMtomReader5(buffer: byte[], offset: int, count: int, encodings: Encoding[], contentType: string, quotas: XmlDictionaryReaderQuotas, maxBufferSize: int, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
795
|
+
static createMtomReader5(buffer: byte[], offset: int, count: int, encodings: Encoding[], contentType: string, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
796
|
+
static createMtomReader5(buffer: byte[], offset: int, count: int, encodings: Encoding[], quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
797
|
+
static createMtomReader5(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
798
|
+
static createMtomReader5(stream: Stream, encodings: Encoding[], contentType: string, quotas: XmlDictionaryReaderQuotas, maxBufferSize: int, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
799
|
+
static createMtomReader5(stream: Stream, encodings: Encoding[], contentType: string, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
800
|
+
static createMtomReader5(stream: Stream, encodings: Encoding[], quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
801
|
+
static createTextReader3(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
802
|
+
static createTextReader3(buffer: byte[], offset: int, count: int, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
803
|
+
static createTextReader3(buffer: byte[], quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
804
|
+
static createTextReader3(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
|
|
805
|
+
static createTextReader3(stream: Stream, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
|
|
804
806
|
}
|
|
805
807
|
|
|
806
808
|
|
|
807
809
|
export interface __XmlDictionaryReader$views {
|
|
808
|
-
|
|
810
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
809
811
|
}
|
|
810
812
|
|
|
811
813
|
export type XmlDictionaryReader = XmlDictionaryReader$instance & __XmlDictionaryReader$views;
|
|
@@ -820,7 +822,7 @@ export class XmlDictionaryReaderQuotas$instance {
|
|
|
820
822
|
maxStringContentLength: int;
|
|
821
823
|
readonly modifiedQuotas: XmlDictionaryReaderQuotaTypes;
|
|
822
824
|
copyTo(quotas: XmlDictionaryReaderQuotas): void;
|
|
823
|
-
static readonly
|
|
825
|
+
static readonly max: XmlDictionaryReaderQuotas;
|
|
824
826
|
}
|
|
825
827
|
|
|
826
828
|
|
|
@@ -832,7 +834,7 @@ export class XmlDictionaryString$instance {
|
|
|
832
834
|
readonly key: int;
|
|
833
835
|
readonly value: string;
|
|
834
836
|
toString(): string;
|
|
835
|
-
static readonly
|
|
837
|
+
static readonly empty: XmlDictionaryString;
|
|
836
838
|
}
|
|
837
839
|
|
|
838
840
|
|
|
@@ -882,7 +884,7 @@ export abstract class XmlDictionaryWriter$instance extends XmlWriter$instance {
|
|
|
882
884
|
writeStartElement(prefix: string, localName: string, ns: string): void;
|
|
883
885
|
writeStartElement(localName: string): void;
|
|
884
886
|
writeString(text: string): void;
|
|
885
|
-
writeValue(value:
|
|
887
|
+
writeValue(value: unknown): void;
|
|
886
888
|
writeValue(value: string): void;
|
|
887
889
|
writeValue(value: boolean): void;
|
|
888
890
|
writeValue(value: DateTime): void;
|
|
@@ -897,22 +899,22 @@ export abstract class XmlDictionaryWriter$instance extends XmlWriter$instance {
|
|
|
897
899
|
writeXmlAttribute(localName: XmlDictionaryString, value: XmlDictionaryString): void;
|
|
898
900
|
writeXmlnsAttribute(prefix: string, namespaceUri: string): void;
|
|
899
901
|
writeXmlnsAttribute(prefix: string, namespaceUri: XmlDictionaryString): void;
|
|
900
|
-
static
|
|
901
|
-
static
|
|
902
|
-
static
|
|
903
|
-
static
|
|
904
|
-
static
|
|
905
|
-
static
|
|
906
|
-
static
|
|
907
|
-
static
|
|
908
|
-
static
|
|
909
|
-
static
|
|
902
|
+
static createBinaryWriter4(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession, ownsStream: boolean): XmlDictionaryWriter;
|
|
903
|
+
static createBinaryWriter4(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession): XmlDictionaryWriter;
|
|
904
|
+
static createBinaryWriter4(stream: Stream, dictionary: IXmlDictionary): XmlDictionaryWriter;
|
|
905
|
+
static createBinaryWriter4(stream: Stream): XmlDictionaryWriter;
|
|
906
|
+
static createDictionaryWriter(writer: XmlWriter): XmlDictionaryWriter;
|
|
907
|
+
static createMtomWriter2(stream: Stream, encoding: Encoding, maxSizeInBytes: int, startInfo: string, boundary: string, startUri: string, writeMessageHeaders: boolean, ownsStream: boolean): XmlDictionaryWriter;
|
|
908
|
+
static createMtomWriter2(stream: Stream, encoding: Encoding, maxSizeInBytes: int, startInfo: string): XmlDictionaryWriter;
|
|
909
|
+
static createTextWriter3(stream: Stream, encoding: Encoding, ownsStream: boolean): XmlDictionaryWriter;
|
|
910
|
+
static createTextWriter3(stream: Stream, encoding: Encoding): XmlDictionaryWriter;
|
|
911
|
+
static createTextWriter3(stream: Stream): XmlDictionaryWriter;
|
|
910
912
|
}
|
|
911
913
|
|
|
912
914
|
|
|
913
915
|
export interface __XmlDictionaryWriter$views {
|
|
914
|
-
|
|
915
|
-
|
|
916
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
917
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
916
918
|
}
|
|
917
919
|
|
|
918
920
|
export type XmlDictionaryWriter = XmlDictionaryWriter$instance & __XmlDictionaryWriter$views;
|
|
@@ -939,7 +941,7 @@ export class XmlDocument$instance extends XmlNode$instance {
|
|
|
939
941
|
schemas: XmlSchemaSet;
|
|
940
942
|
xmlResolver: XmlResolver;
|
|
941
943
|
clone(): XmlNode;
|
|
942
|
-
clone():
|
|
944
|
+
clone(): unknown;
|
|
943
945
|
cloneNode(deep: boolean): XmlNode;
|
|
944
946
|
createAttribute(name: string): XmlAttribute;
|
|
945
947
|
createAttribute(qualifiedName: string, namespaceURI: string): XmlAttribute;
|
|
@@ -984,9 +986,9 @@ export class XmlDocument$instance extends XmlNode$instance {
|
|
|
984
986
|
|
|
985
987
|
|
|
986
988
|
export interface __XmlDocument$views {
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
989
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
990
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
991
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
990
992
|
}
|
|
991
993
|
|
|
992
994
|
export type XmlDocument = XmlDocument$instance & __XmlDocument$views;
|
|
@@ -1000,7 +1002,7 @@ export class XmlDocumentFragment$instance extends XmlNode$instance {
|
|
|
1000
1002
|
readonly ownerDocument: XmlDocument;
|
|
1001
1003
|
readonly parentNode: XmlNode;
|
|
1002
1004
|
clone(): XmlNode;
|
|
1003
|
-
clone():
|
|
1005
|
+
clone(): unknown;
|
|
1004
1006
|
cloneNode(deep: boolean): XmlNode;
|
|
1005
1007
|
createNavigator(): XPathNavigator;
|
|
1006
1008
|
getEnumerator(): IEnumerator;
|
|
@@ -1010,9 +1012,9 @@ export class XmlDocumentFragment$instance extends XmlNode$instance {
|
|
|
1010
1012
|
|
|
1011
1013
|
|
|
1012
1014
|
export interface __XmlDocumentFragment$views {
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1015
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1016
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1017
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1016
1018
|
}
|
|
1017
1019
|
|
|
1018
1020
|
export type XmlDocumentFragment = XmlDocumentFragment$instance & __XmlDocumentFragment$views;
|
|
@@ -1028,7 +1030,7 @@ export class XmlDocumentType$instance extends XmlLinkedNode$instance {
|
|
|
1028
1030
|
readonly notations: XmlNamedNodeMap;
|
|
1029
1031
|
readonly publicId: string;
|
|
1030
1032
|
readonly systemId: string;
|
|
1031
|
-
clone():
|
|
1033
|
+
clone(): unknown;
|
|
1032
1034
|
clone(): XmlNode;
|
|
1033
1035
|
cloneNode(deep: boolean): XmlNode;
|
|
1034
1036
|
createNavigator(): XPathNavigator;
|
|
@@ -1039,9 +1041,9 @@ export class XmlDocumentType$instance extends XmlLinkedNode$instance {
|
|
|
1039
1041
|
|
|
1040
1042
|
|
|
1041
1043
|
export interface __XmlDocumentType$views {
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1044
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1045
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1046
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1045
1047
|
}
|
|
1046
1048
|
|
|
1047
1049
|
export type XmlDocumentType = XmlDocumentType$instance & __XmlDocumentType$views;
|
|
@@ -1062,7 +1064,7 @@ export class XmlElement$instance extends XmlLinkedNode$instance {
|
|
|
1062
1064
|
readonly parentNode: XmlNode;
|
|
1063
1065
|
prefix: string;
|
|
1064
1066
|
readonly schemaInfo: IXmlSchemaInfo;
|
|
1065
|
-
clone():
|
|
1067
|
+
clone(): unknown;
|
|
1066
1068
|
clone(): XmlNode;
|
|
1067
1069
|
cloneNode(deep: boolean): XmlNode;
|
|
1068
1070
|
createNavigator(): XPathNavigator;
|
|
@@ -1092,9 +1094,9 @@ export class XmlElement$instance extends XmlLinkedNode$instance {
|
|
|
1092
1094
|
|
|
1093
1095
|
|
|
1094
1096
|
export interface __XmlElement$views {
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1097
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1098
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1099
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1098
1100
|
}
|
|
1099
1101
|
|
|
1100
1102
|
export type XmlElement = XmlElement$instance & __XmlElement$views;
|
|
@@ -1113,7 +1115,7 @@ export class XmlEntity$instance extends XmlNode$instance {
|
|
|
1113
1115
|
readonly publicId: string;
|
|
1114
1116
|
readonly systemId: string;
|
|
1115
1117
|
clone(): XmlNode;
|
|
1116
|
-
clone():
|
|
1118
|
+
clone(): unknown;
|
|
1117
1119
|
cloneNode(deep: boolean): XmlNode;
|
|
1118
1120
|
createNavigator(): XPathNavigator;
|
|
1119
1121
|
getEnumerator(): IEnumerator;
|
|
@@ -1123,9 +1125,9 @@ export class XmlEntity$instance extends XmlNode$instance {
|
|
|
1123
1125
|
|
|
1124
1126
|
|
|
1125
1127
|
export interface __XmlEntity$views {
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1128
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1129
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1130
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1129
1131
|
}
|
|
1130
1132
|
|
|
1131
1133
|
export type XmlEntity = XmlEntity$instance & __XmlEntity$views;
|
|
@@ -1138,7 +1140,7 @@ export class XmlEntityReference$instance extends XmlLinkedNode$instance {
|
|
|
1138
1140
|
readonly name: string;
|
|
1139
1141
|
readonly nodeType: XmlNodeType;
|
|
1140
1142
|
value: string;
|
|
1141
|
-
clone():
|
|
1143
|
+
clone(): unknown;
|
|
1142
1144
|
clone(): XmlNode;
|
|
1143
1145
|
cloneNode(deep: boolean): XmlNode;
|
|
1144
1146
|
createNavigator(): XPathNavigator;
|
|
@@ -1149,9 +1151,9 @@ export class XmlEntityReference$instance extends XmlLinkedNode$instance {
|
|
|
1149
1151
|
|
|
1150
1152
|
|
|
1151
1153
|
export interface __XmlEntityReference$views {
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1154
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1155
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1156
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1155
1157
|
}
|
|
1156
1158
|
|
|
1157
1159
|
export type XmlEntityReference = XmlEntityReference$instance & __XmlEntityReference$views;
|
|
@@ -1171,7 +1173,7 @@ export class XmlException$instance extends System_Internal.SystemException$insta
|
|
|
1171
1173
|
|
|
1172
1174
|
|
|
1173
1175
|
export interface __XmlException$views {
|
|
1174
|
-
|
|
1176
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
export type XmlException = XmlException$instance & __XmlException$views;
|
|
@@ -1191,16 +1193,16 @@ export abstract class XmlLinkedNode$instance extends XmlNode$instance {
|
|
|
1191
1193
|
readonly nextSibling: XmlNode;
|
|
1192
1194
|
readonly previousSibling: XmlNode;
|
|
1193
1195
|
clone(): XmlNode;
|
|
1194
|
-
clone():
|
|
1196
|
+
clone(): unknown;
|
|
1195
1197
|
createNavigator(): XPathNavigator;
|
|
1196
1198
|
getEnumerator(): IEnumerator;
|
|
1197
1199
|
}
|
|
1198
1200
|
|
|
1199
1201
|
|
|
1200
1202
|
export interface __XmlLinkedNode$views {
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1203
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1204
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1205
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1204
1206
|
}
|
|
1205
1207
|
|
|
1206
1208
|
export type XmlLinkedNode = XmlLinkedNode$instance & __XmlLinkedNode$views;
|
|
@@ -1219,9 +1221,11 @@ export class XmlNamedNodeMap$instance {
|
|
|
1219
1221
|
|
|
1220
1222
|
|
|
1221
1223
|
export interface __XmlNamedNodeMap$views {
|
|
1222
|
-
|
|
1224
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1223
1225
|
}
|
|
1224
1226
|
|
|
1227
|
+
export interface XmlNamedNodeMap$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
1228
|
+
|
|
1225
1229
|
export type XmlNamedNodeMap = XmlNamedNodeMap$instance & __XmlNamedNodeMap$views;
|
|
1226
1230
|
|
|
1227
1231
|
|
|
@@ -1242,17 +1246,19 @@ export class XmlNamespaceManager$instance {
|
|
|
1242
1246
|
|
|
1243
1247
|
|
|
1244
1248
|
export interface __XmlNamespaceManager$views {
|
|
1245
|
-
|
|
1246
|
-
|
|
1249
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1250
|
+
As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1253
|
+
export interface XmlNamespaceManager$instance extends System_Collections_Internal.IEnumerable$instance, IXmlNamespaceResolver$instance {}
|
|
1254
|
+
|
|
1249
1255
|
export type XmlNamespaceManager = XmlNamespaceManager$instance & __XmlNamespaceManager$views;
|
|
1250
1256
|
|
|
1251
1257
|
|
|
1252
1258
|
export abstract class XmlNameTable$instance {
|
|
1253
|
-
abstract add(array:
|
|
1259
|
+
abstract add(array: char[], offset: int, length: int): string;
|
|
1254
1260
|
abstract add(array: string): string;
|
|
1255
|
-
abstract get_(array:
|
|
1261
|
+
abstract get_(array: char[], offset: int, length: int): string;
|
|
1256
1262
|
abstract get_(array: string): string;
|
|
1257
1263
|
}
|
|
1258
1264
|
|
|
@@ -1309,11 +1315,13 @@ export abstract class XmlNode$instance {
|
|
|
1309
1315
|
|
|
1310
1316
|
|
|
1311
1317
|
export interface __XmlNode$views {
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1318
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1319
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1320
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1315
1321
|
}
|
|
1316
1322
|
|
|
1323
|
+
export interface XmlNode$instance extends System_Collections_Internal.IEnumerable$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {}
|
|
1324
|
+
|
|
1317
1325
|
export type XmlNode = XmlNode$instance & __XmlNode$views;
|
|
1318
1326
|
|
|
1319
1327
|
|
|
@@ -1331,18 +1339,18 @@ export class XmlNodeChangedEventArgs$instance extends System_Internal.EventArgs$
|
|
|
1331
1339
|
export type XmlNodeChangedEventArgs = XmlNodeChangedEventArgs$instance;
|
|
1332
1340
|
|
|
1333
1341
|
export class XmlNodeChangedEventHandler$instance extends Function {
|
|
1334
|
-
constructor(object_:
|
|
1335
|
-
beginInvoke(sender:
|
|
1336
|
-
clone():
|
|
1342
|
+
constructor(object_: unknown, method: nint);
|
|
1343
|
+
beginInvoke(sender: unknown, e: XmlNodeChangedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1344
|
+
clone(): unknown;
|
|
1337
1345
|
endInvoke(result: IAsyncResult): void;
|
|
1338
1346
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1339
|
-
invoke(sender:
|
|
1347
|
+
invoke(sender: unknown, e: XmlNodeChangedEventArgs): void;
|
|
1340
1348
|
}
|
|
1341
1349
|
|
|
1342
1350
|
|
|
1343
1351
|
export interface __XmlNodeChangedEventHandler$views {
|
|
1344
|
-
|
|
1345
|
-
|
|
1352
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1353
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1346
1354
|
}
|
|
1347
1355
|
|
|
1348
1356
|
export type XmlNodeChangedEventHandler = XmlNodeChangedEventHandler$instance & __XmlNodeChangedEventHandler$views;
|
|
@@ -1357,10 +1365,12 @@ export abstract class XmlNodeList$instance {
|
|
|
1357
1365
|
|
|
1358
1366
|
|
|
1359
1367
|
export interface __XmlNodeList$views {
|
|
1360
|
-
|
|
1361
|
-
|
|
1368
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1369
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1362
1370
|
}
|
|
1363
1371
|
|
|
1372
|
+
export interface XmlNodeList$instance extends System_Collections_Internal.IEnumerable$instance, System_Internal.IDisposable$instance {}
|
|
1373
|
+
|
|
1364
1374
|
export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views;
|
|
1365
1375
|
|
|
1366
1376
|
|
|
@@ -1371,7 +1381,7 @@ export class XmlNodeReader$instance extends XmlReader$instance {
|
|
|
1371
1381
|
readonly canReadBinaryContent: boolean;
|
|
1372
1382
|
readonly canResolveEntity: boolean;
|
|
1373
1383
|
readonly depth: int;
|
|
1374
|
-
readonly
|
|
1384
|
+
readonly EOF: boolean;
|
|
1375
1385
|
readonly hasAttributes: boolean;
|
|
1376
1386
|
readonly hasValue: boolean;
|
|
1377
1387
|
readonly isDefault: boolean;
|
|
@@ -1412,8 +1422,8 @@ export class XmlNodeReader$instance extends XmlReader$instance {
|
|
|
1412
1422
|
|
|
1413
1423
|
|
|
1414
1424
|
export interface __XmlNodeReader$views {
|
|
1415
|
-
|
|
1416
|
-
|
|
1425
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1426
|
+
As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
|
|
1417
1427
|
}
|
|
1418
1428
|
|
|
1419
1429
|
export type XmlNodeReader = XmlNodeReader$instance & __XmlNodeReader$views;
|
|
@@ -1429,7 +1439,7 @@ export class XmlNotation$instance extends XmlNode$instance {
|
|
|
1429
1439
|
readonly publicId: string;
|
|
1430
1440
|
readonly systemId: string;
|
|
1431
1441
|
clone(): XmlNode;
|
|
1432
|
-
clone():
|
|
1442
|
+
clone(): unknown;
|
|
1433
1443
|
cloneNode(deep: boolean): XmlNode;
|
|
1434
1444
|
createNavigator(): XPathNavigator;
|
|
1435
1445
|
getEnumerator(): IEnumerator;
|
|
@@ -1439,9 +1449,9 @@ export class XmlNotation$instance extends XmlNode$instance {
|
|
|
1439
1449
|
|
|
1440
1450
|
|
|
1441
1451
|
export interface __XmlNotation$views {
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1452
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1453
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1454
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1445
1455
|
}
|
|
1446
1456
|
|
|
1447
1457
|
export type XmlNotation = XmlNotation$instance & __XmlNotation$views;
|
|
@@ -1475,7 +1485,7 @@ export class XmlProcessingInstruction$instance extends XmlLinkedNode$instance {
|
|
|
1475
1485
|
readonly nodeType: XmlNodeType;
|
|
1476
1486
|
readonly target: string;
|
|
1477
1487
|
value: string;
|
|
1478
|
-
clone():
|
|
1488
|
+
clone(): unknown;
|
|
1479
1489
|
clone(): XmlNode;
|
|
1480
1490
|
cloneNode(deep: boolean): XmlNode;
|
|
1481
1491
|
createNavigator(): XPathNavigator;
|
|
@@ -1486,9 +1496,9 @@ export class XmlProcessingInstruction$instance extends XmlLinkedNode$instance {
|
|
|
1486
1496
|
|
|
1487
1497
|
|
|
1488
1498
|
export interface __XmlProcessingInstruction$views {
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1499
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1500
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1501
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1492
1502
|
}
|
|
1493
1503
|
|
|
1494
1504
|
export type XmlProcessingInstruction = XmlProcessingInstruction$instance & __XmlProcessingInstruction$views;
|
|
@@ -1501,11 +1511,11 @@ export class XmlQualifiedName$instance {
|
|
|
1501
1511
|
readonly isEmpty: boolean;
|
|
1502
1512
|
readonly name: string;
|
|
1503
1513
|
readonly namespace_: string;
|
|
1504
|
-
equals(other:
|
|
1514
|
+
equals(other: unknown): boolean;
|
|
1505
1515
|
getHashCode(): int;
|
|
1506
1516
|
toString(): string;
|
|
1507
1517
|
static readonly empty: XmlQualifiedName;
|
|
1508
|
-
static
|
|
1518
|
+
static toString(name: string, ns: string): string;
|
|
1509
1519
|
}
|
|
1510
1520
|
|
|
1511
1521
|
|
|
@@ -1518,7 +1528,7 @@ export abstract class XmlReader$instance {
|
|
|
1518
1528
|
readonly canReadValueChunk: boolean;
|
|
1519
1529
|
readonly canResolveEntity: boolean;
|
|
1520
1530
|
readonly depth: int;
|
|
1521
|
-
readonly
|
|
1531
|
+
readonly EOF: boolean;
|
|
1522
1532
|
readonly hasAttributes: boolean;
|
|
1523
1533
|
readonly hasValue: boolean;
|
|
1524
1534
|
readonly isDefault: boolean;
|
|
@@ -1529,7 +1539,7 @@ export abstract class XmlReader$instance {
|
|
|
1529
1539
|
readonly nameTable: XmlNameTable;
|
|
1530
1540
|
readonly nodeType: XmlNodeType;
|
|
1531
1541
|
readonly prefix: string;
|
|
1532
|
-
readonly quoteChar:
|
|
1542
|
+
readonly quoteChar: char;
|
|
1533
1543
|
readonly readState: ReadState;
|
|
1534
1544
|
readonly schemaInfo: IXmlSchemaInfo;
|
|
1535
1545
|
readonly settings: XmlReaderSettings;
|
|
@@ -1561,8 +1571,8 @@ export abstract class XmlReader$instance {
|
|
|
1561
1571
|
abstract read(): boolean;
|
|
1562
1572
|
readAsync(): Task_1<CLROf<boolean>>;
|
|
1563
1573
|
abstract readAttributeValue(): boolean;
|
|
1564
|
-
readContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver):
|
|
1565
|
-
readContentAsAsync(returnType: Type, namespaceResolver: IXmlNamespaceResolver): Task_1<
|
|
1574
|
+
readContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
|
|
1575
|
+
readContentAsAsync(returnType: Type, namespaceResolver: IXmlNamespaceResolver): Task_1<unknown>;
|
|
1566
1576
|
readContentAsBase64(buffer: byte[], index: int, count: int): int;
|
|
1567
1577
|
readContentAsBase64Async(buffer: byte[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1568
1578
|
readContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
@@ -1575,13 +1585,13 @@ export abstract class XmlReader$instance {
|
|
|
1575
1585
|
readContentAsFloat(): float;
|
|
1576
1586
|
readContentAsInt(): int;
|
|
1577
1587
|
readContentAsLong(): long;
|
|
1578
|
-
readContentAsObject():
|
|
1579
|
-
readContentAsObjectAsync(): Task_1<
|
|
1588
|
+
readContentAsObject(): unknown;
|
|
1589
|
+
readContentAsObjectAsync(): Task_1<unknown>;
|
|
1580
1590
|
readContentAsString(): string;
|
|
1581
1591
|
readContentAsStringAsync(): Task_1<CLROf<string>>;
|
|
1582
|
-
readElementContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver):
|
|
1583
|
-
readElementContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver, localName: string, namespaceURI: string):
|
|
1584
|
-
readElementContentAsAsync(returnType: Type, namespaceResolver: IXmlNamespaceResolver): Task_1<
|
|
1592
|
+
readElementContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
|
|
1593
|
+
readElementContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver, localName: string, namespaceURI: string): unknown;
|
|
1594
|
+
readElementContentAsAsync(returnType: Type, namespaceResolver: IXmlNamespaceResolver): Task_1<unknown>;
|
|
1585
1595
|
readElementContentAsBase64(buffer: byte[], index: int, count: int): int;
|
|
1586
1596
|
readElementContentAsBase64Async(buffer: byte[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1587
1597
|
readElementContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
@@ -1600,9 +1610,9 @@ export abstract class XmlReader$instance {
|
|
|
1600
1610
|
readElementContentAsInt(localName: string, namespaceURI: string): int;
|
|
1601
1611
|
readElementContentAsLong(): long;
|
|
1602
1612
|
readElementContentAsLong(localName: string, namespaceURI: string): long;
|
|
1603
|
-
readElementContentAsObject():
|
|
1604
|
-
readElementContentAsObject(localName: string, namespaceURI: string):
|
|
1605
|
-
readElementContentAsObjectAsync(): Task_1<
|
|
1613
|
+
readElementContentAsObject(): unknown;
|
|
1614
|
+
readElementContentAsObject(localName: string, namespaceURI: string): unknown;
|
|
1615
|
+
readElementContentAsObjectAsync(): Task_1<unknown>;
|
|
1606
1616
|
readElementContentAsString(): string;
|
|
1607
1617
|
readElementContentAsString(localName: string, namespaceURI: string): string;
|
|
1608
1618
|
readElementContentAsStringAsync(): Task_1<CLROf<string>>;
|
|
@@ -1625,32 +1635,34 @@ export abstract class XmlReader$instance {
|
|
|
1625
1635
|
readToFollowing(localName: string, namespaceURI: string): boolean;
|
|
1626
1636
|
readToNextSibling(name: string): boolean;
|
|
1627
1637
|
readToNextSibling(localName: string, namespaceURI: string): boolean;
|
|
1628
|
-
readValueChunk(buffer:
|
|
1629
|
-
readValueChunkAsync(buffer:
|
|
1638
|
+
readValueChunk(buffer: char[], index: int, count: int): int;
|
|
1639
|
+
readValueChunkAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1630
1640
|
abstract resolveEntity(): void;
|
|
1631
1641
|
skip(): void;
|
|
1632
1642
|
skipAsync(): Task;
|
|
1633
|
-
static
|
|
1634
|
-
static
|
|
1635
|
-
static
|
|
1636
|
-
static
|
|
1637
|
-
static
|
|
1638
|
-
static
|
|
1639
|
-
static
|
|
1640
|
-
static
|
|
1641
|
-
static
|
|
1642
|
-
static
|
|
1643
|
-
static
|
|
1644
|
-
static
|
|
1645
|
-
static
|
|
1646
|
-
static
|
|
1643
|
+
static create6(input: Stream, settings: XmlReaderSettings, baseUri: string): XmlReader;
|
|
1644
|
+
static create6(input: Stream, settings: XmlReaderSettings, inputContext: XmlParserContext): XmlReader;
|
|
1645
|
+
static create6(input: Stream, settings: XmlReaderSettings): XmlReader;
|
|
1646
|
+
static create6(input: Stream): XmlReader;
|
|
1647
|
+
static create6(input: TextReader, settings: XmlReaderSettings, baseUri: string): XmlReader;
|
|
1648
|
+
static create6(input: TextReader, settings: XmlReaderSettings, inputContext: XmlParserContext): XmlReader;
|
|
1649
|
+
static create6(input: TextReader, settings: XmlReaderSettings): XmlReader;
|
|
1650
|
+
static create6(input: TextReader): XmlReader;
|
|
1651
|
+
static create6(inputUri: string, settings: XmlReaderSettings, inputContext: XmlParserContext): XmlReader;
|
|
1652
|
+
static create6(inputUri: string, settings: XmlReaderSettings): XmlReader;
|
|
1653
|
+
static create6(inputUri: string): XmlReader;
|
|
1654
|
+
static create6(reader: XmlReader, settings: XmlReaderSettings): XmlReader;
|
|
1655
|
+
static isName(str: string): boolean;
|
|
1656
|
+
static isNameToken(str: string): boolean;
|
|
1647
1657
|
}
|
|
1648
1658
|
|
|
1649
1659
|
|
|
1650
1660
|
export interface __XmlReader$views {
|
|
1651
|
-
|
|
1661
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1652
1662
|
}
|
|
1653
1663
|
|
|
1664
|
+
export interface XmlReader$instance extends System_Internal.IDisposable$instance {}
|
|
1665
|
+
|
|
1654
1666
|
export type XmlReader = XmlReader$instance & __XmlReader$views;
|
|
1655
1667
|
|
|
1656
1668
|
|
|
@@ -1683,12 +1695,12 @@ export type XmlReaderSettings = XmlReaderSettings$instance;
|
|
|
1683
1695
|
|
|
1684
1696
|
export abstract class XmlResolver$instance {
|
|
1685
1697
|
credentials: ICredentials;
|
|
1686
|
-
abstract getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type):
|
|
1687
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
1698
|
+
abstract getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown;
|
|
1699
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
1688
1700
|
resolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
1689
1701
|
supportsType(absoluteUri: Uri, type_: Type): boolean;
|
|
1690
|
-
static readonly
|
|
1691
|
-
static readonly
|
|
1702
|
+
static readonly fileSystemResolver: XmlResolver;
|
|
1703
|
+
static readonly throwingResolver: XmlResolver;
|
|
1692
1704
|
}
|
|
1693
1705
|
|
|
1694
1706
|
|
|
@@ -1697,9 +1709,9 @@ export type XmlResolver = XmlResolver$instance;
|
|
|
1697
1709
|
export class XmlSecureResolver$instance extends XmlResolver$instance {
|
|
1698
1710
|
constructor(resolver: XmlResolver, securityUrl: string);
|
|
1699
1711
|
credentials: ICredentials;
|
|
1700
|
-
getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type):
|
|
1701
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
1702
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
1712
|
+
getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown;
|
|
1713
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
1714
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
1703
1715
|
resolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
1704
1716
|
}
|
|
1705
1717
|
|
|
@@ -1713,7 +1725,7 @@ export class XmlSignificantWhitespace$instance extends XmlCharacterData$instance
|
|
|
1713
1725
|
readonly parentNode: XmlNode;
|
|
1714
1726
|
readonly previousText: XmlNode;
|
|
1715
1727
|
value: string;
|
|
1716
|
-
clone():
|
|
1728
|
+
clone(): unknown;
|
|
1717
1729
|
clone(): XmlNode;
|
|
1718
1730
|
cloneNode(deep: boolean): XmlNode;
|
|
1719
1731
|
createNavigator(): XPathNavigator;
|
|
@@ -1724,9 +1736,9 @@ export class XmlSignificantWhitespace$instance extends XmlCharacterData$instance
|
|
|
1724
1736
|
|
|
1725
1737
|
|
|
1726
1738
|
export interface __XmlSignificantWhitespace$views {
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1739
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1740
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1741
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1730
1742
|
}
|
|
1731
1743
|
|
|
1732
1744
|
export type XmlSignificantWhitespace = XmlSignificantWhitespace$instance & __XmlSignificantWhitespace$views;
|
|
@@ -1739,7 +1751,7 @@ export class XmlText$instance extends XmlCharacterData$instance {
|
|
|
1739
1751
|
readonly parentNode: XmlNode;
|
|
1740
1752
|
readonly previousText: XmlNode;
|
|
1741
1753
|
value: string;
|
|
1742
|
-
clone():
|
|
1754
|
+
clone(): unknown;
|
|
1743
1755
|
clone(): XmlNode;
|
|
1744
1756
|
cloneNode(deep: boolean): XmlNode;
|
|
1745
1757
|
createNavigator(): XPathNavigator;
|
|
@@ -1751,9 +1763,9 @@ export class XmlText$instance extends XmlCharacterData$instance {
|
|
|
1751
1763
|
|
|
1752
1764
|
|
|
1753
1765
|
export interface __XmlText$views {
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1766
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1767
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1768
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1757
1769
|
}
|
|
1758
1770
|
|
|
1759
1771
|
export type XmlText = XmlText$instance & __XmlText$views;
|
|
@@ -1781,7 +1793,7 @@ export class XmlTextReader$instance extends XmlReader$instance {
|
|
|
1781
1793
|
dtdProcessing: DtdProcessing;
|
|
1782
1794
|
readonly encoding: Encoding;
|
|
1783
1795
|
entityHandling: EntityHandling;
|
|
1784
|
-
readonly
|
|
1796
|
+
readonly EOF: boolean;
|
|
1785
1797
|
readonly hasValue: boolean;
|
|
1786
1798
|
readonly isDefault: boolean;
|
|
1787
1799
|
readonly isEmptyElement: boolean;
|
|
@@ -1796,7 +1808,7 @@ export class XmlTextReader$instance extends XmlReader$instance {
|
|
|
1796
1808
|
normalization: boolean;
|
|
1797
1809
|
readonly prefix: string;
|
|
1798
1810
|
prohibitDtd: boolean;
|
|
1799
|
-
readonly quoteChar:
|
|
1811
|
+
readonly quoteChar: char;
|
|
1800
1812
|
readonly readState: ReadState;
|
|
1801
1813
|
readonly value: string;
|
|
1802
1814
|
whitespaceHandling: WhitespaceHandling;
|
|
@@ -1822,7 +1834,7 @@ export class XmlTextReader$instance extends XmlReader$instance {
|
|
|
1822
1834
|
readAttributeValue(): boolean;
|
|
1823
1835
|
readBase64(array: byte[], offset: int, len: int): int;
|
|
1824
1836
|
readBinHex(array: byte[], offset: int, len: int): int;
|
|
1825
|
-
readChars(buffer:
|
|
1837
|
+
readChars(buffer: char[], index: int, count: int): int;
|
|
1826
1838
|
readContentAsBase64(buffer: byte[], index: int, count: int): int;
|
|
1827
1839
|
readContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
1828
1840
|
readElementContentAsBase64(buffer: byte[], index: int, count: int): int;
|
|
@@ -1835,11 +1847,13 @@ export class XmlTextReader$instance extends XmlReader$instance {
|
|
|
1835
1847
|
|
|
1836
1848
|
|
|
1837
1849
|
export interface __XmlTextReader$views {
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1850
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1851
|
+
As_IXmlLineInfo(): IXmlLineInfo$instance;
|
|
1852
|
+
As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
|
|
1841
1853
|
}
|
|
1842
1854
|
|
|
1855
|
+
export interface XmlTextReader$instance extends IXmlLineInfo$instance {}
|
|
1856
|
+
|
|
1843
1857
|
export type XmlTextReader = XmlTextReader$instance & __XmlTextReader$views;
|
|
1844
1858
|
|
|
1845
1859
|
|
|
@@ -1850,9 +1864,9 @@ export class XmlTextWriter$instance extends XmlWriter$instance {
|
|
|
1850
1864
|
readonly baseStream: Stream;
|
|
1851
1865
|
formatting: Formatting;
|
|
1852
1866
|
indentation: int;
|
|
1853
|
-
indentChar:
|
|
1867
|
+
indentChar: char;
|
|
1854
1868
|
namespaces: boolean;
|
|
1855
|
-
quoteChar:
|
|
1869
|
+
quoteChar: char;
|
|
1856
1870
|
readonly writeState: WriteState;
|
|
1857
1871
|
readonly xmlLang: string;
|
|
1858
1872
|
readonly xmlSpace: XmlSpace;
|
|
@@ -1864,8 +1878,8 @@ export class XmlTextWriter$instance extends XmlWriter$instance {
|
|
|
1864
1878
|
writeBase64(buffer: byte[], index: int, count: int): void;
|
|
1865
1879
|
writeBinHex(buffer: byte[], index: int, count: int): void;
|
|
1866
1880
|
writeCData(text: string): void;
|
|
1867
|
-
writeCharEntity(ch:
|
|
1868
|
-
writeChars(buffer:
|
|
1881
|
+
writeCharEntity(ch: char): void;
|
|
1882
|
+
writeChars(buffer: char[], index: int, count: int): void;
|
|
1869
1883
|
writeComment(text: string): void;
|
|
1870
1884
|
writeDocType(name: string, pubid: string, sysid: string, subset: string): void;
|
|
1871
1885
|
writeEndAttribute(): void;
|
|
@@ -1877,7 +1891,7 @@ export class XmlTextWriter$instance extends XmlWriter$instance {
|
|
|
1877
1891
|
writeNmToken(name: string): void;
|
|
1878
1892
|
writeProcessingInstruction(name: string, text: string): void;
|
|
1879
1893
|
writeQualifiedName(localName: string, ns: string): void;
|
|
1880
|
-
writeRaw(buffer:
|
|
1894
|
+
writeRaw(buffer: char[], index: int, count: int): void;
|
|
1881
1895
|
writeRaw(data: string): void;
|
|
1882
1896
|
writeStartAttribute(prefix: string, localName: string, ns: string): void;
|
|
1883
1897
|
writeStartAttribute(localName: string, ns: string): void;
|
|
@@ -1888,14 +1902,14 @@ export class XmlTextWriter$instance extends XmlWriter$instance {
|
|
|
1888
1902
|
writeStartElement(localName: string, ns: string): void;
|
|
1889
1903
|
writeStartElement(localName: string): void;
|
|
1890
1904
|
writeString(text: string): void;
|
|
1891
|
-
writeSurrogateCharEntity(lowChar:
|
|
1905
|
+
writeSurrogateCharEntity(lowChar: char, highChar: char): void;
|
|
1892
1906
|
writeWhitespace(ws: string): void;
|
|
1893
1907
|
}
|
|
1894
1908
|
|
|
1895
1909
|
|
|
1896
1910
|
export interface __XmlTextWriter$views {
|
|
1897
|
-
|
|
1898
|
-
|
|
1911
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
1912
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1899
1913
|
}
|
|
1900
1914
|
|
|
1901
1915
|
export type XmlTextWriter = XmlTextWriter$instance & __XmlTextWriter$views;
|
|
@@ -1906,9 +1920,9 @@ export class XmlUrlResolver$instance extends XmlResolver$instance {
|
|
|
1906
1920
|
cachePolicy: RequestCachePolicy;
|
|
1907
1921
|
credentials: ICredentials;
|
|
1908
1922
|
proxy: IWebProxy;
|
|
1909
|
-
getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type):
|
|
1910
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
1911
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
1923
|
+
getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown;
|
|
1924
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
1925
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
1912
1926
|
resolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
1913
1927
|
}
|
|
1914
1928
|
|
|
@@ -1926,7 +1940,7 @@ export class XmlValidatingReader$instance extends XmlReader$instance {
|
|
|
1926
1940
|
readonly depth: int;
|
|
1927
1941
|
readonly encoding: Encoding;
|
|
1928
1942
|
entityHandling: EntityHandling;
|
|
1929
|
-
readonly
|
|
1943
|
+
readonly EOF: boolean;
|
|
1930
1944
|
readonly hasValue: boolean;
|
|
1931
1945
|
readonly isDefault: boolean;
|
|
1932
1946
|
readonly isEmptyElement: boolean;
|
|
@@ -1939,11 +1953,11 @@ export class XmlValidatingReader$instance extends XmlReader$instance {
|
|
|
1939
1953
|
readonly nameTable: XmlNameTable;
|
|
1940
1954
|
readonly nodeType: XmlNodeType;
|
|
1941
1955
|
readonly prefix: string;
|
|
1942
|
-
readonly quoteChar:
|
|
1956
|
+
readonly quoteChar: char;
|
|
1943
1957
|
readonly reader: XmlReader;
|
|
1944
1958
|
readonly readState: ReadState;
|
|
1945
1959
|
readonly schemas: XmlSchemaCollection;
|
|
1946
|
-
readonly schemaType:
|
|
1960
|
+
readonly schemaType: unknown;
|
|
1947
1961
|
validationType: ValidationType;
|
|
1948
1962
|
readonly value: string;
|
|
1949
1963
|
readonly xmlLang: string;
|
|
@@ -1969,17 +1983,19 @@ export class XmlValidatingReader$instance extends XmlReader$instance {
|
|
|
1969
1983
|
readElementContentAsBase64(buffer: byte[], index: int, count: int): int;
|
|
1970
1984
|
readElementContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
1971
1985
|
readString(): string;
|
|
1972
|
-
readTypedValue():
|
|
1986
|
+
readTypedValue(): unknown;
|
|
1973
1987
|
resolveEntity(): void;
|
|
1974
1988
|
}
|
|
1975
1989
|
|
|
1976
1990
|
|
|
1977
1991
|
export interface __XmlValidatingReader$views {
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1992
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1993
|
+
As_IXmlLineInfo(): IXmlLineInfo$instance;
|
|
1994
|
+
As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
|
|
1981
1995
|
}
|
|
1982
1996
|
|
|
1997
|
+
export interface XmlValidatingReader$instance extends IXmlLineInfo$instance {}
|
|
1998
|
+
|
|
1983
1999
|
export type XmlValidatingReader = XmlValidatingReader$instance & __XmlValidatingReader$views;
|
|
1984
2000
|
|
|
1985
2001
|
|
|
@@ -1990,7 +2006,7 @@ export class XmlWhitespace$instance extends XmlCharacterData$instance {
|
|
|
1990
2006
|
readonly parentNode: XmlNode;
|
|
1991
2007
|
readonly previousText: XmlNode;
|
|
1992
2008
|
value: string;
|
|
1993
|
-
clone():
|
|
2009
|
+
clone(): unknown;
|
|
1994
2010
|
clone(): XmlNode;
|
|
1995
2011
|
cloneNode(deep: boolean): XmlNode;
|
|
1996
2012
|
createNavigator(): XPathNavigator;
|
|
@@ -2001,9 +2017,9 @@ export class XmlWhitespace$instance extends XmlCharacterData$instance {
|
|
|
2001
2017
|
|
|
2002
2018
|
|
|
2003
2019
|
export interface __XmlWhitespace$views {
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2020
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2021
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2022
|
+
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
2007
2023
|
}
|
|
2008
2024
|
|
|
2009
2025
|
export type XmlWhitespace = XmlWhitespace$instance & __XmlWhitespace$views;
|
|
@@ -2032,10 +2048,10 @@ export abstract class XmlWriter$instance {
|
|
|
2032
2048
|
writeBinHexAsync(buffer: byte[], index: int, count: int): Task;
|
|
2033
2049
|
abstract writeCData(text: string): void;
|
|
2034
2050
|
writeCDataAsync(text: string): Task;
|
|
2035
|
-
abstract writeCharEntity(ch:
|
|
2036
|
-
writeCharEntityAsync(ch:
|
|
2037
|
-
abstract writeChars(buffer:
|
|
2038
|
-
writeCharsAsync(buffer:
|
|
2051
|
+
abstract writeCharEntity(ch: char): void;
|
|
2052
|
+
writeCharEntityAsync(ch: char): Task;
|
|
2053
|
+
abstract writeChars(buffer: char[], index: int, count: int): void;
|
|
2054
|
+
writeCharsAsync(buffer: char[], index: int, count: int): Task;
|
|
2039
2055
|
abstract writeComment(text: string): void;
|
|
2040
2056
|
writeCommentAsync(text: string): Task;
|
|
2041
2057
|
abstract writeDocType(name: string, pubid: string, sysid: string, subset: string): void;
|
|
@@ -2065,9 +2081,9 @@ export abstract class XmlWriter$instance {
|
|
|
2065
2081
|
writeProcessingInstructionAsync(name: string, text: string): Task;
|
|
2066
2082
|
writeQualifiedName(localName: string, ns: string): void;
|
|
2067
2083
|
writeQualifiedNameAsync(localName: string, ns: string): Task;
|
|
2068
|
-
abstract writeRaw(buffer:
|
|
2084
|
+
abstract writeRaw(buffer: char[], index: int, count: int): void;
|
|
2069
2085
|
abstract writeRaw(data: string): void;
|
|
2070
|
-
writeRawAsync(buffer:
|
|
2086
|
+
writeRawAsync(buffer: char[], index: int, count: int): Task;
|
|
2071
2087
|
writeRawAsync(data: string): Task;
|
|
2072
2088
|
writeStartAttribute(localName: string, ns: string): void;
|
|
2073
2089
|
writeStartAttribute(prefix: string, localName: string, ns: string): void;
|
|
@@ -2082,9 +2098,9 @@ export abstract class XmlWriter$instance {
|
|
|
2082
2098
|
writeStartElementAsync(prefix: string, localName: string, ns: string): Task;
|
|
2083
2099
|
abstract writeString(text: string): void;
|
|
2084
2100
|
writeStringAsync(text: string): Task;
|
|
2085
|
-
abstract writeSurrogateCharEntity(lowChar:
|
|
2086
|
-
writeSurrogateCharEntityAsync(lowChar:
|
|
2087
|
-
writeValue(value:
|
|
2101
|
+
abstract writeSurrogateCharEntity(lowChar: char, highChar: char): void;
|
|
2102
|
+
writeSurrogateCharEntityAsync(lowChar: char, highChar: char): Task;
|
|
2103
|
+
writeValue(value: unknown): void;
|
|
2088
2104
|
writeValue(value: string): void;
|
|
2089
2105
|
writeValue(value: boolean): void;
|
|
2090
2106
|
writeValue(value: DateTime): void;
|
|
@@ -2096,24 +2112,26 @@ export abstract class XmlWriter$instance {
|
|
|
2096
2112
|
writeValue(value: long): void;
|
|
2097
2113
|
abstract writeWhitespace(ws: string): void;
|
|
2098
2114
|
writeWhitespaceAsync(ws: string): Task;
|
|
2099
|
-
static
|
|
2100
|
-
static
|
|
2101
|
-
static
|
|
2102
|
-
static
|
|
2103
|
-
static
|
|
2104
|
-
static
|
|
2105
|
-
static
|
|
2106
|
-
static
|
|
2107
|
-
static
|
|
2108
|
-
static
|
|
2115
|
+
static create4(output: Stream, settings: XmlWriterSettings): XmlWriter;
|
|
2116
|
+
static create4(output: Stream): XmlWriter;
|
|
2117
|
+
static create4(output: TextWriter, settings: XmlWriterSettings): XmlWriter;
|
|
2118
|
+
static create4(output: TextWriter): XmlWriter;
|
|
2119
|
+
static create4(outputFileName: string, settings: XmlWriterSettings): XmlWriter;
|
|
2120
|
+
static create4(outputFileName: string): XmlWriter;
|
|
2121
|
+
static create4(output: StringBuilder, settings: XmlWriterSettings): XmlWriter;
|
|
2122
|
+
static create4(output: StringBuilder): XmlWriter;
|
|
2123
|
+
static create4(output: XmlWriter, settings: XmlWriterSettings): XmlWriter;
|
|
2124
|
+
static create4(output: XmlWriter): XmlWriter;
|
|
2109
2125
|
}
|
|
2110
2126
|
|
|
2111
2127
|
|
|
2112
2128
|
export interface __XmlWriter$views {
|
|
2113
|
-
|
|
2114
|
-
|
|
2129
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
2130
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2115
2131
|
}
|
|
2116
2132
|
|
|
2133
|
+
export interface XmlWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
2134
|
+
|
|
2117
2135
|
export type XmlWriter = XmlWriter$instance & __XmlWriter$views;
|
|
2118
2136
|
|
|
2119
2137
|
|