@tsonic/dotnet 10.0.12 → 10.0.16
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/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -354,7 +354,7 @@ export const UniqueId: {
|
|
|
354
354
|
|
|
355
355
|
export type UniqueId = UniqueId$instance;
|
|
356
356
|
|
|
357
|
-
export interface XmlAttribute$instance extends XmlNode$instance {
|
|
357
|
+
export interface XmlAttribute$instance extends XmlNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
358
358
|
readonly __tsonic_type_System_Xml_XmlAttribute: never;
|
|
359
359
|
|
|
360
360
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -376,11 +376,7 @@ export interface XmlAttribute$instance extends XmlNode$instance {
|
|
|
376
376
|
readonly Specified: boolean;
|
|
377
377
|
Value: string | string | undefined;
|
|
378
378
|
AppendChild(newChild: XmlNode): XmlNode | undefined;
|
|
379
|
-
Clone(): XmlNode;
|
|
380
|
-
Clone(): unknown;
|
|
381
379
|
CloneNode(deep: boolean): XmlNode;
|
|
382
|
-
CreateNavigator(): XPathNavigator;
|
|
383
|
-
GetEnumerator(): IEnumerator;
|
|
384
380
|
InsertAfter(newChild: XmlNode, refChild: XmlNode): XmlNode | undefined;
|
|
385
381
|
InsertBefore(newChild: XmlNode, refChild: XmlNode): XmlNode | undefined;
|
|
386
382
|
PrependChild(newChild: XmlNode): XmlNode | undefined;
|
|
@@ -415,7 +411,6 @@ export interface XmlAttributeCollection$instance extends XmlNamedNodeMap$instanc
|
|
|
415
411
|
get_Item(i: int): XmlAttribute;
|
|
416
412
|
get_Item(name: string): XmlAttribute | undefined;
|
|
417
413
|
get_Item(localName: string, namespaceURI: string): XmlAttribute | undefined;
|
|
418
|
-
GetEnumerator(): IEnumerator;
|
|
419
414
|
InsertAfter(newNode: XmlAttribute, refNode: XmlAttribute): XmlAttribute;
|
|
420
415
|
InsertBefore(newNode: XmlAttribute, refNode: XmlAttribute): XmlAttribute;
|
|
421
416
|
Prepend(node: XmlAttribute): XmlAttribute;
|
|
@@ -478,7 +473,7 @@ export const XmlBinaryWriterSession: {
|
|
|
478
473
|
|
|
479
474
|
export type XmlBinaryWriterSession = XmlBinaryWriterSession$instance;
|
|
480
475
|
|
|
481
|
-
export interface XmlCDataSection$instance extends XmlCharacterData$instance {
|
|
476
|
+
export interface XmlCDataSection$instance extends XmlCharacterData$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
482
477
|
readonly __tsonic_type_System_Xml_XmlCDataSection: never;
|
|
483
478
|
|
|
484
479
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -490,11 +485,7 @@ export interface XmlCDataSection$instance extends XmlCharacterData$instance {
|
|
|
490
485
|
readonly NodeType: XmlNodeType;
|
|
491
486
|
readonly ParentNode: XmlNode | undefined;
|
|
492
487
|
readonly PreviousText: XmlNode | undefined;
|
|
493
|
-
Clone(): unknown;
|
|
494
|
-
Clone(): XmlNode;
|
|
495
488
|
CloneNode(deep: boolean): XmlNode;
|
|
496
|
-
CreateNavigator(): XPathNavigator;
|
|
497
|
-
GetEnumerator(): IEnumerator;
|
|
498
489
|
WriteContentTo(w: XmlWriter): void;
|
|
499
490
|
WriteTo(w: XmlWriter): void;
|
|
500
491
|
}
|
|
@@ -513,7 +504,7 @@ export interface __XmlCDataSection$views {
|
|
|
513
504
|
export type XmlCDataSection = XmlCDataSection$instance & __XmlCDataSection$views;
|
|
514
505
|
|
|
515
506
|
|
|
516
|
-
export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
|
|
507
|
+
export interface XmlCharacterData$instance extends XmlLinkedNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
517
508
|
readonly __tsonic_type_System_Xml_XmlCharacterData: never;
|
|
518
509
|
|
|
519
510
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -526,11 +517,7 @@ export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
|
|
|
526
517
|
get Value(): string | undefined;
|
|
527
518
|
set Value(value: string | undefined);
|
|
528
519
|
AppendData(strData: string): void;
|
|
529
|
-
Clone(): unknown;
|
|
530
|
-
Clone(): XmlNode;
|
|
531
|
-
CreateNavigator(): XPathNavigator;
|
|
532
520
|
DeleteData(offset: int, count: int): void;
|
|
533
|
-
GetEnumerator(): IEnumerator;
|
|
534
521
|
InsertData(offset: int, strData: string): void;
|
|
535
522
|
ReplaceData(offset: int, count: int, strData: string): void;
|
|
536
523
|
Substring(offset: int, count: int): string;
|
|
@@ -550,7 +537,7 @@ export interface __XmlCharacterData$views {
|
|
|
550
537
|
export type XmlCharacterData = XmlCharacterData$instance & __XmlCharacterData$views;
|
|
551
538
|
|
|
552
539
|
|
|
553
|
-
export interface XmlComment$instance extends XmlCharacterData$instance {
|
|
540
|
+
export interface XmlComment$instance extends XmlCharacterData$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
554
541
|
readonly __tsonic_type_System_Xml_XmlComment: never;
|
|
555
542
|
|
|
556
543
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -560,11 +547,7 @@ export interface XmlComment$instance extends XmlCharacterData$instance {
|
|
|
560
547
|
readonly LocalName: string;
|
|
561
548
|
readonly Name: string;
|
|
562
549
|
readonly NodeType: XmlNodeType;
|
|
563
|
-
Clone(): unknown;
|
|
564
|
-
Clone(): XmlNode;
|
|
565
550
|
CloneNode(deep: boolean): XmlNode;
|
|
566
|
-
CreateNavigator(): XPathNavigator;
|
|
567
|
-
GetEnumerator(): IEnumerator;
|
|
568
551
|
WriteContentTo(w: XmlWriter): void;
|
|
569
552
|
WriteTo(w: XmlWriter): void;
|
|
570
553
|
}
|
|
@@ -663,8 +646,6 @@ export interface XmlDataDocument$instance extends XmlDocument$instance {
|
|
|
663
646
|
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
664
647
|
|
|
665
648
|
readonly DataSet: DataSet;
|
|
666
|
-
Clone(): unknown;
|
|
667
|
-
Clone(): XmlNode;
|
|
668
649
|
CloneNode(deep: boolean): XmlNode;
|
|
669
650
|
CreateElement(prefix: string, localName: string, namespaceURI: string): XmlElement;
|
|
670
651
|
CreateElement(name: string): XmlElement;
|
|
@@ -676,7 +657,6 @@ export interface XmlDataDocument$instance extends XmlDocument$instance {
|
|
|
676
657
|
GetElementFromRow(r: DataRow): XmlElement;
|
|
677
658
|
GetElementsByTagName(name: string): XmlNodeList;
|
|
678
659
|
GetElementsByTagName(localName: string, namespaceURI: string): XmlNodeList;
|
|
679
|
-
GetEnumerator(): IEnumerator;
|
|
680
660
|
GetRowFromElement(e: XmlElement): DataRow | undefined;
|
|
681
661
|
Load(filename: string): void;
|
|
682
662
|
Load(inStream: Stream): void;
|
|
@@ -700,7 +680,7 @@ export interface __XmlDataDocument$views {
|
|
|
700
680
|
export type XmlDataDocument = XmlDataDocument$instance & __XmlDataDocument$views;
|
|
701
681
|
|
|
702
682
|
|
|
703
|
-
export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
|
|
683
|
+
export interface XmlDeclaration$instance extends XmlLinkedNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
704
684
|
readonly __tsonic_type_System_Xml_XmlDeclaration: never;
|
|
705
685
|
|
|
706
686
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -716,11 +696,7 @@ export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
|
|
|
716
696
|
get Value(): string | undefined;
|
|
717
697
|
set Value(value: string | undefined);
|
|
718
698
|
Version: string;
|
|
719
|
-
Clone(): unknown;
|
|
720
|
-
Clone(): XmlNode;
|
|
721
699
|
CloneNode(deep: boolean): XmlNode;
|
|
722
|
-
CreateNavigator(): XPathNavigator;
|
|
723
|
-
GetEnumerator(): IEnumerator;
|
|
724
700
|
WriteContentTo(w: XmlWriter): void;
|
|
725
701
|
WriteTo(w: XmlWriter): void;
|
|
726
702
|
}
|
|
@@ -772,9 +748,8 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
772
748
|
|
|
773
749
|
readonly CanCanonicalize: boolean;
|
|
774
750
|
readonly Quotas: XmlDictionaryReaderQuotas;
|
|
775
|
-
Dispose(): void;
|
|
776
|
-
Dispose(disposing: boolean): void;
|
|
777
751
|
EndCanonicalization(): void;
|
|
752
|
+
GetAttribute(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): string | undefined;
|
|
778
753
|
GetAttribute(name: string): string | undefined;
|
|
779
754
|
GetAttribute(name: string, namespaceURI: string): string | undefined;
|
|
780
755
|
GetAttribute(i: int): string;
|
|
@@ -786,6 +761,7 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
786
761
|
IsNamespaceUri(namespaceUri: string): boolean;
|
|
787
762
|
IsNamespaceUri(namespaceUri: XmlDictionaryString): boolean;
|
|
788
763
|
IsStartArray(type: Type): boolean;
|
|
764
|
+
IsStartElement(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): boolean;
|
|
789
765
|
IsStartElement(): boolean;
|
|
790
766
|
IsStartElement(name: string): boolean;
|
|
791
767
|
IsStartElement(localname: string, ns: string): boolean;
|
|
@@ -816,7 +792,9 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
816
792
|
ReadBooleanArray(localName: string, namespaceUri: string): boolean[];
|
|
817
793
|
ReadBooleanArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): boolean[];
|
|
818
794
|
ReadContentAs(type: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
|
|
795
|
+
ReadContentAsBase642(): byte[];
|
|
819
796
|
ReadContentAsBase642(buffer: byte[], index: int, count: int): int;
|
|
797
|
+
ReadContentAsBinHex(): byte[];
|
|
820
798
|
ReadContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
821
799
|
ReadContentAsChars(chars: char[], offset: int, count: int): int;
|
|
822
800
|
ReadContentAsDecimal(): decimal;
|
|
@@ -824,6 +802,7 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
824
802
|
ReadContentAsGuid(): Guid;
|
|
825
803
|
ReadContentAsQualifiedName(localName: string, namespaceUri: string): void;
|
|
826
804
|
ReadContentAsString(): string;
|
|
805
|
+
ReadContentAsString(strings: string[], index: int): string;
|
|
827
806
|
ReadContentAsString(strings: XmlDictionaryString[], index: int): string;
|
|
828
807
|
ReadContentAsTimeSpan(): TimeSpan;
|
|
829
808
|
ReadContentAsUniqueId(): UniqueId;
|
|
@@ -833,7 +812,9 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
833
812
|
ReadDecimalArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): decimal[];
|
|
834
813
|
ReadDoubleArray(localName: string, namespaceUri: string): double[];
|
|
835
814
|
ReadDoubleArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): double[];
|
|
815
|
+
ReadElementContentAsBase642(): byte[];
|
|
836
816
|
ReadElementContentAsBase642(buffer: byte[], index: int, count: int): int;
|
|
817
|
+
ReadElementContentAsBinHex(): byte[];
|
|
837
818
|
ReadElementContentAsBinHex(buffer: byte[], index: int, count: int): int;
|
|
838
819
|
ReadElementContentAsBoolean(): boolean;
|
|
839
820
|
ReadElementContentAsBoolean(localName: string, namespaceURI: string): boolean;
|
|
@@ -868,6 +849,7 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
|
868
849
|
ReadInt64Array(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): long[];
|
|
869
850
|
ReadSingleArray(localName: string, namespaceUri: string): float[];
|
|
870
851
|
ReadSingleArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): float[];
|
|
852
|
+
ReadStartElement(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): void;
|
|
871
853
|
ReadStartElement(): void;
|
|
872
854
|
ReadStartElement(name: string): void;
|
|
873
855
|
ReadStartElement(localname: string, ns: string): void;
|
|
@@ -957,7 +939,7 @@ export const XmlDictionaryString: {
|
|
|
957
939
|
|
|
958
940
|
export type XmlDictionaryString = XmlDictionaryString$instance;
|
|
959
941
|
|
|
960
|
-
export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
|
|
942
|
+
export interface XmlDictionaryWriter$instance extends XmlWriter$instance, System_Internal.IAsyncDisposable$instance {
|
|
961
943
|
readonly __tsonic_type_System_Xml_XmlDictionaryWriter: never;
|
|
962
944
|
|
|
963
945
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
@@ -967,7 +949,6 @@ export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
|
|
|
967
949
|
Close(): void;
|
|
968
950
|
Dispose(disposing: boolean): void;
|
|
969
951
|
Dispose(): void;
|
|
970
|
-
DisposeAsync(): ValueTask;
|
|
971
952
|
EndCanonicalization(): void;
|
|
972
953
|
StartCanonicalization(stream: Stream, includeComments: boolean, inclusivePrefixes: string[]): void;
|
|
973
954
|
WriteArray(prefix: string, localName: string, namespaceUri: string, array: boolean[], offset: int, count: int): void;
|
|
@@ -990,26 +971,38 @@ export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
|
|
|
990
971
|
WriteArray(prefix: string, localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, array: Guid[], offset: int, count: int): void;
|
|
991
972
|
WriteArray(prefix: string, localName: string, namespaceUri: string, array: TimeSpan[], offset: int, count: int): void;
|
|
992
973
|
WriteArray(prefix: string, localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, array: TimeSpan[], offset: int, count: int): void;
|
|
974
|
+
WriteAttributeString(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, value: string): void;
|
|
975
|
+
WriteAttributeString(prefix: string, localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, value: string): void;
|
|
993
976
|
WriteAttributeString(localName: string, ns: string, value: string): void;
|
|
994
977
|
WriteAttributeString(localName: string, value: string): void;
|
|
995
978
|
WriteAttributeString(prefix: string, localName: string, ns: string, value: string): void;
|
|
996
979
|
WriteBase64Async(buffer: byte[], index: int, count: int): Task;
|
|
980
|
+
WriteElementString(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, value: string): void;
|
|
981
|
+
WriteElementString(prefix: string, localName: XmlDictionaryString, namespaceUri: XmlDictionaryString, value: string): void;
|
|
997
982
|
WriteElementString(localName: string, value: string): void;
|
|
998
983
|
WriteElementString(localName: string, ns: string, value: string): void;
|
|
999
984
|
WriteElementString(prefix: string, localName: string, ns: string, value: string): void;
|
|
1000
985
|
WriteNode(reader: XmlReader, defattr: boolean): void;
|
|
986
|
+
WriteNode(reader: XmlDictionaryReader, defattr: boolean): void;
|
|
1001
987
|
WriteNode(navigator: XPathNavigator, defattr: boolean): void;
|
|
988
|
+
WriteQualifiedName(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): void;
|
|
1002
989
|
WriteQualifiedName(localName: string, ns: string): void;
|
|
990
|
+
WriteStartAttribute(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): void;
|
|
991
|
+
WriteStartAttribute(prefix: string, localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): void;
|
|
1003
992
|
WriteStartAttribute(localName: string, ns: string): void;
|
|
1004
993
|
WriteStartAttribute(prefix: string, localName: string, ns: string): void;
|
|
1005
994
|
WriteStartAttribute(localName: string): void;
|
|
995
|
+
WriteStartElement(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): void;
|
|
996
|
+
WriteStartElement(prefix: string, localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): void;
|
|
1006
997
|
WriteStartElement(localName: string, ns: string): void;
|
|
1007
998
|
WriteStartElement(prefix: string, localName: string, ns: string): void;
|
|
1008
999
|
WriteStartElement(localName: string): void;
|
|
1000
|
+
WriteString(value: XmlDictionaryString): void;
|
|
1009
1001
|
WriteString(text: string): void;
|
|
1010
1002
|
WriteTextNode(reader: XmlDictionaryReader, isAttribute: boolean): void;
|
|
1011
1003
|
WriteValue(value: XmlDictionaryString): void;
|
|
1012
1004
|
WriteValue(value: UniqueId): void;
|
|
1005
|
+
WriteValue(value: Guid): void;
|
|
1013
1006
|
WriteValue(value: TimeSpan): void;
|
|
1014
1007
|
WriteValue(value: IStreamProvider): void;
|
|
1015
1008
|
WriteValue(value: unknown): void;
|
|
@@ -1076,8 +1069,6 @@ export interface XmlDocument$instance extends XmlNode$instance {
|
|
|
1076
1069
|
readonly SchemaInfo: IXmlSchemaInfo;
|
|
1077
1070
|
Schemas: XmlSchemaSet;
|
|
1078
1071
|
XmlResolver: XmlResolver | undefined;
|
|
1079
|
-
Clone(): XmlNode;
|
|
1080
|
-
Clone(): unknown;
|
|
1081
1072
|
CloneNode(deep: boolean): XmlNode;
|
|
1082
1073
|
CreateAttribute(name: string): XmlAttribute;
|
|
1083
1074
|
CreateAttribute(qualifiedName: string, namespaceURI: string): XmlAttribute;
|
|
@@ -1092,6 +1083,7 @@ export interface XmlDocument$instance extends XmlNode$instance {
|
|
|
1092
1083
|
CreateElement(prefix: string, localName: string, namespaceURI: string): XmlElement;
|
|
1093
1084
|
CreateEntityReference(name: string): XmlEntityReference;
|
|
1094
1085
|
CreateNavigator(): XPathNavigator;
|
|
1086
|
+
CreateNavigator(node: XmlNode): XPathNavigator | undefined;
|
|
1095
1087
|
CreateNode(type: XmlNodeType, prefix: string, name: string, namespaceURI: string): XmlNode;
|
|
1096
1088
|
CreateNode(nodeTypeString: string, name: string, namespaceURI: string): XmlNode;
|
|
1097
1089
|
CreateNode(type: XmlNodeType, name: string, namespaceURI: string): XmlNode;
|
|
@@ -1103,7 +1095,6 @@ export interface XmlDocument$instance extends XmlNode$instance {
|
|
|
1103
1095
|
GetElementById(elementId: string): XmlElement | undefined;
|
|
1104
1096
|
GetElementsByTagName(name: string): XmlNodeList;
|
|
1105
1097
|
GetElementsByTagName(localName: string, namespaceURI: string): XmlNodeList;
|
|
1106
|
-
GetEnumerator(): IEnumerator;
|
|
1107
1098
|
ImportNode(node: XmlNode, deep: boolean): XmlNode;
|
|
1108
1099
|
Load(filename: string): void;
|
|
1109
1100
|
Load(inStream: Stream): void;
|
|
@@ -1137,7 +1128,7 @@ export interface __XmlDocument$views {
|
|
|
1137
1128
|
export type XmlDocument = XmlDocument$instance & __XmlDocument$views;
|
|
1138
1129
|
|
|
1139
1130
|
|
|
1140
|
-
export interface XmlDocumentFragment$instance extends XmlNode$instance {
|
|
1131
|
+
export interface XmlDocumentFragment$instance extends XmlNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1141
1132
|
readonly __tsonic_type_System_Xml_XmlDocumentFragment: never;
|
|
1142
1133
|
|
|
1143
1134
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1150,11 +1141,7 @@ export interface XmlDocumentFragment$instance extends XmlNode$instance {
|
|
|
1150
1141
|
readonly NodeType: XmlNodeType;
|
|
1151
1142
|
readonly OwnerDocument: XmlDocument | XmlDocument | undefined;
|
|
1152
1143
|
readonly ParentNode: XmlNode | undefined;
|
|
1153
|
-
Clone(): XmlNode;
|
|
1154
|
-
Clone(): unknown;
|
|
1155
1144
|
CloneNode(deep: boolean): XmlNode;
|
|
1156
|
-
CreateNavigator(): XPathNavigator;
|
|
1157
|
-
GetEnumerator(): IEnumerator;
|
|
1158
1145
|
WriteContentTo(w: XmlWriter): void;
|
|
1159
1146
|
WriteTo(w: XmlWriter): void;
|
|
1160
1147
|
}
|
|
@@ -1173,7 +1160,7 @@ export interface __XmlDocumentFragment$views {
|
|
|
1173
1160
|
export type XmlDocumentFragment = XmlDocumentFragment$instance & __XmlDocumentFragment$views;
|
|
1174
1161
|
|
|
1175
1162
|
|
|
1176
|
-
export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
|
|
1163
|
+
export interface XmlDocumentType$instance extends XmlLinkedNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1177
1164
|
readonly __tsonic_type_System_Xml_XmlDocumentType: never;
|
|
1178
1165
|
|
|
1179
1166
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1189,11 +1176,7 @@ export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
|
|
|
1189
1176
|
readonly Notations: XmlNamedNodeMap;
|
|
1190
1177
|
readonly PublicId: string | undefined;
|
|
1191
1178
|
readonly SystemId: string | undefined;
|
|
1192
|
-
Clone(): unknown;
|
|
1193
|
-
Clone(): XmlNode;
|
|
1194
1179
|
CloneNode(deep: boolean): XmlNode;
|
|
1195
|
-
CreateNavigator(): XPathNavigator;
|
|
1196
|
-
GetEnumerator(): IEnumerator;
|
|
1197
1180
|
WriteContentTo(w: XmlWriter): void;
|
|
1198
1181
|
WriteTo(w: XmlWriter): void;
|
|
1199
1182
|
}
|
|
@@ -1212,7 +1195,7 @@ export interface __XmlDocumentType$views {
|
|
|
1212
1195
|
export type XmlDocumentType = XmlDocumentType$instance & __XmlDocumentType$views;
|
|
1213
1196
|
|
|
1214
1197
|
|
|
1215
|
-
export interface XmlElement$instance extends XmlLinkedNode$instance {
|
|
1198
|
+
export interface XmlElement$instance extends XmlLinkedNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1216
1199
|
readonly __tsonic_type_System_Xml_XmlElement: never;
|
|
1217
1200
|
|
|
1218
1201
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1233,17 +1216,13 @@ export interface XmlElement$instance extends XmlLinkedNode$instance {
|
|
|
1233
1216
|
readonly ParentNode: XmlNode | undefined;
|
|
1234
1217
|
Prefix: string;
|
|
1235
1218
|
readonly SchemaInfo: IXmlSchemaInfo;
|
|
1236
|
-
Clone(): unknown;
|
|
1237
|
-
Clone(): XmlNode;
|
|
1238
1219
|
CloneNode(deep: boolean): XmlNode;
|
|
1239
|
-
CreateNavigator(): XPathNavigator;
|
|
1240
1220
|
GetAttribute(name: string): string;
|
|
1241
1221
|
GetAttribute(localName: string, namespaceURI: string): string;
|
|
1242
1222
|
GetAttributeNode(name: string): XmlAttribute | undefined;
|
|
1243
1223
|
GetAttributeNode(localName: string, namespaceURI: string): XmlAttribute | undefined;
|
|
1244
1224
|
GetElementsByTagName(name: string): XmlNodeList;
|
|
1245
1225
|
GetElementsByTagName(localName: string, namespaceURI: string): XmlNodeList;
|
|
1246
|
-
GetEnumerator(): IEnumerator;
|
|
1247
1226
|
HasAttribute(name: string): boolean;
|
|
1248
1227
|
HasAttribute(localName: string, namespaceURI: string): boolean;
|
|
1249
1228
|
RemoveAll(): void;
|
|
@@ -1275,7 +1254,7 @@ export interface __XmlElement$views {
|
|
|
1275
1254
|
export type XmlElement = XmlElement$instance & __XmlElement$views;
|
|
1276
1255
|
|
|
1277
1256
|
|
|
1278
|
-
export interface XmlEntity$instance extends XmlNode$instance {
|
|
1257
|
+
export interface XmlEntity$instance extends XmlNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1279
1258
|
readonly __tsonic_type_System_Xml_XmlEntity: never;
|
|
1280
1259
|
|
|
1281
1260
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1293,11 +1272,7 @@ export interface XmlEntity$instance extends XmlNode$instance {
|
|
|
1293
1272
|
readonly OuterXml: string;
|
|
1294
1273
|
readonly PublicId: string | undefined;
|
|
1295
1274
|
readonly SystemId: string | undefined;
|
|
1296
|
-
Clone(): XmlNode;
|
|
1297
|
-
Clone(): unknown;
|
|
1298
1275
|
CloneNode(deep: boolean): XmlNode;
|
|
1299
|
-
CreateNavigator(): XPathNavigator;
|
|
1300
|
-
GetEnumerator(): IEnumerator;
|
|
1301
1276
|
WriteContentTo(w: XmlWriter): void;
|
|
1302
1277
|
WriteTo(w: XmlWriter): void;
|
|
1303
1278
|
}
|
|
@@ -1316,7 +1291,7 @@ export interface __XmlEntity$views {
|
|
|
1316
1291
|
export type XmlEntity = XmlEntity$instance & __XmlEntity$views;
|
|
1317
1292
|
|
|
1318
1293
|
|
|
1319
|
-
export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
|
|
1294
|
+
export interface XmlEntityReference$instance extends XmlLinkedNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1320
1295
|
readonly __tsonic_type_System_Xml_XmlEntityReference: never;
|
|
1321
1296
|
|
|
1322
1297
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1330,11 +1305,7 @@ export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
|
|
|
1330
1305
|
readonly NodeType: XmlNodeType;
|
|
1331
1306
|
get Value(): string | undefined;
|
|
1332
1307
|
set Value(value: string | undefined);
|
|
1333
|
-
Clone(): unknown;
|
|
1334
|
-
Clone(): XmlNode;
|
|
1335
1308
|
CloneNode(deep: boolean): XmlNode;
|
|
1336
|
-
CreateNavigator(): XPathNavigator;
|
|
1337
|
-
GetEnumerator(): IEnumerator;
|
|
1338
1309
|
WriteContentTo(w: XmlWriter): void;
|
|
1339
1310
|
WriteTo(w: XmlWriter): void;
|
|
1340
1311
|
}
|
|
@@ -1397,7 +1368,7 @@ export const XmlImplementation: {
|
|
|
1397
1368
|
|
|
1398
1369
|
export type XmlImplementation = XmlImplementation$instance;
|
|
1399
1370
|
|
|
1400
|
-
export interface XmlLinkedNode$instance extends XmlNode$instance {
|
|
1371
|
+
export interface XmlLinkedNode$instance extends XmlNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1401
1372
|
readonly __tsonic_type_System_Xml_XmlLinkedNode: never;
|
|
1402
1373
|
|
|
1403
1374
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1406,10 +1377,6 @@ export interface XmlLinkedNode$instance extends XmlNode$instance {
|
|
|
1406
1377
|
|
|
1407
1378
|
readonly NextSibling: XmlNode | undefined;
|
|
1408
1379
|
readonly PreviousSibling: XmlNode | undefined;
|
|
1409
|
-
Clone(): XmlNode;
|
|
1410
|
-
Clone(): unknown;
|
|
1411
|
-
CreateNavigator(): XPathNavigator;
|
|
1412
|
-
GetEnumerator(): IEnumerator;
|
|
1413
1380
|
}
|
|
1414
1381
|
|
|
1415
1382
|
|
|
@@ -1643,8 +1610,6 @@ export interface XmlNodeReader$instance extends XmlReader$instance {
|
|
|
1643
1610
|
readonly XmlLang: string;
|
|
1644
1611
|
readonly XmlSpace: XmlSpace;
|
|
1645
1612
|
Close(): void;
|
|
1646
|
-
Dispose(): void;
|
|
1647
|
-
Dispose(disposing: boolean): void;
|
|
1648
1613
|
GetAttribute(name: string): string | undefined;
|
|
1649
1614
|
GetAttribute(name: string, namespaceURI: string): string | undefined;
|
|
1650
1615
|
GetAttribute(attributeIndex: int): string;
|
|
@@ -1680,7 +1645,7 @@ export interface __XmlNodeReader$views {
|
|
|
1680
1645
|
export type XmlNodeReader = XmlNodeReader$instance & __XmlNodeReader$views;
|
|
1681
1646
|
|
|
1682
1647
|
|
|
1683
|
-
export interface XmlNotation$instance extends XmlNode$instance {
|
|
1648
|
+
export interface XmlNotation$instance extends XmlNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1684
1649
|
readonly __tsonic_type_System_Xml_XmlNotation: never;
|
|
1685
1650
|
|
|
1686
1651
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1695,11 +1660,7 @@ export interface XmlNotation$instance extends XmlNode$instance {
|
|
|
1695
1660
|
readonly OuterXml: string;
|
|
1696
1661
|
readonly PublicId: string | undefined;
|
|
1697
1662
|
readonly SystemId: string | undefined;
|
|
1698
|
-
Clone(): XmlNode;
|
|
1699
|
-
Clone(): unknown;
|
|
1700
1663
|
CloneNode(deep: boolean): XmlNode;
|
|
1701
|
-
CreateNavigator(): XPathNavigator;
|
|
1702
|
-
GetEnumerator(): IEnumerator;
|
|
1703
1664
|
WriteContentTo(w: XmlWriter): void;
|
|
1704
1665
|
WriteTo(w: XmlWriter): void;
|
|
1705
1666
|
}
|
|
@@ -1747,7 +1708,7 @@ export const XmlParserContext: {
|
|
|
1747
1708
|
|
|
1748
1709
|
export type XmlParserContext = XmlParserContext$instance;
|
|
1749
1710
|
|
|
1750
|
-
export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instance {
|
|
1711
|
+
export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
1751
1712
|
readonly __tsonic_type_System_Xml_XmlProcessingInstruction: never;
|
|
1752
1713
|
|
|
1753
1714
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1761,11 +1722,7 @@ export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instanc
|
|
|
1761
1722
|
readonly NodeType: XmlNodeType;
|
|
1762
1723
|
readonly Target: string;
|
|
1763
1724
|
Value: string | string | undefined;
|
|
1764
|
-
Clone(): unknown;
|
|
1765
|
-
Clone(): XmlNode;
|
|
1766
1725
|
CloneNode(deep: boolean): XmlNode;
|
|
1767
|
-
CreateNavigator(): XPathNavigator;
|
|
1768
|
-
GetEnumerator(): IEnumerator;
|
|
1769
1726
|
WriteContentTo(w: XmlWriter): void;
|
|
1770
1727
|
WriteTo(w: XmlWriter): void;
|
|
1771
1728
|
}
|
|
@@ -2018,7 +1975,6 @@ export interface XmlSecureResolver$instance extends XmlResolver {
|
|
|
2018
1975
|
Credentials: ICredentials;
|
|
2019
1976
|
GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
|
|
2020
1977
|
GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
2021
|
-
GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
2022
1978
|
ResolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
2023
1979
|
}
|
|
2024
1980
|
|
|
@@ -2030,7 +1986,7 @@ export const XmlSecureResolver: {
|
|
|
2030
1986
|
|
|
2031
1987
|
export type XmlSecureResolver = XmlSecureResolver$instance;
|
|
2032
1988
|
|
|
2033
|
-
export interface XmlSignificantWhitespace$instance extends XmlCharacterData$instance {
|
|
1989
|
+
export interface XmlSignificantWhitespace$instance extends XmlCharacterData$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
2034
1990
|
readonly __tsonic_type_System_Xml_XmlSignificantWhitespace: never;
|
|
2035
1991
|
|
|
2036
1992
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2044,11 +2000,7 @@ export interface XmlSignificantWhitespace$instance extends XmlCharacterData$inst
|
|
|
2044
2000
|
readonly PreviousText: XmlNode | undefined;
|
|
2045
2001
|
get Value(): string | undefined;
|
|
2046
2002
|
set Value(value: string | undefined);
|
|
2047
|
-
Clone(): unknown;
|
|
2048
|
-
Clone(): XmlNode;
|
|
2049
2003
|
CloneNode(deep: boolean): XmlNode;
|
|
2050
|
-
CreateNavigator(): XPathNavigator;
|
|
2051
|
-
GetEnumerator(): IEnumerator;
|
|
2052
2004
|
WriteContentTo(w: XmlWriter): void;
|
|
2053
2005
|
WriteTo(w: XmlWriter): void;
|
|
2054
2006
|
}
|
|
@@ -2067,7 +2019,7 @@ export interface __XmlSignificantWhitespace$views {
|
|
|
2067
2019
|
export type XmlSignificantWhitespace = XmlSignificantWhitespace$instance & __XmlSignificantWhitespace$views;
|
|
2068
2020
|
|
|
2069
2021
|
|
|
2070
|
-
export interface XmlText$instance extends XmlCharacterData$instance {
|
|
2022
|
+
export interface XmlText$instance extends XmlCharacterData$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
2071
2023
|
readonly __tsonic_type_System_Xml_XmlText: never;
|
|
2072
2024
|
|
|
2073
2025
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2081,11 +2033,7 @@ export interface XmlText$instance extends XmlCharacterData$instance {
|
|
|
2081
2033
|
readonly PreviousText: XmlNode | undefined;
|
|
2082
2034
|
get Value(): string | undefined;
|
|
2083
2035
|
set Value(value: string | undefined);
|
|
2084
|
-
Clone(): unknown;
|
|
2085
|
-
Clone(): XmlNode;
|
|
2086
2036
|
CloneNode(deep: boolean): XmlNode;
|
|
2087
|
-
CreateNavigator(): XPathNavigator;
|
|
2088
|
-
GetEnumerator(): IEnumerator;
|
|
2089
2037
|
SplitText(offset: int): XmlText;
|
|
2090
2038
|
WriteContentTo(w: XmlWriter): void;
|
|
2091
2039
|
WriteTo(w: XmlWriter): void;
|
|
@@ -2144,8 +2092,6 @@ export interface XmlTextReader$instance extends XmlReader$instance, IXmlLineInfo
|
|
|
2144
2092
|
XmlResolver: XmlResolver | undefined;
|
|
2145
2093
|
readonly XmlSpace: XmlSpace;
|
|
2146
2094
|
Close(): void;
|
|
2147
|
-
Dispose(): void;
|
|
2148
|
-
Dispose(disposing: boolean): void;
|
|
2149
2095
|
GetAttribute(name: string): string | undefined;
|
|
2150
2096
|
GetAttribute(localName: string, namespaceURI: string): string | undefined;
|
|
2151
2097
|
GetAttribute(i: int): string;
|
|
@@ -2200,7 +2146,7 @@ export interface __XmlTextReader$views {
|
|
|
2200
2146
|
export type XmlTextReader = XmlTextReader$instance & __XmlTextReader$views;
|
|
2201
2147
|
|
|
2202
2148
|
|
|
2203
|
-
export interface XmlTextWriter$instance extends XmlWriter$instance {
|
|
2149
|
+
export interface XmlTextWriter$instance extends XmlWriter$instance, System_Internal.IAsyncDisposable$instance {
|
|
2204
2150
|
readonly __tsonic_type_System_Xml_XmlTextWriter: never;
|
|
2205
2151
|
|
|
2206
2152
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
@@ -2216,9 +2162,6 @@ export interface XmlTextWriter$instance extends XmlWriter$instance {
|
|
|
2216
2162
|
readonly XmlLang: string | undefined;
|
|
2217
2163
|
readonly XmlSpace: XmlSpace;
|
|
2218
2164
|
Close(): void;
|
|
2219
|
-
Dispose(): void;
|
|
2220
|
-
Dispose(disposing: boolean): void;
|
|
2221
|
-
DisposeAsync(): ValueTask;
|
|
2222
2165
|
Flush(): void;
|
|
2223
2166
|
LookupPrefix(ns: string): string | undefined;
|
|
2224
2167
|
WriteBase64(buffer: byte[], index: int, count: int): void;
|
|
@@ -2276,7 +2219,6 @@ export interface XmlUrlResolver$instance extends XmlResolver {
|
|
|
2276
2219
|
Proxy: IWebProxy | undefined;
|
|
2277
2220
|
GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
|
|
2278
2221
|
GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
2279
|
-
GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
2280
2222
|
ResolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
2281
2223
|
}
|
|
2282
2224
|
|
|
@@ -2326,8 +2268,6 @@ export interface XmlValidatingReader$instance extends XmlReader$instance, IXmlLi
|
|
|
2326
2268
|
XmlResolver: XmlResolver;
|
|
2327
2269
|
readonly XmlSpace: XmlSpace;
|
|
2328
2270
|
Close(): void;
|
|
2329
|
-
Dispose(): void;
|
|
2330
|
-
Dispose(disposing: boolean): void;
|
|
2331
2271
|
GetAttribute(name: string): string | undefined;
|
|
2332
2272
|
GetAttribute(localName: string, namespaceURI: string): string | undefined;
|
|
2333
2273
|
GetAttribute(i: int): string;
|
|
@@ -2367,7 +2307,7 @@ export interface __XmlValidatingReader$views {
|
|
|
2367
2307
|
export type XmlValidatingReader = XmlValidatingReader$instance & __XmlValidatingReader$views;
|
|
2368
2308
|
|
|
2369
2309
|
|
|
2370
|
-
export interface XmlWhitespace$instance extends XmlCharacterData$instance {
|
|
2310
|
+
export interface XmlWhitespace$instance extends XmlCharacterData$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {
|
|
2371
2311
|
readonly __tsonic_type_System_Xml_XmlWhitespace: never;
|
|
2372
2312
|
|
|
2373
2313
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2381,11 +2321,7 @@ export interface XmlWhitespace$instance extends XmlCharacterData$instance {
|
|
|
2381
2321
|
readonly PreviousText: XmlNode | undefined;
|
|
2382
2322
|
get Value(): string | undefined;
|
|
2383
2323
|
set Value(value: string | undefined);
|
|
2384
|
-
Clone(): unknown;
|
|
2385
|
-
Clone(): XmlNode;
|
|
2386
2324
|
CloneNode(deep: boolean): XmlNode;
|
|
2387
|
-
CreateNavigator(): XPathNavigator;
|
|
2388
|
-
GetEnumerator(): IEnumerator;
|
|
2389
2325
|
WriteContentTo(w: XmlWriter): void;
|
|
2390
2326
|
WriteTo(w: XmlWriter): void;
|
|
2391
2327
|
}
|