@tsonic/dotnet 0.7.2 → 0.7.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/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/System/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +41 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography/internal/index.d.ts +15 -15
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq/internal/index.d.ts +10 -10
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Threading.Tasks.Sources/index.d.ts +0 -20
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.Schema
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ArrayList, CollectionBase, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from '../System.Collections/internal/index.js';
|
|
10
|
-
import type { Stream, TextReader, TextWriter } from '../System.IO/internal/index.js';
|
|
11
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
12
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
13
|
-
import type { XAttribute, XDocument, XElement } from '../System.Xml.Linq/internal/index.js';
|
|
14
|
-
import type { XmlSerializerNamespaces } from '../System.Xml.Serialization/internal/index.js';
|
|
15
|
-
import type { XPathItem } from '../System.Xml.XPath/internal/index.js';
|
|
16
|
-
import type { IXmlLineInfo, IXmlNamespaceResolver, XmlAttribute, XmlNamespaceManager, XmlNameTable, XmlNode, XmlQualifiedName, XmlReader, XmlResolver, XmlTokenizedType, XmlWriter } from '../System.Xml/internal/index.js';
|
|
17
|
-
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Uri, Void } from '../System/internal/index.js';
|
|
18
|
-
|
|
19
|
-
export * from './internal/index.js';
|
|
20
|
-
|
|
21
|
-
// Individual type exports for convenience
|
|
22
|
-
export { XmlSchemaDatatypeVariety as XmlSchemaDatatypeVariety } from './internal/index.js';
|
|
23
|
-
export type IXmlSchemaInfo = Internal.IXmlSchemaInfo;
|
|
24
|
-
export { ValidationEventArgs as ValidationEventArgs } from './internal/index.js';
|
|
25
|
-
export type ValidationEventHandler = Internal.ValidationEventHandler;
|
|
26
|
-
export { XmlAtomicValue as XmlAtomicValue } from './internal/index.js';
|
|
27
|
-
export { XmlSchema as XmlSchema } from './internal/index.js';
|
|
28
|
-
export { XmlSchemaAll as XmlSchemaAll } from './internal/index.js';
|
|
29
|
-
export { XmlSchemaAnnotated as XmlSchemaAnnotated } from './internal/index.js';
|
|
30
|
-
export { XmlSchemaAnnotation as XmlSchemaAnnotation } from './internal/index.js';
|
|
31
|
-
export { XmlSchemaAny as XmlSchemaAny } from './internal/index.js';
|
|
32
|
-
export { XmlSchemaAnyAttribute as XmlSchemaAnyAttribute } from './internal/index.js';
|
|
33
|
-
export { XmlSchemaAppInfo as XmlSchemaAppInfo } from './internal/index.js';
|
|
34
|
-
export { XmlSchemaAttribute as XmlSchemaAttribute } from './internal/index.js';
|
|
35
|
-
export { XmlSchemaAttributeGroup as XmlSchemaAttributeGroup } from './internal/index.js';
|
|
36
|
-
export { XmlSchemaAttributeGroupRef as XmlSchemaAttributeGroupRef } from './internal/index.js';
|
|
37
|
-
export { XmlSchemaChoice as XmlSchemaChoice } from './internal/index.js';
|
|
38
|
-
export { XmlSchemaCollection as XmlSchemaCollection } from './internal/index.js';
|
|
39
|
-
export { XmlSchemaCollectionEnumerator as XmlSchemaCollectionEnumerator } from './internal/index.js';
|
|
40
|
-
export { XmlSchemaComplexContent as XmlSchemaComplexContent } from './internal/index.js';
|
|
41
|
-
export { XmlSchemaComplexContentExtension as XmlSchemaComplexContentExtension } from './internal/index.js';
|
|
42
|
-
export { XmlSchemaComplexContentRestriction as XmlSchemaComplexContentRestriction } from './internal/index.js';
|
|
43
|
-
export { XmlSchemaComplexType as XmlSchemaComplexType } from './internal/index.js';
|
|
44
|
-
export { XmlSchemaContent as XmlSchemaContent } from './internal/index.js';
|
|
45
|
-
export { XmlSchemaContentModel as XmlSchemaContentModel } from './internal/index.js';
|
|
46
|
-
export { XmlSchemaContentProcessing as XmlSchemaContentProcessing } from './internal/index.js';
|
|
47
|
-
export { XmlSchemaContentType as XmlSchemaContentType } from './internal/index.js';
|
|
48
|
-
export { XmlSchemaDatatype as XmlSchemaDatatype } from './internal/index.js';
|
|
49
|
-
export { XmlSchemaDerivationMethod as XmlSchemaDerivationMethod } from './internal/index.js';
|
|
50
|
-
export { XmlSchemaDocumentation as XmlSchemaDocumentation } from './internal/index.js';
|
|
51
|
-
export { XmlSchemaElement as XmlSchemaElement } from './internal/index.js';
|
|
52
|
-
export { XmlSchemaException as XmlSchemaException } from './internal/index.js';
|
|
53
|
-
export { XmlSchemaExternal as XmlSchemaExternal } from './internal/index.js';
|
|
54
|
-
export { XmlSchemaFacet as XmlSchemaFacet } from './internal/index.js';
|
|
55
|
-
export { XmlSchemaNumericFacet as XmlSchemaNumericFacet } from './internal/index.js';
|
|
56
|
-
export { XmlSchemaLengthFacet as XmlSchemaLengthFacet } from './internal/index.js';
|
|
57
|
-
export { XmlSchemaMinLengthFacet as XmlSchemaMinLengthFacet } from './internal/index.js';
|
|
58
|
-
export { XmlSchemaMaxLengthFacet as XmlSchemaMaxLengthFacet } from './internal/index.js';
|
|
59
|
-
export { XmlSchemaPatternFacet as XmlSchemaPatternFacet } from './internal/index.js';
|
|
60
|
-
export { XmlSchemaEnumerationFacet as XmlSchemaEnumerationFacet } from './internal/index.js';
|
|
61
|
-
export { XmlSchemaMinExclusiveFacet as XmlSchemaMinExclusiveFacet } from './internal/index.js';
|
|
62
|
-
export { XmlSchemaMinInclusiveFacet as XmlSchemaMinInclusiveFacet } from './internal/index.js';
|
|
63
|
-
export { XmlSchemaMaxExclusiveFacet as XmlSchemaMaxExclusiveFacet } from './internal/index.js';
|
|
64
|
-
export { XmlSchemaMaxInclusiveFacet as XmlSchemaMaxInclusiveFacet } from './internal/index.js';
|
|
65
|
-
export { XmlSchemaTotalDigitsFacet as XmlSchemaTotalDigitsFacet } from './internal/index.js';
|
|
66
|
-
export { XmlSchemaFractionDigitsFacet as XmlSchemaFractionDigitsFacet } from './internal/index.js';
|
|
67
|
-
export { XmlSchemaWhiteSpaceFacet as XmlSchemaWhiteSpaceFacet } from './internal/index.js';
|
|
68
|
-
export { XmlSchemaForm as XmlSchemaForm } from './internal/index.js';
|
|
69
|
-
export { XmlSchemaGroup as XmlSchemaGroup } from './internal/index.js';
|
|
70
|
-
export { XmlSchemaGroupBase as XmlSchemaGroupBase } from './internal/index.js';
|
|
71
|
-
export { XmlSchemaGroupRef as XmlSchemaGroupRef } from './internal/index.js';
|
|
72
|
-
export { XmlSchemaIdentityConstraint as XmlSchemaIdentityConstraint } from './internal/index.js';
|
|
73
|
-
export { XmlSchemaXPath as XmlSchemaXPath } from './internal/index.js';
|
|
74
|
-
export { XmlSchemaUnique as XmlSchemaUnique } from './internal/index.js';
|
|
75
|
-
export { XmlSchemaKey as XmlSchemaKey } from './internal/index.js';
|
|
76
|
-
export { XmlSchemaKeyref as XmlSchemaKeyref } from './internal/index.js';
|
|
77
|
-
export { XmlSchemaImport as XmlSchemaImport } from './internal/index.js';
|
|
78
|
-
export { XmlSchemaInclude as XmlSchemaInclude } from './internal/index.js';
|
|
79
|
-
export { XmlSchemaInfo as XmlSchemaInfo } from './internal/index.js';
|
|
80
|
-
export { XmlSchemaNotation as XmlSchemaNotation } from './internal/index.js';
|
|
81
|
-
export { XmlSchemaObject as XmlSchemaObject } from './internal/index.js';
|
|
82
|
-
export { XmlSchemaObjectCollection as XmlSchemaObjectCollection } from './internal/index.js';
|
|
83
|
-
export { XmlSchemaObjectEnumerator as XmlSchemaObjectEnumerator } from './internal/index.js';
|
|
84
|
-
export { XmlSchemaObjectTable as XmlSchemaObjectTable } from './internal/index.js';
|
|
85
|
-
export { XmlSchemaParticle as XmlSchemaParticle } from './internal/index.js';
|
|
86
|
-
export { XmlSchemaRedefine as XmlSchemaRedefine } from './internal/index.js';
|
|
87
|
-
export { XmlSchemaSequence as XmlSchemaSequence } from './internal/index.js';
|
|
88
|
-
export { XmlSchemaSet as XmlSchemaSet } from './internal/index.js';
|
|
89
|
-
export { XmlSchemaCompilationSettings as XmlSchemaCompilationSettings } from './internal/index.js';
|
|
90
|
-
export { XmlSchemaSimpleContent as XmlSchemaSimpleContent } from './internal/index.js';
|
|
91
|
-
export { XmlSchemaSimpleContentExtension as XmlSchemaSimpleContentExtension } from './internal/index.js';
|
|
92
|
-
export { XmlSchemaSimpleContentRestriction as XmlSchemaSimpleContentRestriction } from './internal/index.js';
|
|
93
|
-
export { XmlSchemaSimpleType as XmlSchemaSimpleType } from './internal/index.js';
|
|
94
|
-
export { XmlSchemaSimpleTypeContent as XmlSchemaSimpleTypeContent } from './internal/index.js';
|
|
95
|
-
export { XmlSchemaSimpleTypeList as XmlSchemaSimpleTypeList } from './internal/index.js';
|
|
96
|
-
export { XmlSchemaSimpleTypeRestriction as XmlSchemaSimpleTypeRestriction } from './internal/index.js';
|
|
97
|
-
export { XmlSchemaSimpleTypeUnion as XmlSchemaSimpleTypeUnion } from './internal/index.js';
|
|
98
|
-
export { XmlSchemaType as XmlSchemaType } from './internal/index.js';
|
|
99
|
-
export { XmlSchemaUse as XmlSchemaUse } from './internal/index.js';
|
|
100
|
-
export { XmlSchemaValidationException as XmlSchemaValidationException } from './internal/index.js';
|
|
101
|
-
export type XmlValueGetter = Internal.XmlValueGetter;
|
|
102
|
-
export { XmlSchemaValidationFlags as XmlSchemaValidationFlags } from './internal/index.js';
|
|
103
|
-
export { XmlSchemaValidator as XmlSchemaValidator } from './internal/index.js';
|
|
104
|
-
export { XmlSchemaValidity as XmlSchemaValidity } from './internal/index.js';
|
|
105
|
-
export { XmlSeverityType as XmlSeverityType } from './internal/index.js';
|
|
106
|
-
export { XmlTypeCode as XmlTypeCode } from './internal/index.js';
|
|
107
|
-
export { XmlSchemaInference as XmlSchemaInference } from './internal/index.js';
|
|
108
|
-
export { XmlSchemaInference_InferenceOption as XmlSchemaInference_InferenceOption } from './internal/index.js';
|
|
109
|
-
export { XmlSchemaInferenceException as XmlSchemaInferenceException } from './internal/index.js';
|
|
110
|
-
export { Extensions$instance as Extensions } from './internal/index.js';
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.Serialization
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IEnumerable_1, IEnumerator_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { StringCollection } from '../System.Collections.Specialized/internal/index.js';
|
|
11
|
-
import type { CollectionBase, Hashtable, ICollection, IEnumerable, IEnumerator, IList } from '../System.Collections/internal/index.js';
|
|
12
|
-
import type { Stream, TextReader, TextWriter } from '../System.IO/internal/index.js';
|
|
13
|
-
import type { ICustomAttributeProvider, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
14
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
15
|
-
import type { ValidationEventHandler, XmlSchema, XmlSchemaForm } from '../System.Xml.Schema/internal/index.js';
|
|
16
|
-
import type { WhitespaceHandling, XmlAttribute, XmlElement, XmlNodeType, XmlQualifiedName, XmlReader, XmlWriter } from '../System.Xml/internal/index.js';
|
|
17
|
-
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, EventArgs, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, ValueType, Void } from '../System/internal/index.js';
|
|
18
|
-
|
|
19
|
-
export * from './internal/index.js';
|
|
20
|
-
|
|
21
|
-
// Individual type exports for convenience
|
|
22
|
-
export { CodeGenerationOptions as CodeGenerationOptions } from './internal/index.js';
|
|
23
|
-
export { CodeIdentifier as CodeIdentifier } from './internal/index.js';
|
|
24
|
-
export { CodeIdentifiers as CodeIdentifiers } from './internal/index.js';
|
|
25
|
-
export { ImportContext as ImportContext } from './internal/index.js';
|
|
26
|
-
export type IXmlSerializable = Internal.IXmlSerializable;
|
|
27
|
-
export type IXmlTextParser = Internal.IXmlTextParser;
|
|
28
|
-
export { SchemaImporter as SchemaImporter } from './internal/index.js';
|
|
29
|
-
export { SoapAttributeAttribute as SoapAttributeAttribute } from './internal/index.js';
|
|
30
|
-
export { SoapAttributeOverrides as SoapAttributeOverrides } from './internal/index.js';
|
|
31
|
-
export { SoapAttributes as SoapAttributes } from './internal/index.js';
|
|
32
|
-
export { SoapElementAttribute as SoapElementAttribute } from './internal/index.js';
|
|
33
|
-
export { SoapEnumAttribute as SoapEnumAttribute } from './internal/index.js';
|
|
34
|
-
export { SoapIgnoreAttribute as SoapIgnoreAttribute } from './internal/index.js';
|
|
35
|
-
export { SoapIncludeAttribute as SoapIncludeAttribute } from './internal/index.js';
|
|
36
|
-
export { SoapReflectionImporter as SoapReflectionImporter } from './internal/index.js';
|
|
37
|
-
export { SoapSchemaMember as SoapSchemaMember } from './internal/index.js';
|
|
38
|
-
export { SoapTypeAttribute as SoapTypeAttribute } from './internal/index.js';
|
|
39
|
-
export { XmlAnyAttributeAttribute as XmlAnyAttributeAttribute } from './internal/index.js';
|
|
40
|
-
export { XmlAnyElementAttribute as XmlAnyElementAttribute } from './internal/index.js';
|
|
41
|
-
export { XmlAnyElementAttributes as XmlAnyElementAttributes } from './internal/index.js';
|
|
42
|
-
export { XmlArrayAttribute as XmlArrayAttribute } from './internal/index.js';
|
|
43
|
-
export { XmlArrayItemAttribute as XmlArrayItemAttribute } from './internal/index.js';
|
|
44
|
-
export { XmlArrayItemAttributes as XmlArrayItemAttributes } from './internal/index.js';
|
|
45
|
-
export { XmlAttributeAttribute as XmlAttributeAttribute } from './internal/index.js';
|
|
46
|
-
export { XmlAttributeOverrides as XmlAttributeOverrides } from './internal/index.js';
|
|
47
|
-
export { XmlAttributes as XmlAttributes } from './internal/index.js';
|
|
48
|
-
export { XmlChoiceIdentifierAttribute as XmlChoiceIdentifierAttribute } from './internal/index.js';
|
|
49
|
-
export { XmlElementAttribute as XmlElementAttribute } from './internal/index.js';
|
|
50
|
-
export { XmlElementAttributes as XmlElementAttributes } from './internal/index.js';
|
|
51
|
-
export { XmlEnumAttribute as XmlEnumAttribute } from './internal/index.js';
|
|
52
|
-
export { XmlIgnoreAttribute as XmlIgnoreAttribute } from './internal/index.js';
|
|
53
|
-
export { XmlIncludeAttribute as XmlIncludeAttribute } from './internal/index.js';
|
|
54
|
-
export { XmlMappingAccess as XmlMappingAccess } from './internal/index.js';
|
|
55
|
-
export { XmlMapping as XmlMapping } from './internal/index.js';
|
|
56
|
-
export { XmlMemberMapping as XmlMemberMapping } from './internal/index.js';
|
|
57
|
-
export { XmlMembersMapping as XmlMembersMapping } from './internal/index.js';
|
|
58
|
-
export { XmlNamespaceDeclarationsAttribute as XmlNamespaceDeclarationsAttribute } from './internal/index.js';
|
|
59
|
-
export { XmlReflectionImporter as XmlReflectionImporter } from './internal/index.js';
|
|
60
|
-
export { XmlReflectionMember as XmlReflectionMember } from './internal/index.js';
|
|
61
|
-
export { XmlRootAttribute as XmlRootAttribute } from './internal/index.js';
|
|
62
|
-
export { XmlSchemaExporter as XmlSchemaExporter } from './internal/index.js';
|
|
63
|
-
export { XmlSchemaImporter as XmlSchemaImporter } from './internal/index.js';
|
|
64
|
-
export { XmlSchemaProviderAttribute as XmlSchemaProviderAttribute } from './internal/index.js';
|
|
65
|
-
export { XmlSchemas as XmlSchemas } from './internal/index.js';
|
|
66
|
-
export { XmlSchemaEnumerator as XmlSchemaEnumerator } from './internal/index.js';
|
|
67
|
-
export { XmlSerializationGeneratedCode as XmlSerializationGeneratedCode } from './internal/index.js';
|
|
68
|
-
export { XmlSerializationReader as XmlSerializationReader } from './internal/index.js';
|
|
69
|
-
export type XmlSerializationFixupCallback = Internal.XmlSerializationFixupCallback;
|
|
70
|
-
export type XmlSerializationCollectionFixupCallback = Internal.XmlSerializationCollectionFixupCallback;
|
|
71
|
-
export type XmlSerializationReadCallback = Internal.XmlSerializationReadCallback;
|
|
72
|
-
export { XmlSerializationWriter as XmlSerializationWriter } from './internal/index.js';
|
|
73
|
-
export type XmlSerializationWriteCallback = Internal.XmlSerializationWriteCallback;
|
|
74
|
-
export { XmlSerializerAssemblyAttribute as XmlSerializerAssemblyAttribute } from './internal/index.js';
|
|
75
|
-
export { XmlDeserializationEvents as XmlDeserializationEvents } from './internal/index.js';
|
|
76
|
-
export { XmlSerializerImplementation as XmlSerializerImplementation } from './internal/index.js';
|
|
77
|
-
export { XmlSerializer as XmlSerializer } from './internal/index.js';
|
|
78
|
-
export { XmlSerializerFactory as XmlSerializerFactory } from './internal/index.js';
|
|
79
|
-
export { XmlSerializerNamespaces as XmlSerializerNamespaces } from './internal/index.js';
|
|
80
|
-
export { XmlSerializerVersionAttribute as XmlSerializerVersionAttribute } from './internal/index.js';
|
|
81
|
-
export { XmlTextAttribute as XmlTextAttribute } from './internal/index.js';
|
|
82
|
-
export { XmlTypeAttribute as XmlTypeAttribute } from './internal/index.js';
|
|
83
|
-
export { XmlTypeMapping as XmlTypeMapping } from './internal/index.js';
|
|
84
|
-
export type XmlAttributeEventHandler = Internal.XmlAttributeEventHandler;
|
|
85
|
-
export { XmlAttributeEventArgs as XmlAttributeEventArgs } from './internal/index.js';
|
|
86
|
-
export type XmlElementEventHandler = Internal.XmlElementEventHandler;
|
|
87
|
-
export { XmlElementEventArgs as XmlElementEventArgs } from './internal/index.js';
|
|
88
|
-
export type XmlNodeEventHandler = Internal.XmlNodeEventHandler;
|
|
89
|
-
export { XmlNodeEventArgs as XmlNodeEventArgs } from './internal/index.js';
|
|
90
|
-
export type UnreferencedObjectEventHandler = Internal.UnreferencedObjectEventHandler;
|
|
91
|
-
export { UnreferencedObjectEventArgs as UnreferencedObjectEventArgs } from './internal/index.js';
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.XPath
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IDictionary_2, IEnumerable_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IComparer, IDictionary, IEnumerable, IEnumerator, IEqualityComparer } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { Stream, TextReader } from '../System.IO/internal/index.js';
|
|
12
|
-
import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
13
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
14
|
-
import type { XElement, XNode } from '../System.Xml.Linq/internal/index.js';
|
|
15
|
-
import type { IXmlSchemaInfo, ValidationEventHandler, XmlSchemaSet, XmlSchemaType } from '../System.Xml.Schema/internal/index.js';
|
|
16
|
-
import type { IXmlNamespaceResolver, XmlNamespaceManager, XmlNamespaceScope, XmlNameTable, XmlNodeOrder, XmlReader, XmlSpace, XmlWriter } from '../System.Xml/internal/index.js';
|
|
17
|
-
import type { Boolean as ClrBoolean, DateTime, Double, Enum, Exception, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
18
|
-
|
|
19
|
-
export * from './internal/index.js';
|
|
20
|
-
|
|
21
|
-
// Individual type exports for convenience
|
|
22
|
-
export type IXPathNavigable = Internal.IXPathNavigable;
|
|
23
|
-
export { XPathDocument as XPathDocument } from './internal/index.js';
|
|
24
|
-
export { XPathException as XPathException } from './internal/index.js';
|
|
25
|
-
export { XmlSortOrder as XmlSortOrder } from './internal/index.js';
|
|
26
|
-
export { XmlCaseOrder as XmlCaseOrder } from './internal/index.js';
|
|
27
|
-
export { XmlDataType as XmlDataType } from './internal/index.js';
|
|
28
|
-
export { XPathResultType as XPathResultType } from './internal/index.js';
|
|
29
|
-
export { XPathExpression as XPathExpression } from './internal/index.js';
|
|
30
|
-
export { XPathItem as XPathItem } from './internal/index.js';
|
|
31
|
-
export { XPathNamespaceScope as XPathNamespaceScope } from './internal/index.js';
|
|
32
|
-
export { XPathNavigator as XPathNavigator } from './internal/index.js';
|
|
33
|
-
export { XPathNodeIterator as XPathNodeIterator } from './internal/index.js';
|
|
34
|
-
export { XPathNodeType as XPathNodeType } from './internal/index.js';
|
|
35
|
-
export { Extensions$instance as Extensions } from './internal/index.js';
|
|
36
|
-
export { XDocumentExtensions$instance as XDocumentExtensions } from './internal/index.js';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.Xsl
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IDictionary_2 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IDictionary, IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { Stream, TextWriter } from '../System.IO/internal/index.js';
|
|
12
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
13
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
14
|
-
import type { IXPathNavigable, XPathNavigator, XPathResultType } from '../System.Xml.XPath/internal/index.js';
|
|
15
|
-
import type { IXmlNamespaceResolver, XmlNamespaceManager, XmlNamespaceScope, XmlNameTable, XmlReader, XmlResolver, XmlWriter, XmlWriterSettings } from '../System.Xml/internal/index.js';
|
|
16
|
-
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, EventArgs, Exception, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, Type, Void } from '../System/internal/index.js';
|
|
17
|
-
|
|
18
|
-
export * from './internal/index.js';
|
|
19
|
-
|
|
20
|
-
// Individual type exports for convenience
|
|
21
|
-
export { XslCompiledTransform as XslCompiledTransform } from './internal/index.js';
|
|
22
|
-
export { XsltMessageEncounteredEventArgs as XsltMessageEncounteredEventArgs } from './internal/index.js';
|
|
23
|
-
export type XsltMessageEncounteredEventHandler = Internal.XsltMessageEncounteredEventHandler;
|
|
24
|
-
export { XsltArgumentList as XsltArgumentList } from './internal/index.js';
|
|
25
|
-
export type IXsltContextFunction = Internal.IXsltContextFunction;
|
|
26
|
-
export type IXsltContextVariable = Internal.IXsltContextVariable;
|
|
27
|
-
export { XsltContext as XsltContext } from './internal/index.js';
|
|
28
|
-
export { XsltException as XsltException } from './internal/index.js';
|
|
29
|
-
export { XsltCompileException as XsltCompileException } from './internal/index.js';
|
|
30
|
-
export { XslTransform as XslTransform } from './internal/index.js';
|
|
31
|
-
export { XsltSettings as XsltSettings } from './internal/index.js';
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.Xsl.Runtime
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IComparer_1, IEnumerable_1, IEnumerator_1, IList_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { ICollection, IEnumerable, IEnumerator, IList } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { Task, ValueTask } from '../System.Threading.Tasks/internal/index.js';
|
|
12
|
-
import type { XmlAtomicValue, XmlTypeCode } from '../System.Xml.Schema/internal/index.js';
|
|
13
|
-
import type { XPathItem, XPathNavigator, XPathNodeType } from '../System.Xml.XPath/internal/index.js';
|
|
14
|
-
import type { WriteState, XmlNameTable, XmlQualifiedName, XmlReader, XmlSpace, XmlWriter, XmlWriterSettings } from '../System.Xml/internal/index.js';
|
|
15
|
-
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Enum, IAsyncDisposable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from '../System/internal/index.js';
|
|
16
|
-
|
|
17
|
-
export * from './internal/index.js';
|
|
18
|
-
|
|
19
|
-
// Individual type exports for convenience
|
|
20
|
-
export { ContentIterator as ContentIterator } from './internal/index.js';
|
|
21
|
-
export { ElementContentIterator as ElementContentIterator } from './internal/index.js';
|
|
22
|
-
export { NodeKindContentIterator as NodeKindContentIterator } from './internal/index.js';
|
|
23
|
-
export { AttributeIterator as AttributeIterator } from './internal/index.js';
|
|
24
|
-
export { NamespaceIterator as NamespaceIterator } from './internal/index.js';
|
|
25
|
-
export { AttributeContentIterator as AttributeContentIterator } from './internal/index.js';
|
|
26
|
-
export { ContentMergeIterator as ContentMergeIterator } from './internal/index.js';
|
|
27
|
-
export { DodSequenceMerge as DodSequenceMerge } from './internal/index.js';
|
|
28
|
-
export { SetIteratorResult as SetIteratorResult } from './internal/index.js';
|
|
29
|
-
export { UnionIterator as UnionIterator } from './internal/index.js';
|
|
30
|
-
export { IntersectIterator as IntersectIterator } from './internal/index.js';
|
|
31
|
-
export { DifferenceIterator as DifferenceIterator } from './internal/index.js';
|
|
32
|
-
export { FollowingSiblingIterator as FollowingSiblingIterator } from './internal/index.js';
|
|
33
|
-
export { FollowingSiblingMergeIterator as FollowingSiblingMergeIterator } from './internal/index.js';
|
|
34
|
-
export { PrecedingSiblingIterator as PrecedingSiblingIterator } from './internal/index.js';
|
|
35
|
-
export { PrecedingSiblingDocOrderIterator as PrecedingSiblingDocOrderIterator } from './internal/index.js';
|
|
36
|
-
export { StringConcat as StringConcat } from './internal/index.js';
|
|
37
|
-
export { DescendantIterator as DescendantIterator } from './internal/index.js';
|
|
38
|
-
export { DescendantMergeIterator as DescendantMergeIterator } from './internal/index.js';
|
|
39
|
-
export { ParentIterator as ParentIterator } from './internal/index.js';
|
|
40
|
-
export { AncestorIterator as AncestorIterator } from './internal/index.js';
|
|
41
|
-
export { AncestorDocOrderIterator as AncestorDocOrderIterator } from './internal/index.js';
|
|
42
|
-
export { XPathFollowingIterator as XPathFollowingIterator } from './internal/index.js';
|
|
43
|
-
export { XPathFollowingMergeIterator as XPathFollowingMergeIterator } from './internal/index.js';
|
|
44
|
-
export { PrecedingIterator as PrecedingIterator } from './internal/index.js';
|
|
45
|
-
export { XPathPrecedingIterator as XPathPrecedingIterator } from './internal/index.js';
|
|
46
|
-
export { XPathPrecedingDocOrderIterator as XPathPrecedingDocOrderIterator } from './internal/index.js';
|
|
47
|
-
export { XPathPrecedingMergeIterator as XPathPrecedingMergeIterator } from './internal/index.js';
|
|
48
|
-
export { NodeRangeIterator as NodeRangeIterator } from './internal/index.js';
|
|
49
|
-
export { Int32Aggregator as Int32Aggregator } from './internal/index.js';
|
|
50
|
-
export { Int64Aggregator as Int64Aggregator } from './internal/index.js';
|
|
51
|
-
export { DecimalAggregator as DecimalAggregator } from './internal/index.js';
|
|
52
|
-
export { DoubleAggregator as DoubleAggregator } from './internal/index.js';
|
|
53
|
-
export { XmlCollation as XmlCollation } from './internal/index.js';
|
|
54
|
-
export { XmlILIndex as XmlILIndex } from './internal/index.js';
|
|
55
|
-
export { XmlILStorageConverter$instance as XmlILStorageConverter } from './internal/index.js';
|
|
56
|
-
export { IteratorResult as IteratorResult } from './internal/index.js';
|
|
57
|
-
export { IdIterator as IdIterator } from './internal/index.js';
|
|
58
|
-
export { XmlNavigatorFilter as XmlNavigatorFilter } from './internal/index.js';
|
|
59
|
-
export { XmlQueryContext as XmlQueryContext } from './internal/index.js';
|
|
60
|
-
export { XmlQueryOutput as XmlQueryOutput } from './internal/index.js';
|
|
61
|
-
export { XmlQueryRuntime as XmlQueryRuntime } from './internal/index.js';
|
|
62
|
-
export { XmlQuerySequence_1 as XmlQuerySequence_1 } from './internal/index.js';
|
|
63
|
-
export { XmlQuerySequence_1 as XmlQuerySequence } from './internal/index.js';
|
|
64
|
-
export { XmlQueryItemSequence as XmlQueryItemSequence } from './internal/index.js';
|
|
65
|
-
export { XmlQueryNodeSequence as XmlQueryNodeSequence } from './internal/index.js';
|
|
66
|
-
export { XmlSortKeyAccumulator as XmlSortKeyAccumulator } from './internal/index.js';
|
|
67
|
-
export { XsltConvert$instance as XsltConvert } from './internal/index.js';
|
|
68
|
-
export { XsltFunctions$instance as XsltFunctions } from './internal/index.js';
|
|
69
|
-
export { XsltLibrary as XsltLibrary } from './internal/index.js';
|