@tsonic/dotnet 0.8.2 → 0.8.4
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.Buffers.d.ts +3 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Frozen.d.ts +3 -0
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Generic.d.ts +3 -0
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.Immutable.d.ts +3 -0
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.Common.d.ts +3 -0
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Data.d.ts +3 -0
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.Metrics.d.ts +3 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Diagnostics.d.ts +3 -0
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.Globalization.d.ts +3 -0
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Compression.d.ts +3 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipelines.d.ts +3 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +3 -0
- package/System.IO.d.ts +3 -0
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Linq.d.ts +3 -0
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Json.d.ts +3 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.Sockets.d.ts +3 -0
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Numerics.d.ts +3 -0
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
- package/System.Reflection.Metadata.d.ts +3 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.d.ts +3 -0
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.InteropServices.d.ts +3 -0
- package/System.Runtime.Intrinsics.d.ts +3 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Serialization.Json.d.ts +3 -0
- package/System.Runtime.Serialization.d.ts +3 -0
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/bindings.json +4212 -4212
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema.d.ts +3 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
- package/System.Text.Json.d.ts +3 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Text.d.ts +3 -0
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Dataflow.d.ts +3 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Threading.Tasks.d.ts +3 -0
- package/System.Threading.d.ts +3 -0
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Linq.d.ts +3 -0
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Schema.d.ts +3 -0
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.XPath.d.ts +3 -0
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/System.d.ts +3 -0
- package/__internal/extensions/index.d.ts +2516 -2196
- package/package.json +2 -2
|
@@ -158,7 +158,7 @@ export enum XmlTypeCode {
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
export type ValidationEventHandler = (sender: unknown
|
|
161
|
+
export type ValidationEventHandler = (sender: unknown, e: ValidationEventArgs) => void;
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
export type XmlValueGetter = () => unknown;
|
|
@@ -204,7 +204,7 @@ export interface XmlAtomicValue$instance extends XPathItem {
|
|
|
204
204
|
readonly xmlType: XmlSchemaType | XmlSchemaType | undefined;
|
|
205
205
|
clone(): XmlAtomicValue;
|
|
206
206
|
toString(): string;
|
|
207
|
-
valueAs(type_: Type, nsResolver: IXmlNamespaceResolver
|
|
207
|
+
valueAs(type_: Type, nsResolver: IXmlNamespaceResolver): unknown;
|
|
208
208
|
valueAs(returnType: Type): unknown;
|
|
209
209
|
}
|
|
210
210
|
|
|
@@ -236,17 +236,19 @@ export interface XmlSchema$instance extends XmlSchemaObject {
|
|
|
236
236
|
readonly items: XmlSchemaObjectCollection;
|
|
237
237
|
readonly notations: XmlSchemaObjectTable;
|
|
238
238
|
readonly schemaTypes: XmlSchemaObjectTable;
|
|
239
|
-
targetNamespace: string | undefined;
|
|
240
|
-
|
|
239
|
+
get targetNamespace(): string | undefined;
|
|
240
|
+
set targetNamespace(value: string);
|
|
241
|
+
get unhandledAttributes(): XmlAttribute[] | undefined;
|
|
242
|
+
set unhandledAttributes(value: XmlAttribute[]);
|
|
241
243
|
version: string;
|
|
242
244
|
compile(validationEventHandler: ValidationEventHandler): void;
|
|
243
245
|
compile(validationEventHandler: ValidationEventHandler, resolver: XmlResolver): void;
|
|
244
246
|
write(stream: Stream): void;
|
|
245
|
-
write(stream: Stream, namespaceManager: XmlNamespaceManager
|
|
247
|
+
write(stream: Stream, namespaceManager: XmlNamespaceManager): void;
|
|
246
248
|
write(writer: TextWriter): void;
|
|
247
|
-
write(writer: TextWriter, namespaceManager: XmlNamespaceManager
|
|
249
|
+
write(writer: TextWriter, namespaceManager: XmlNamespaceManager): void;
|
|
248
250
|
write(writer: XmlWriter): void;
|
|
249
|
-
write(writer: XmlWriter, namespaceManager: XmlNamespaceManager
|
|
251
|
+
write(writer: XmlWriter, namespaceManager: XmlNamespaceManager): void;
|
|
250
252
|
}
|
|
251
253
|
|
|
252
254
|
|
|
@@ -254,9 +256,9 @@ export const XmlSchema: {
|
|
|
254
256
|
new(): XmlSchema;
|
|
255
257
|
readonly namespace_: string;
|
|
256
258
|
readonly instanceNamespace: string;
|
|
257
|
-
read(stream: Stream, validationEventHandler: ValidationEventHandler): XmlSchema;
|
|
258
|
-
read(reader: TextReader, validationEventHandler: ValidationEventHandler): XmlSchema;
|
|
259
|
-
read(reader: XmlReader, validationEventHandler: ValidationEventHandler): XmlSchema;
|
|
259
|
+
read(stream: Stream, validationEventHandler: ValidationEventHandler): XmlSchema | undefined;
|
|
260
|
+
read(reader: TextReader, validationEventHandler: ValidationEventHandler): XmlSchema | undefined;
|
|
261
|
+
read(reader: XmlReader, validationEventHandler: ValidationEventHandler): XmlSchema | undefined;
|
|
260
262
|
};
|
|
261
263
|
|
|
262
264
|
|
|
@@ -275,9 +277,11 @@ export const XmlSchemaAll: {
|
|
|
275
277
|
export type XmlSchemaAll = XmlSchemaAll$instance;
|
|
276
278
|
|
|
277
279
|
export interface XmlSchemaAnnotated$instance extends XmlSchemaObject {
|
|
278
|
-
annotation: XmlSchemaAnnotation | undefined;
|
|
280
|
+
get annotation(): XmlSchemaAnnotation | undefined;
|
|
281
|
+
set annotation(value: XmlSchemaAnnotation);
|
|
279
282
|
id: string;
|
|
280
|
-
unhandledAttributes: XmlAttribute[] | undefined;
|
|
283
|
+
get unhandledAttributes(): XmlAttribute[] | undefined;
|
|
284
|
+
set unhandledAttributes(value: XmlAttribute[]);
|
|
281
285
|
}
|
|
282
286
|
|
|
283
287
|
|
|
@@ -291,7 +295,8 @@ export type XmlSchemaAnnotated = XmlSchemaAnnotated$instance;
|
|
|
291
295
|
export interface XmlSchemaAnnotation$instance extends XmlSchemaObject {
|
|
292
296
|
id: string;
|
|
293
297
|
readonly items: XmlSchemaObjectCollection;
|
|
294
|
-
unhandledAttributes: XmlAttribute[] | undefined;
|
|
298
|
+
get unhandledAttributes(): XmlAttribute[] | undefined;
|
|
299
|
+
set unhandledAttributes(value: XmlAttribute[]);
|
|
295
300
|
}
|
|
296
301
|
|
|
297
302
|
|
|
@@ -329,7 +334,8 @@ export const XmlSchemaAnyAttribute: {
|
|
|
329
334
|
export type XmlSchemaAnyAttribute = XmlSchemaAnyAttribute$instance;
|
|
330
335
|
|
|
331
336
|
export interface XmlSchemaAppInfo$instance extends XmlSchemaObject {
|
|
332
|
-
markup: (XmlNode | undefined)[] | undefined;
|
|
337
|
+
get markup(): (XmlNode | undefined)[] | undefined;
|
|
338
|
+
set markup(value: (XmlNode | undefined)[]);
|
|
333
339
|
source: string;
|
|
334
340
|
}
|
|
335
341
|
|
|
@@ -345,12 +351,14 @@ export interface XmlSchemaAttribute$instance extends XmlSchemaAnnotated {
|
|
|
345
351
|
readonly attributeSchemaType: XmlSchemaSimpleType | undefined;
|
|
346
352
|
readonly attributeType: unknown;
|
|
347
353
|
defaultValue: string;
|
|
348
|
-
fixedValue: string | undefined;
|
|
354
|
+
get fixedValue(): string | undefined;
|
|
355
|
+
set fixedValue(value: string);
|
|
349
356
|
form: XmlSchemaForm;
|
|
350
357
|
name: string;
|
|
351
358
|
readonly qualifiedName: XmlQualifiedName;
|
|
352
359
|
refName: XmlQualifiedName;
|
|
353
|
-
schemaType: XmlSchemaSimpleType | undefined;
|
|
360
|
+
get schemaType(): XmlSchemaSimpleType | undefined;
|
|
361
|
+
set schemaType(value: XmlSchemaSimpleType);
|
|
354
362
|
schemaTypeName: XmlQualifiedName;
|
|
355
363
|
use: XmlSchemaUse;
|
|
356
364
|
}
|
|
@@ -364,7 +372,8 @@ export const XmlSchemaAttribute: {
|
|
|
364
372
|
export type XmlSchemaAttribute = XmlSchemaAttribute$instance;
|
|
365
373
|
|
|
366
374
|
export interface XmlSchemaAttributeGroup$instance extends XmlSchemaAnnotated {
|
|
367
|
-
anyAttribute: XmlSchemaAnyAttribute | undefined;
|
|
375
|
+
get anyAttribute(): XmlSchemaAnyAttribute | undefined;
|
|
376
|
+
set anyAttribute(value: XmlSchemaAnyAttribute);
|
|
368
377
|
readonly attributes: XmlSchemaObjectCollection;
|
|
369
378
|
name: string;
|
|
370
379
|
readonly qualifiedName: XmlQualifiedName;
|
|
@@ -408,10 +417,10 @@ export interface XmlSchemaCollection$instance {
|
|
|
408
417
|
readonly item: XmlSchema;
|
|
409
418
|
readonly nameTable: XmlNameTable;
|
|
410
419
|
add(ns: string, uri: string): XmlSchema;
|
|
411
|
-
add(ns: string, reader: XmlReader): XmlSchema;
|
|
412
|
-
add(ns: string, reader: XmlReader, resolver: XmlResolver): XmlSchema;
|
|
420
|
+
add(ns: string, reader: XmlReader): XmlSchema | undefined;
|
|
421
|
+
add(ns: string, reader: XmlReader, resolver: XmlResolver): XmlSchema | undefined;
|
|
413
422
|
add(schema: XmlSchema): XmlSchema | undefined;
|
|
414
|
-
add(schema: XmlSchema, resolver: XmlResolver): XmlSchema;
|
|
423
|
+
add(schema: XmlSchema, resolver: XmlResolver): XmlSchema | undefined;
|
|
415
424
|
add(schema: XmlSchemaCollection): void;
|
|
416
425
|
contains(schema: XmlSchema): boolean;
|
|
417
426
|
contains(ns: string): boolean;
|
|
@@ -479,10 +488,12 @@ export const XmlSchemaComplexContent: {
|
|
|
479
488
|
export type XmlSchemaComplexContent = XmlSchemaComplexContent$instance;
|
|
480
489
|
|
|
481
490
|
export interface XmlSchemaComplexContentExtension$instance extends XmlSchemaContent {
|
|
482
|
-
anyAttribute: XmlSchemaAnyAttribute | undefined;
|
|
491
|
+
get anyAttribute(): XmlSchemaAnyAttribute | undefined;
|
|
492
|
+
set anyAttribute(value: XmlSchemaAnyAttribute);
|
|
483
493
|
readonly attributes: XmlSchemaObjectCollection;
|
|
484
494
|
baseTypeName: XmlQualifiedName;
|
|
485
|
-
particle: XmlSchemaParticle | undefined;
|
|
495
|
+
get particle(): XmlSchemaParticle | undefined;
|
|
496
|
+
set particle(value: XmlSchemaParticle);
|
|
486
497
|
}
|
|
487
498
|
|
|
488
499
|
|
|
@@ -494,10 +505,12 @@ export const XmlSchemaComplexContentExtension: {
|
|
|
494
505
|
export type XmlSchemaComplexContentExtension = XmlSchemaComplexContentExtension$instance;
|
|
495
506
|
|
|
496
507
|
export interface XmlSchemaComplexContentRestriction$instance extends XmlSchemaContent {
|
|
497
|
-
anyAttribute: XmlSchemaAnyAttribute | undefined;
|
|
508
|
+
get anyAttribute(): XmlSchemaAnyAttribute | undefined;
|
|
509
|
+
set anyAttribute(value: XmlSchemaAnyAttribute);
|
|
498
510
|
readonly attributes: XmlSchemaObjectCollection;
|
|
499
511
|
baseTypeName: XmlQualifiedName;
|
|
500
|
-
particle: XmlSchemaParticle | undefined;
|
|
512
|
+
get particle(): XmlSchemaParticle | undefined;
|
|
513
|
+
set particle(value: XmlSchemaParticle);
|
|
501
514
|
}
|
|
502
515
|
|
|
503
516
|
|
|
@@ -509,18 +522,21 @@ export const XmlSchemaComplexContentRestriction: {
|
|
|
509
522
|
export type XmlSchemaComplexContentRestriction = XmlSchemaComplexContentRestriction$instance;
|
|
510
523
|
|
|
511
524
|
export interface XmlSchemaComplexType$instance extends XmlSchemaType {
|
|
512
|
-
anyAttribute: XmlSchemaAnyAttribute | undefined;
|
|
525
|
+
get anyAttribute(): XmlSchemaAnyAttribute | undefined;
|
|
526
|
+
set anyAttribute(value: XmlSchemaAnyAttribute);
|
|
513
527
|
readonly attributes: XmlSchemaObjectCollection;
|
|
514
528
|
readonly attributeUses: XmlSchemaObjectTable;
|
|
515
529
|
readonly attributeWildcard: XmlSchemaAnyAttribute | undefined;
|
|
516
530
|
block: XmlSchemaDerivationMethod;
|
|
517
531
|
readonly blockResolved: XmlSchemaDerivationMethod;
|
|
518
|
-
contentModel: XmlSchemaContentModel | undefined;
|
|
532
|
+
get contentModel(): XmlSchemaContentModel | undefined;
|
|
533
|
+
set contentModel(value: XmlSchemaContentModel);
|
|
519
534
|
readonly contentType: XmlSchemaContentType;
|
|
520
535
|
readonly contentTypeParticle: XmlSchemaParticle;
|
|
521
536
|
isAbstract: boolean;
|
|
522
537
|
isMixed: boolean;
|
|
523
|
-
particle: XmlSchemaParticle | undefined;
|
|
538
|
+
get particle(): XmlSchemaParticle | undefined;
|
|
539
|
+
set particle(value: XmlSchemaParticle);
|
|
524
540
|
}
|
|
525
541
|
|
|
526
542
|
|
|
@@ -560,7 +576,7 @@ export interface XmlSchemaDatatype$instance {
|
|
|
560
576
|
changeType(value: unknown, targetType: Type): unknown;
|
|
561
577
|
changeType(value: unknown, targetType: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
|
|
562
578
|
isDerivedFrom(datatype: XmlSchemaDatatype): boolean;
|
|
563
|
-
parseValue(s: string, nameTable: XmlNameTable
|
|
579
|
+
parseValue(s: string, nameTable: XmlNameTable, nsmgr: IXmlNamespaceResolver): unknown;
|
|
564
580
|
}
|
|
565
581
|
|
|
566
582
|
|
|
@@ -571,8 +587,10 @@ export const XmlSchemaDatatype: {
|
|
|
571
587
|
export type XmlSchemaDatatype = XmlSchemaDatatype$instance;
|
|
572
588
|
|
|
573
589
|
export interface XmlSchemaDocumentation$instance extends XmlSchemaObject {
|
|
574
|
-
language: string | undefined;
|
|
575
|
-
|
|
590
|
+
get language(): string | undefined;
|
|
591
|
+
set language(value: string);
|
|
592
|
+
get markup(): (XmlNode | undefined)[] | undefined;
|
|
593
|
+
set markup(value: (XmlNode | undefined)[]);
|
|
576
594
|
source: string;
|
|
577
595
|
}
|
|
578
596
|
|
|
@@ -593,14 +611,16 @@ export interface XmlSchemaElement$instance extends XmlSchemaParticle {
|
|
|
593
611
|
readonly elementType: unknown;
|
|
594
612
|
final: XmlSchemaDerivationMethod;
|
|
595
613
|
readonly finalResolved: XmlSchemaDerivationMethod;
|
|
596
|
-
fixedValue: string | undefined;
|
|
614
|
+
get fixedValue(): string | undefined;
|
|
615
|
+
set fixedValue(value: string);
|
|
597
616
|
form: XmlSchemaForm;
|
|
598
617
|
isAbstract: boolean;
|
|
599
618
|
isNillable: boolean;
|
|
600
619
|
name: string;
|
|
601
620
|
readonly qualifiedName: XmlQualifiedName;
|
|
602
621
|
refName: XmlQualifiedName;
|
|
603
|
-
schemaType: XmlSchemaType | undefined;
|
|
622
|
+
get schemaType(): XmlSchemaType | undefined;
|
|
623
|
+
set schemaType(value: XmlSchemaType);
|
|
604
624
|
schemaTypeName: XmlQualifiedName;
|
|
605
625
|
substitutionGroup: XmlQualifiedName;
|
|
606
626
|
}
|
|
@@ -630,15 +650,15 @@ export interface XmlSchemaException$instance extends SystemException {
|
|
|
630
650
|
readonly message: string;
|
|
631
651
|
readonly sourceSchemaObject: XmlSchemaObject | undefined;
|
|
632
652
|
readonly sourceUri: string | undefined;
|
|
633
|
-
getObjectData(info: SerializationInfo
|
|
653
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
634
654
|
}
|
|
635
655
|
|
|
636
656
|
|
|
637
657
|
export const XmlSchemaException: {
|
|
638
658
|
new(): XmlSchemaException;
|
|
639
|
-
new(message: string
|
|
640
|
-
new(message: string
|
|
641
|
-
new(message: string
|
|
659
|
+
new(message: string): XmlSchemaException;
|
|
660
|
+
new(message: string, innerException: Exception): XmlSchemaException;
|
|
661
|
+
new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaException;
|
|
642
662
|
};
|
|
643
663
|
|
|
644
664
|
|
|
@@ -651,9 +671,12 @@ export type XmlSchemaException = XmlSchemaException$instance & __XmlSchemaExcept
|
|
|
651
671
|
|
|
652
672
|
export interface XmlSchemaExternal$instance extends XmlSchemaObject {
|
|
653
673
|
id: string;
|
|
654
|
-
schema: XmlSchema | undefined;
|
|
655
|
-
|
|
656
|
-
|
|
674
|
+
get schema(): XmlSchema | undefined;
|
|
675
|
+
set schema(value: XmlSchema);
|
|
676
|
+
get schemaLocation(): string | undefined;
|
|
677
|
+
set schemaLocation(value: string);
|
|
678
|
+
get unhandledAttributes(): XmlAttribute[] | undefined;
|
|
679
|
+
set unhandledAttributes(value: XmlAttribute[]);
|
|
657
680
|
}
|
|
658
681
|
|
|
659
682
|
|
|
@@ -688,7 +711,8 @@ export type XmlSchemaFractionDigitsFacet = XmlSchemaFractionDigitsFacet$instance
|
|
|
688
711
|
|
|
689
712
|
export interface XmlSchemaGroup$instance extends XmlSchemaAnnotated {
|
|
690
713
|
name: string;
|
|
691
|
-
particle: XmlSchemaGroupBase | undefined;
|
|
714
|
+
get particle(): XmlSchemaGroupBase | undefined;
|
|
715
|
+
set particle(value: XmlSchemaGroupBase);
|
|
692
716
|
readonly qualifiedName: XmlQualifiedName;
|
|
693
717
|
}
|
|
694
718
|
|
|
@@ -728,7 +752,8 @@ export interface XmlSchemaIdentityConstraint$instance extends XmlSchemaAnnotated
|
|
|
728
752
|
readonly fields: XmlSchemaObjectCollection;
|
|
729
753
|
name: string;
|
|
730
754
|
readonly qualifiedName: XmlQualifiedName;
|
|
731
|
-
selector: XmlSchemaXPath | undefined;
|
|
755
|
+
get selector(): XmlSchemaXPath | undefined;
|
|
756
|
+
set selector(value: XmlSchemaXPath);
|
|
732
757
|
}
|
|
733
758
|
|
|
734
759
|
|
|
@@ -740,7 +765,8 @@ export const XmlSchemaIdentityConstraint: {
|
|
|
740
765
|
export type XmlSchemaIdentityConstraint = XmlSchemaIdentityConstraint$instance;
|
|
741
766
|
|
|
742
767
|
export interface XmlSchemaImport$instance extends XmlSchemaExternal {
|
|
743
|
-
annotation: XmlSchemaAnnotation | undefined;
|
|
768
|
+
get annotation(): XmlSchemaAnnotation | undefined;
|
|
769
|
+
set annotation(value: XmlSchemaAnnotation);
|
|
744
770
|
namespace_: string;
|
|
745
771
|
}
|
|
746
772
|
|
|
@@ -753,7 +779,8 @@ export const XmlSchemaImport: {
|
|
|
753
779
|
export type XmlSchemaImport = XmlSchemaImport$instance;
|
|
754
780
|
|
|
755
781
|
export interface XmlSchemaInclude$instance extends XmlSchemaExternal {
|
|
756
|
-
annotation: XmlSchemaAnnotation | undefined;
|
|
782
|
+
get annotation(): XmlSchemaAnnotation | undefined;
|
|
783
|
+
set annotation(value: XmlSchemaAnnotation);
|
|
757
784
|
}
|
|
758
785
|
|
|
759
786
|
|
|
@@ -787,8 +814,8 @@ export interface XmlSchemaInferenceException$instance extends XmlSchemaException
|
|
|
787
814
|
export const XmlSchemaInferenceException: {
|
|
788
815
|
new(): XmlSchemaInferenceException;
|
|
789
816
|
new(message: string): XmlSchemaInferenceException;
|
|
790
|
-
new(message: string, innerException: Exception
|
|
791
|
-
new(message: string, innerException: Exception
|
|
817
|
+
new(message: string, innerException: Exception): XmlSchemaInferenceException;
|
|
818
|
+
new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaInferenceException;
|
|
792
819
|
};
|
|
793
820
|
|
|
794
821
|
|
|
@@ -803,10 +830,14 @@ export interface XmlSchemaInfo$instance {
|
|
|
803
830
|
contentType: XmlSchemaContentType;
|
|
804
831
|
isDefault: boolean;
|
|
805
832
|
isNil: boolean;
|
|
806
|
-
memberType: XmlSchemaSimpleType | undefined;
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
833
|
+
get memberType(): XmlSchemaSimpleType | undefined;
|
|
834
|
+
set memberType(value: XmlSchemaSimpleType);
|
|
835
|
+
get schemaAttribute(): XmlSchemaAttribute | undefined;
|
|
836
|
+
set schemaAttribute(value: XmlSchemaAttribute);
|
|
837
|
+
get schemaElement(): XmlSchemaElement | undefined;
|
|
838
|
+
set schemaElement(value: XmlSchemaElement);
|
|
839
|
+
get schemaType(): XmlSchemaType | undefined;
|
|
840
|
+
set schemaType(value: XmlSchemaType);
|
|
810
841
|
validity: XmlSchemaValidity;
|
|
811
842
|
}
|
|
812
843
|
|
|
@@ -925,8 +956,10 @@ export type XmlSchemaMinLengthFacet = XmlSchemaMinLengthFacet$instance;
|
|
|
925
956
|
|
|
926
957
|
export interface XmlSchemaNotation$instance extends XmlSchemaAnnotated {
|
|
927
958
|
name: string;
|
|
928
|
-
public_: string | undefined;
|
|
929
|
-
|
|
959
|
+
get public_(): string | undefined;
|
|
960
|
+
set public_(value: string);
|
|
961
|
+
get system(): string | undefined;
|
|
962
|
+
set system(value: string);
|
|
930
963
|
}
|
|
931
964
|
|
|
932
965
|
|
|
@@ -952,7 +985,8 @@ export interface XmlSchemaObject$instance {
|
|
|
952
985
|
linePosition: int;
|
|
953
986
|
namespaces: XmlSerializerNamespaces;
|
|
954
987
|
parent: XmlSchemaObject;
|
|
955
|
-
sourceUri: string | undefined;
|
|
988
|
+
get sourceUri(): string | undefined;
|
|
989
|
+
set sourceUri(value: string);
|
|
956
990
|
}
|
|
957
991
|
|
|
958
992
|
|
|
@@ -964,14 +998,14 @@ export type XmlSchemaObject = XmlSchemaObject$instance;
|
|
|
964
998
|
|
|
965
999
|
export interface XmlSchemaObjectCollection$instance extends CollectionBase {
|
|
966
1000
|
item: XmlSchemaObject;
|
|
967
|
-
add(value: unknown
|
|
1001
|
+
add(value: unknown): int;
|
|
968
1002
|
clear(): void;
|
|
969
|
-
contains(value: unknown
|
|
1003
|
+
contains(value: unknown): boolean;
|
|
970
1004
|
copyTo(array: ClrArray, index: int): void;
|
|
971
1005
|
getEnumerator(): IEnumerator;
|
|
972
1006
|
indexOf(item: XmlSchemaObject): int;
|
|
973
|
-
insert(index: int, value: unknown
|
|
974
|
-
remove(value: unknown
|
|
1007
|
+
insert(index: int, value: unknown): void;
|
|
1008
|
+
remove(value: unknown): void;
|
|
975
1009
|
removeAt(index: int): void;
|
|
976
1010
|
}
|
|
977
1011
|
|
|
@@ -1029,9 +1063,11 @@ export type XmlSchemaObjectTable = XmlSchemaObjectTable$instance;
|
|
|
1029
1063
|
|
|
1030
1064
|
export interface XmlSchemaParticle$instance extends XmlSchemaAnnotated {
|
|
1031
1065
|
maxOccurs: decimal;
|
|
1032
|
-
maxOccursString: string | undefined;
|
|
1066
|
+
get maxOccursString(): string | undefined;
|
|
1067
|
+
set maxOccursString(value: string);
|
|
1033
1068
|
minOccurs: decimal;
|
|
1034
|
-
minOccursString: string | undefined;
|
|
1069
|
+
get minOccursString(): string | undefined;
|
|
1070
|
+
set minOccursString(value: string);
|
|
1035
1071
|
}
|
|
1036
1072
|
|
|
1037
1073
|
|
|
@@ -1089,7 +1125,7 @@ export interface XmlSchemaSet$instance {
|
|
|
1089
1125
|
readonly nameTable: XmlNameTable;
|
|
1090
1126
|
xmlResolver: XmlResolver;
|
|
1091
1127
|
add(targetNamespace: string, schemaUri: string): XmlSchema;
|
|
1092
|
-
add(targetNamespace: string, schemaDocument: XmlReader): XmlSchema;
|
|
1128
|
+
add(targetNamespace: string, schemaDocument: XmlReader): XmlSchema | undefined;
|
|
1093
1129
|
add(schemas: XmlSchemaSet): void;
|
|
1094
1130
|
add(schema: XmlSchema): XmlSchema | undefined;
|
|
1095
1131
|
compile(): void;
|
|
@@ -1100,7 +1136,7 @@ export interface XmlSchemaSet$instance {
|
|
|
1100
1136
|
removeRecursive(schemaToRemove: XmlSchema): boolean;
|
|
1101
1137
|
reprocess(schema: XmlSchema): XmlSchema;
|
|
1102
1138
|
schemas(): ICollection;
|
|
1103
|
-
schemas(targetNamespace: string
|
|
1139
|
+
schemas(targetNamespace: string): ICollection;
|
|
1104
1140
|
}
|
|
1105
1141
|
|
|
1106
1142
|
|
|
@@ -1125,7 +1161,8 @@ export const XmlSchemaSimpleContent: {
|
|
|
1125
1161
|
export type XmlSchemaSimpleContent = XmlSchemaSimpleContent$instance;
|
|
1126
1162
|
|
|
1127
1163
|
export interface XmlSchemaSimpleContentExtension$instance extends XmlSchemaContent {
|
|
1128
|
-
anyAttribute: XmlSchemaAnyAttribute | undefined;
|
|
1164
|
+
get anyAttribute(): XmlSchemaAnyAttribute | undefined;
|
|
1165
|
+
set anyAttribute(value: XmlSchemaAnyAttribute);
|
|
1129
1166
|
readonly attributes: XmlSchemaObjectCollection;
|
|
1130
1167
|
baseTypeName: XmlQualifiedName;
|
|
1131
1168
|
}
|
|
@@ -1139,9 +1176,11 @@ export const XmlSchemaSimpleContentExtension: {
|
|
|
1139
1176
|
export type XmlSchemaSimpleContentExtension = XmlSchemaSimpleContentExtension$instance;
|
|
1140
1177
|
|
|
1141
1178
|
export interface XmlSchemaSimpleContentRestriction$instance extends XmlSchemaContent {
|
|
1142
|
-
anyAttribute: XmlSchemaAnyAttribute | undefined;
|
|
1179
|
+
get anyAttribute(): XmlSchemaAnyAttribute | undefined;
|
|
1180
|
+
set anyAttribute(value: XmlSchemaAnyAttribute);
|
|
1143
1181
|
readonly attributes: XmlSchemaObjectCollection;
|
|
1144
|
-
baseType: XmlSchemaSimpleType | undefined;
|
|
1182
|
+
get baseType(): XmlSchemaSimpleType | undefined;
|
|
1183
|
+
set baseType(value: XmlSchemaSimpleType);
|
|
1145
1184
|
baseTypeName: XmlQualifiedName;
|
|
1146
1185
|
readonly facets: XmlSchemaObjectCollection;
|
|
1147
1186
|
}
|
|
@@ -1177,8 +1216,10 @@ export const XmlSchemaSimpleTypeContent: {
|
|
|
1177
1216
|
export type XmlSchemaSimpleTypeContent = XmlSchemaSimpleTypeContent$instance;
|
|
1178
1217
|
|
|
1179
1218
|
export interface XmlSchemaSimpleTypeList$instance extends XmlSchemaSimpleTypeContent {
|
|
1180
|
-
baseItemType: XmlSchemaSimpleType | undefined;
|
|
1181
|
-
|
|
1219
|
+
get baseItemType(): XmlSchemaSimpleType | undefined;
|
|
1220
|
+
set baseItemType(value: XmlSchemaSimpleType);
|
|
1221
|
+
get itemType(): XmlSchemaSimpleType | undefined;
|
|
1222
|
+
set itemType(value: XmlSchemaSimpleType);
|
|
1182
1223
|
itemTypeName: XmlQualifiedName;
|
|
1183
1224
|
}
|
|
1184
1225
|
|
|
@@ -1191,7 +1232,8 @@ export const XmlSchemaSimpleTypeList: {
|
|
|
1191
1232
|
export type XmlSchemaSimpleTypeList = XmlSchemaSimpleTypeList$instance;
|
|
1192
1233
|
|
|
1193
1234
|
export interface XmlSchemaSimpleTypeRestriction$instance extends XmlSchemaSimpleTypeContent {
|
|
1194
|
-
baseType: XmlSchemaSimpleType | undefined;
|
|
1235
|
+
get baseType(): XmlSchemaSimpleType | undefined;
|
|
1236
|
+
set baseType(value: XmlSchemaSimpleType);
|
|
1195
1237
|
baseTypeName: XmlQualifiedName;
|
|
1196
1238
|
readonly facets: XmlSchemaObjectCollection;
|
|
1197
1239
|
}
|
|
@@ -1207,7 +1249,8 @@ export type XmlSchemaSimpleTypeRestriction = XmlSchemaSimpleTypeRestriction$inst
|
|
|
1207
1249
|
export interface XmlSchemaSimpleTypeUnion$instance extends XmlSchemaSimpleTypeContent {
|
|
1208
1250
|
readonly baseMemberTypes: XmlSchemaSimpleType[] | undefined;
|
|
1209
1251
|
readonly baseTypes: XmlSchemaObjectCollection;
|
|
1210
|
-
memberTypes: XmlQualifiedName[] | undefined;
|
|
1252
|
+
get memberTypes(): XmlQualifiedName[] | undefined;
|
|
1253
|
+
set memberTypes(value: XmlQualifiedName[]);
|
|
1211
1254
|
}
|
|
1212
1255
|
|
|
1213
1256
|
|
|
@@ -1246,10 +1289,10 @@ export interface XmlSchemaType$instance extends XmlSchemaAnnotated {
|
|
|
1246
1289
|
export const XmlSchemaType: {
|
|
1247
1290
|
new(): XmlSchemaType;
|
|
1248
1291
|
getBuiltInComplexType(typeCode: XmlTypeCode): XmlSchemaComplexType | undefined;
|
|
1249
|
-
getBuiltInComplexType(qualifiedName: XmlQualifiedName
|
|
1250
|
-
getBuiltInSimpleType(typeCode: XmlTypeCode): XmlSchemaSimpleType
|
|
1251
|
-
getBuiltInSimpleType(qualifiedName: XmlQualifiedName
|
|
1252
|
-
isDerivedFrom(derivedType: XmlSchemaType
|
|
1292
|
+
getBuiltInComplexType(qualifiedName: XmlQualifiedName): XmlSchemaComplexType | undefined;
|
|
1293
|
+
getBuiltInSimpleType(typeCode: XmlTypeCode): XmlSchemaSimpleType;
|
|
1294
|
+
getBuiltInSimpleType(qualifiedName: XmlQualifiedName): XmlSchemaSimpleType | undefined;
|
|
1295
|
+
isDerivedFrom(derivedType: XmlSchemaType, baseType: XmlSchemaType, except: XmlSchemaDerivationMethod): boolean;
|
|
1253
1296
|
};
|
|
1254
1297
|
|
|
1255
1298
|
|
|
@@ -1268,15 +1311,15 @@ export type XmlSchemaUnique = XmlSchemaUnique$instance;
|
|
|
1268
1311
|
|
|
1269
1312
|
export interface XmlSchemaValidationException$instance extends XmlSchemaException$instance {
|
|
1270
1313
|
readonly sourceObject: unknown | undefined;
|
|
1271
|
-
getObjectData(info: SerializationInfo
|
|
1314
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1272
1315
|
}
|
|
1273
1316
|
|
|
1274
1317
|
|
|
1275
1318
|
export const XmlSchemaValidationException: {
|
|
1276
1319
|
new(): XmlSchemaValidationException;
|
|
1277
|
-
new(message: string
|
|
1278
|
-
new(message: string
|
|
1279
|
-
new(message: string
|
|
1320
|
+
new(message: string): XmlSchemaValidationException;
|
|
1321
|
+
new(message: string, innerException: Exception): XmlSchemaValidationException;
|
|
1322
|
+
new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaValidationException;
|
|
1280
1323
|
};
|
|
1281
1324
|
|
|
1282
1325
|
|
|
@@ -1289,7 +1332,8 @@ export type XmlSchemaValidationException = XmlSchemaValidationException$instance
|
|
|
1289
1332
|
|
|
1290
1333
|
export interface XmlSchemaValidator$instance {
|
|
1291
1334
|
lineInfoProvider: IXmlLineInfo;
|
|
1292
|
-
sourceUri: Uri | undefined;
|
|
1335
|
+
get sourceUri(): Uri | undefined;
|
|
1336
|
+
set sourceUri(value: Uri);
|
|
1293
1337
|
validationEventSender: unknown;
|
|
1294
1338
|
xmlResolver: XmlResolver;
|
|
1295
1339
|
addSchema(schema: XmlSchema): void;
|
|
@@ -1300,12 +1344,12 @@ export interface XmlSchemaValidator$instance {
|
|
|
1300
1344
|
initialize(): void;
|
|
1301
1345
|
initialize(partialValidationType: XmlSchemaObject): void;
|
|
1302
1346
|
skipToEndElement(schemaInfo: XmlSchemaInfo): void;
|
|
1303
|
-
validateAttribute(localName: string, namespaceUri: string, attributeValue: string, schemaInfo: XmlSchemaInfo
|
|
1304
|
-
validateAttribute(localName: string, namespaceUri: string, attributeValue: XmlValueGetter, schemaInfo: XmlSchemaInfo
|
|
1305
|
-
validateElement(localName: string, namespaceUri: string, schemaInfo: XmlSchemaInfo
|
|
1347
|
+
validateAttribute(localName: string, namespaceUri: string, attributeValue: string, schemaInfo: XmlSchemaInfo): unknown | undefined;
|
|
1348
|
+
validateAttribute(localName: string, namespaceUri: string, attributeValue: XmlValueGetter, schemaInfo: XmlSchemaInfo): unknown | undefined;
|
|
1349
|
+
validateElement(localName: string, namespaceUri: string, schemaInfo: XmlSchemaInfo): void;
|
|
1306
1350
|
validateElement(localName: string, namespaceUri: string, schemaInfo: XmlSchemaInfo, xsiType: string, xsiNil: string, xsiSchemaLocation: string, xsiNoNamespaceSchemaLocation: string): void;
|
|
1307
|
-
validateEndElement(schemaInfo: XmlSchemaInfo): unknown;
|
|
1308
|
-
validateEndElement(schemaInfo: XmlSchemaInfo, typedValue: unknown): unknown;
|
|
1351
|
+
validateEndElement(schemaInfo: XmlSchemaInfo): unknown | undefined;
|
|
1352
|
+
validateEndElement(schemaInfo: XmlSchemaInfo, typedValue: unknown): unknown | undefined;
|
|
1309
1353
|
validateEndOfAttributes(schemaInfo: XmlSchemaInfo): void;
|
|
1310
1354
|
validateText(elementValue: string): void;
|
|
1311
1355
|
validateText(elementValue: XmlValueGetter): void;
|
|
@@ -1333,7 +1377,8 @@ export const XmlSchemaWhiteSpaceFacet: {
|
|
|
1333
1377
|
export type XmlSchemaWhiteSpaceFacet = XmlSchemaWhiteSpaceFacet$instance;
|
|
1334
1378
|
|
|
1335
1379
|
export interface XmlSchemaXPath$instance extends XmlSchemaAnnotated {
|
|
1336
|
-
xPath: string | undefined;
|
|
1380
|
+
get xPath(): string | undefined;
|
|
1381
|
+
set xPath(value: string);
|
|
1337
1382
|
}
|
|
1338
1383
|
|
|
1339
1384
|
|
|
@@ -1347,12 +1392,12 @@ export type XmlSchemaXPath = XmlSchemaXPath$instance;
|
|
|
1347
1392
|
export abstract class Extensions$instance {
|
|
1348
1393
|
static getSchemaInfo(source: XAttribute): IXmlSchemaInfo | undefined;
|
|
1349
1394
|
static getSchemaInfo(source: XElement): IXmlSchemaInfo | undefined;
|
|
1350
|
-
static validate(source: XAttribute, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler
|
|
1351
|
-
static validate(source: XAttribute, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler
|
|
1352
|
-
static validate(source: XDocument, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler
|
|
1353
|
-
static validate(source: XDocument, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler
|
|
1354
|
-
static validate(source: XElement, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler
|
|
1355
|
-
static validate(source: XElement, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler
|
|
1395
|
+
static validate(source: XAttribute, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
1396
|
+
static validate(source: XAttribute, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler): void;
|
|
1397
|
+
static validate(source: XDocument, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
1398
|
+
static validate(source: XDocument, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler): void;
|
|
1399
|
+
static validate(source: XElement, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
1400
|
+
static validate(source: XElement, partialValidationType: XmlSchemaObject, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler): void;
|
|
1356
1401
|
}
|
|
1357
1402
|
|
|
1358
1403
|
|
package/System.Xml.Schema.d.ts
CHANGED
|
@@ -106,3 +106,6 @@ export { XmlSchemaInference as XmlSchemaInference } from './System.Xml.Schema/in
|
|
|
106
106
|
export { XmlSchemaInference_InferenceOption as XmlSchemaInference_InferenceOption } from './System.Xml.Schema/internal/index.js';
|
|
107
107
|
export { XmlSchemaInferenceException as XmlSchemaInferenceException } from './System.Xml.Schema/internal/index.js';
|
|
108
108
|
export { Extensions$instance as Extensions } from './System.Xml.Schema/internal/index.js';
|
|
109
|
+
// Extension methods (C# using semantics)
|
|
110
|
+
export type { ExtensionMethods_System_Xml_Schema as ExtensionMethods } from './__internal/extensions/index.js';
|
|
111
|
+
|