PySimultan 0.5.9.7__py3-none-any.whl → 0.6.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. PySimultan2/CHANGELOG.md +4 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +3 -3
  4. PySimultan2/default_types.py +39 -8
  5. PySimultan2/files.py +1 -1
  6. PySimultan2/object_mapper.py +2 -0
  7. PySimultan2/resources/BruTile.dll +0 -0
  8. PySimultan2/resources/ComponentBuilder.dll +0 -0
  9. PySimultan2/resources/ComponentBuilder.xml +93 -15
  10. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  11. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  12. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  13. PySimultan2/resources/HelixToolkit.dll +0 -0
  14. PySimultan2/resources/Python.Runtime.dll +0 -0
  15. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  16. PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
  17. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  18. PySimultan2/resources/SIMULTAN.UI.xml +57 -0
  19. PySimultan2/resources/SIMULTAN.dll +0 -0
  20. PySimultan2/resources/SIMULTAN.xml +73 -3
  21. PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
  22. PySimultan2/resources/defaultsettings.xml +0 -0
  23. PySimultan2/simultan_object.py +6 -1
  24. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
  25. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
  26. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
  27. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
  28. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
  29. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
  30. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
  31. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
  32. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
  33. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
  34. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
  35. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
  36. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
  37. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
  38. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
  39. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
  40. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
  41. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
  42. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
  43. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
  44. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
  45. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
  46. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
  47. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
  48. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
  49. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
  50. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
  51. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
  52. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
  53. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
  54. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
  55. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
  56. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
  57. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
  58. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
  59. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
  60. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
  61. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
  62. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
  63. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
  64. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
  65. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
  66. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
  67. PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
  68. PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
  69. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
  70. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
  71. PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
  72. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
  73. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
  74. PySimultan2/typings/System/Collections/__init__.pyi +403 -0
  75. PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
  76. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
  77. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
  78. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
  79. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
  80. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
  81. PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
  82. PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
  83. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
  84. PySimultan2/typings/System/IO/__init__.pyi +2747 -0
  85. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
  86. PySimultan2/typings/System/Net/__init__.pyi +81 -0
  87. PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
  88. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
  89. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
  90. PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
  91. PySimultan2/typings/System/Resources/__init__.pyi +205 -0
  92. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
  93. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
  94. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
  95. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
  96. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
  97. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
  98. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
  99. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
  100. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
  101. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
  102. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
  103. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
  104. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
  105. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
  106. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
  107. PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
  108. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
  109. PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
  110. PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
  111. PySimultan2/typings/System/Security/__init__.pyi +347 -0
  112. PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
  113. PySimultan2/typings/System/Text/__init__.pyi +1590 -0
  114. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
  115. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
  116. PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
  117. PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
  118. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
  119. PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
  120. PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
  121. PySimultan2/typings/System/__init__.pyi +17821 -0
  122. PySimultan2/utils.py +9 -4
  123. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
  124. pysimultan-0.6.0.1.dist-info/RECORD +174 -0
  125. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  126. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
  127. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  128. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
  129. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  130. PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
  131. pysimultan-0.5.9.7.dist-info/RECORD +0 -81
  132. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
  133. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,2410 @@
1
+ import typing, abc
2
+ from System.Collections.Generic import IDictionary_2
3
+ from System.Xml.Schema import IXmlSchemaInfo, XmlSchemaSet, ValidationEventHandler, XmlSchemaValidationFlags
4
+ from System.Collections import ICollection, IEnumerable, IEnumerator
5
+ from System import Array_1, ICloneable, IDisposable, DateTime, DateTimeOffset, Decimal, Uri, IAsyncDisposable
6
+ from System.Xml.XPath import XPathNavigator, IXPathNavigable
7
+ from System.IO import Stream, TextReader, TextWriter
8
+ from System.Text import Encoding, StringBuilder
9
+ from System.Threading.Tasks import Task_1, Task, ValueTask
10
+ from System.Net import ICredentials
11
+
12
+ class ConformanceLevel(typing.SupportsInt):
13
+ @typing.overload
14
+ def __init__(self, value : int) -> None: ...
15
+ @typing.overload
16
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
17
+ def __int__(self) -> int: ...
18
+
19
+ # Values:
20
+ Auto : ConformanceLevel # 0
21
+ Fragment : ConformanceLevel # 1
22
+ Document : ConformanceLevel # 2
23
+
24
+
25
+ class DtdProcessing(typing.SupportsInt):
26
+ @typing.overload
27
+ def __init__(self, value : int) -> None: ...
28
+ @typing.overload
29
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
30
+ def __int__(self) -> int: ...
31
+
32
+ # Values:
33
+ Prohibit : DtdProcessing # 0
34
+ Ignore : DtdProcessing # 1
35
+ Parse : DtdProcessing # 2
36
+
37
+
38
+ class IXmlNamespaceResolver(typing.Protocol):
39
+ @abc.abstractmethod
40
+ def GetNamespacesInScope(self, scope: XmlNamespaceScope) -> IDictionary_2[str, str]: ...
41
+ @abc.abstractmethod
42
+ def LookupNamespace(self, prefix: str) -> str: ...
43
+ @abc.abstractmethod
44
+ def LookupPrefix(self, namespaceName: str) -> str: ...
45
+
46
+
47
+ class NamespaceHandling(typing.SupportsInt):
48
+ @typing.overload
49
+ def __init__(self, value : int) -> None: ...
50
+ @typing.overload
51
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
52
+ def __int__(self) -> int: ...
53
+
54
+ # Values:
55
+ Default : NamespaceHandling # 0
56
+ OmitDuplicates : NamespaceHandling # 1
57
+
58
+
59
+ class NewLineHandling(typing.SupportsInt):
60
+ @typing.overload
61
+ def __init__(self, value : int) -> None: ...
62
+ @typing.overload
63
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
64
+ def __int__(self) -> int: ...
65
+
66
+ # Values:
67
+ Replace : NewLineHandling # 0
68
+ Entitize : NewLineHandling # 1
69
+ None_ : NewLineHandling # 2
70
+
71
+
72
+ class ReadState(typing.SupportsInt):
73
+ @typing.overload
74
+ def __init__(self, value : int) -> None: ...
75
+ @typing.overload
76
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
77
+ def __int__(self) -> int: ...
78
+
79
+ # Values:
80
+ Initial : ReadState # 0
81
+ Interactive : ReadState # 1
82
+ Error : ReadState # 2
83
+ EndOfFile : ReadState # 3
84
+ Closed : ReadState # 4
85
+
86
+
87
+ class ValidationType(typing.SupportsInt):
88
+ @typing.overload
89
+ def __init__(self, value : int) -> None: ...
90
+ @typing.overload
91
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
92
+ def __int__(self) -> int: ...
93
+
94
+ # Values:
95
+ None_ : ValidationType # 0
96
+ Auto : ValidationType # 1
97
+ DTD : ValidationType # 2
98
+ XDR : ValidationType # 3
99
+ Schema : ValidationType # 4
100
+
101
+
102
+ class WriteState(typing.SupportsInt):
103
+ @typing.overload
104
+ def __init__(self, value : int) -> None: ...
105
+ @typing.overload
106
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
107
+ def __int__(self) -> int: ...
108
+
109
+ # Values:
110
+ Start : WriteState # 0
111
+ Prolog : WriteState # 1
112
+ Element : WriteState # 2
113
+ Attribute : WriteState # 3
114
+ Content : WriteState # 4
115
+ Closed : WriteState # 5
116
+ Error : WriteState # 6
117
+
118
+
119
+ class XmlAttribute(XmlNode):
120
+ @property
121
+ def Attributes(self) -> XmlAttributeCollection: ...
122
+ @property
123
+ def BaseURI(self) -> str: ...
124
+ @property
125
+ def ChildNodes(self) -> XmlNodeList: ...
126
+ @property
127
+ def FirstChild(self) -> XmlNode: ...
128
+ @property
129
+ def HasChildNodes(self) -> bool: ...
130
+ @property
131
+ def InnerText(self) -> None: ...
132
+ @InnerText.setter
133
+ def InnerText(self, value: str) -> None: ...
134
+ @property
135
+ def InnerXml(self) -> None: ...
136
+ @InnerXml.setter
137
+ def InnerXml(self, value: str) -> None: ...
138
+ @property
139
+ def IsReadOnly(self) -> bool: ...
140
+ @property
141
+ def Item(self) -> XmlElement: ...
142
+ @property
143
+ def Item(self) -> XmlElement: ...
144
+ @property
145
+ def LastChild(self) -> XmlNode: ...
146
+ @property
147
+ def LocalName(self) -> str: ...
148
+ @property
149
+ def Name(self) -> str: ...
150
+ @property
151
+ def NamespaceURI(self) -> str: ...
152
+ @property
153
+ def NextSibling(self) -> XmlNode: ...
154
+ @property
155
+ def NodeType(self) -> XmlNodeType: ...
156
+ @property
157
+ def OuterXml(self) -> str: ...
158
+ @property
159
+ def OwnerDocument(self) -> XmlDocument: ...
160
+ @property
161
+ def OwnerElement(self) -> XmlElement: ...
162
+ @property
163
+ def ParentNode(self) -> XmlNode: ...
164
+ @property
165
+ def Prefix(self) -> str: ...
166
+ @Prefix.setter
167
+ def Prefix(self, value: str) -> str: ...
168
+ @property
169
+ def PreviousSibling(self) -> XmlNode: ...
170
+ @property
171
+ def PreviousText(self) -> XmlNode: ...
172
+ @property
173
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
174
+ @property
175
+ def Specified(self) -> bool: ...
176
+ @property
177
+ def Value(self) -> str: ...
178
+ @Value.setter
179
+ def Value(self, value: str) -> str: ...
180
+ def AppendChild(self, newChild: XmlNode) -> XmlNode: ...
181
+ def CloneNode(self, deep: bool) -> XmlNode: ...
182
+ def InsertAfter(self, newChild: XmlNode, refChild: XmlNode) -> XmlNode: ...
183
+ def InsertBefore(self, newChild: XmlNode, refChild: XmlNode) -> XmlNode: ...
184
+ def PrependChild(self, newChild: XmlNode) -> XmlNode: ...
185
+ def RemoveChild(self, oldChild: XmlNode) -> XmlNode: ...
186
+ def ReplaceChild(self, newChild: XmlNode, oldChild: XmlNode) -> XmlNode: ...
187
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
188
+ def WriteTo(self, w: XmlWriter) -> None: ...
189
+
190
+
191
+ class XmlAttributeCollection(XmlNamedNodeMap, ICollection):
192
+ @property
193
+ def Count(self) -> int: ...
194
+ @property
195
+ def ItemOf(self) -> XmlAttribute: ...
196
+ @property
197
+ def ItemOf(self) -> XmlAttribute: ...
198
+ @property
199
+ def ItemOf(self) -> XmlAttribute: ...
200
+ def Append(self, node: XmlAttribute) -> XmlAttribute: ...
201
+ def CopyTo(self, array: Array_1[XmlAttribute], index: int) -> None: ...
202
+ def InsertAfter(self, newNode: XmlAttribute, refNode: XmlAttribute) -> XmlAttribute: ...
203
+ def InsertBefore(self, newNode: XmlAttribute, refNode: XmlAttribute) -> XmlAttribute: ...
204
+ def Prepend(self, node: XmlAttribute) -> XmlAttribute: ...
205
+ def Remove(self, node: XmlAttribute) -> XmlAttribute: ...
206
+ def RemoveAll(self) -> None: ...
207
+ def RemoveAt(self, i: int) -> XmlAttribute: ...
208
+ def SetNamedItem(self, node: XmlNode) -> XmlNode: ...
209
+
210
+
211
+ class XmlCDataSection(XmlCharacterData):
212
+ @property
213
+ def Attributes(self) -> XmlAttributeCollection: ...
214
+ @property
215
+ def BaseURI(self) -> str: ...
216
+ @property
217
+ def ChildNodes(self) -> XmlNodeList: ...
218
+ @property
219
+ def Data(self) -> str: ...
220
+ @Data.setter
221
+ def Data(self, value: str) -> str: ...
222
+ @property
223
+ def FirstChild(self) -> XmlNode: ...
224
+ @property
225
+ def HasChildNodes(self) -> bool: ...
226
+ @property
227
+ def InnerText(self) -> str: ...
228
+ @InnerText.setter
229
+ def InnerText(self, value: str) -> str: ...
230
+ @property
231
+ def InnerXml(self) -> str: ...
232
+ @InnerXml.setter
233
+ def InnerXml(self, value: str) -> str: ...
234
+ @property
235
+ def IsReadOnly(self) -> bool: ...
236
+ @property
237
+ def Item(self) -> XmlElement: ...
238
+ @property
239
+ def Item(self) -> XmlElement: ...
240
+ @property
241
+ def LastChild(self) -> XmlNode: ...
242
+ @property
243
+ def Length(self) -> int: ...
244
+ @property
245
+ def LocalName(self) -> str: ...
246
+ @property
247
+ def Name(self) -> str: ...
248
+ @property
249
+ def NamespaceURI(self) -> str: ...
250
+ @property
251
+ def NextSibling(self) -> XmlNode: ...
252
+ @property
253
+ def NodeType(self) -> XmlNodeType: ...
254
+ @property
255
+ def OuterXml(self) -> str: ...
256
+ @property
257
+ def OwnerDocument(self) -> XmlDocument: ...
258
+ @property
259
+ def ParentNode(self) -> XmlNode: ...
260
+ @property
261
+ def Prefix(self) -> str: ...
262
+ @Prefix.setter
263
+ def Prefix(self, value: str) -> str: ...
264
+ @property
265
+ def PreviousSibling(self) -> XmlNode: ...
266
+ @property
267
+ def PreviousText(self) -> XmlNode: ...
268
+ @property
269
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
270
+ @property
271
+ def Value(self) -> str: ...
272
+ @Value.setter
273
+ def Value(self, value: str) -> str: ...
274
+ def CloneNode(self, deep: bool) -> XmlNode: ...
275
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
276
+ def WriteTo(self, w: XmlWriter) -> None: ...
277
+
278
+
279
+ class XmlCharacterData(XmlLinkedNode):
280
+ @property
281
+ def Attributes(self) -> XmlAttributeCollection: ...
282
+ @property
283
+ def BaseURI(self) -> str: ...
284
+ @property
285
+ def ChildNodes(self) -> XmlNodeList: ...
286
+ @property
287
+ def Data(self) -> str: ...
288
+ @Data.setter
289
+ def Data(self, value: str) -> str: ...
290
+ @property
291
+ def FirstChild(self) -> XmlNode: ...
292
+ @property
293
+ def HasChildNodes(self) -> bool: ...
294
+ @property
295
+ def InnerText(self) -> str: ...
296
+ @InnerText.setter
297
+ def InnerText(self, value: str) -> str: ...
298
+ @property
299
+ def InnerXml(self) -> str: ...
300
+ @InnerXml.setter
301
+ def InnerXml(self, value: str) -> str: ...
302
+ @property
303
+ def IsReadOnly(self) -> bool: ...
304
+ @property
305
+ def Item(self) -> XmlElement: ...
306
+ @property
307
+ def Item(self) -> XmlElement: ...
308
+ @property
309
+ def LastChild(self) -> XmlNode: ...
310
+ @property
311
+ def Length(self) -> int: ...
312
+ @property
313
+ def LocalName(self) -> str: ...
314
+ @property
315
+ def Name(self) -> str: ...
316
+ @property
317
+ def NamespaceURI(self) -> str: ...
318
+ @property
319
+ def NextSibling(self) -> XmlNode: ...
320
+ @property
321
+ def NodeType(self) -> XmlNodeType: ...
322
+ @property
323
+ def OuterXml(self) -> str: ...
324
+ @property
325
+ def OwnerDocument(self) -> XmlDocument: ...
326
+ @property
327
+ def ParentNode(self) -> XmlNode: ...
328
+ @property
329
+ def Prefix(self) -> str: ...
330
+ @Prefix.setter
331
+ def Prefix(self, value: str) -> str: ...
332
+ @property
333
+ def PreviousSibling(self) -> XmlNode: ...
334
+ @property
335
+ def PreviousText(self) -> XmlNode: ...
336
+ @property
337
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
338
+ @property
339
+ def Value(self) -> str: ...
340
+ @Value.setter
341
+ def Value(self, value: str) -> str: ...
342
+ def AppendData(self, strData: str) -> None: ...
343
+ def DeleteData(self, offset: int, count: int) -> None: ...
344
+ def InsertData(self, offset: int, strData: str) -> None: ...
345
+ def ReplaceData(self, offset: int, count: int, strData: str) -> None: ...
346
+ def Substring(self, offset: int, count: int) -> str: ...
347
+
348
+
349
+ class XmlComment(XmlCharacterData):
350
+ @property
351
+ def Attributes(self) -> XmlAttributeCollection: ...
352
+ @property
353
+ def BaseURI(self) -> str: ...
354
+ @property
355
+ def ChildNodes(self) -> XmlNodeList: ...
356
+ @property
357
+ def Data(self) -> str: ...
358
+ @Data.setter
359
+ def Data(self, value: str) -> str: ...
360
+ @property
361
+ def FirstChild(self) -> XmlNode: ...
362
+ @property
363
+ def HasChildNodes(self) -> bool: ...
364
+ @property
365
+ def InnerText(self) -> str: ...
366
+ @InnerText.setter
367
+ def InnerText(self, value: str) -> str: ...
368
+ @property
369
+ def InnerXml(self) -> str: ...
370
+ @InnerXml.setter
371
+ def InnerXml(self, value: str) -> str: ...
372
+ @property
373
+ def IsReadOnly(self) -> bool: ...
374
+ @property
375
+ def Item(self) -> XmlElement: ...
376
+ @property
377
+ def Item(self) -> XmlElement: ...
378
+ @property
379
+ def LastChild(self) -> XmlNode: ...
380
+ @property
381
+ def Length(self) -> int: ...
382
+ @property
383
+ def LocalName(self) -> str: ...
384
+ @property
385
+ def Name(self) -> str: ...
386
+ @property
387
+ def NamespaceURI(self) -> str: ...
388
+ @property
389
+ def NextSibling(self) -> XmlNode: ...
390
+ @property
391
+ def NodeType(self) -> XmlNodeType: ...
392
+ @property
393
+ def OuterXml(self) -> str: ...
394
+ @property
395
+ def OwnerDocument(self) -> XmlDocument: ...
396
+ @property
397
+ def ParentNode(self) -> XmlNode: ...
398
+ @property
399
+ def Prefix(self) -> str: ...
400
+ @Prefix.setter
401
+ def Prefix(self, value: str) -> str: ...
402
+ @property
403
+ def PreviousSibling(self) -> XmlNode: ...
404
+ @property
405
+ def PreviousText(self) -> XmlNode: ...
406
+ @property
407
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
408
+ @property
409
+ def Value(self) -> str: ...
410
+ @Value.setter
411
+ def Value(self, value: str) -> str: ...
412
+ def CloneNode(self, deep: bool) -> XmlNode: ...
413
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
414
+ def WriteTo(self, w: XmlWriter) -> None: ...
415
+
416
+
417
+ class XmlDeclaration(XmlLinkedNode):
418
+ @property
419
+ def Attributes(self) -> XmlAttributeCollection: ...
420
+ @property
421
+ def BaseURI(self) -> str: ...
422
+ @property
423
+ def ChildNodes(self) -> XmlNodeList: ...
424
+ @property
425
+ def Encoding(self) -> str: ...
426
+ @Encoding.setter
427
+ def Encoding(self, value: str) -> str: ...
428
+ @property
429
+ def FirstChild(self) -> XmlNode: ...
430
+ @property
431
+ def HasChildNodes(self) -> bool: ...
432
+ @property
433
+ def InnerText(self) -> str: ...
434
+ @InnerText.setter
435
+ def InnerText(self, value: str) -> str: ...
436
+ @property
437
+ def InnerXml(self) -> str: ...
438
+ @InnerXml.setter
439
+ def InnerXml(self, value: str) -> str: ...
440
+ @property
441
+ def IsReadOnly(self) -> bool: ...
442
+ @property
443
+ def Item(self) -> XmlElement: ...
444
+ @property
445
+ def Item(self) -> XmlElement: ...
446
+ @property
447
+ def LastChild(self) -> XmlNode: ...
448
+ @property
449
+ def LocalName(self) -> str: ...
450
+ @property
451
+ def Name(self) -> str: ...
452
+ @property
453
+ def NamespaceURI(self) -> str: ...
454
+ @property
455
+ def NextSibling(self) -> XmlNode: ...
456
+ @property
457
+ def NodeType(self) -> XmlNodeType: ...
458
+ @property
459
+ def OuterXml(self) -> str: ...
460
+ @property
461
+ def OwnerDocument(self) -> XmlDocument: ...
462
+ @property
463
+ def ParentNode(self) -> XmlNode: ...
464
+ @property
465
+ def Prefix(self) -> str: ...
466
+ @Prefix.setter
467
+ def Prefix(self, value: str) -> str: ...
468
+ @property
469
+ def PreviousSibling(self) -> XmlNode: ...
470
+ @property
471
+ def PreviousText(self) -> XmlNode: ...
472
+ @property
473
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
474
+ @property
475
+ def Standalone(self) -> str: ...
476
+ @Standalone.setter
477
+ def Standalone(self, value: str) -> str: ...
478
+ @property
479
+ def Value(self) -> str: ...
480
+ @Value.setter
481
+ def Value(self, value: str) -> str: ...
482
+ @property
483
+ def Version(self) -> str: ...
484
+ @Version.setter
485
+ def Version(self, value: str) -> str: ...
486
+ def CloneNode(self, deep: bool) -> XmlNode: ...
487
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
488
+ def WriteTo(self, w: XmlWriter) -> None: ...
489
+
490
+
491
+ class XmlDocument(XmlNode):
492
+ @typing.overload
493
+ def __init__(self) -> None: ...
494
+ @typing.overload
495
+ def __init__(self, nt: XmlNameTable) -> None: ...
496
+ @property
497
+ def Attributes(self) -> XmlAttributeCollection: ...
498
+ @property
499
+ def BaseURI(self) -> str: ...
500
+ @property
501
+ def ChildNodes(self) -> XmlNodeList: ...
502
+ @property
503
+ def DocumentElement(self) -> XmlElement: ...
504
+ @property
505
+ def DocumentType(self) -> XmlDocumentType: ...
506
+ @property
507
+ def FirstChild(self) -> XmlNode: ...
508
+ @property
509
+ def HasChildNodes(self) -> bool: ...
510
+ @property
511
+ def Implementation(self) -> XmlImplementation: ...
512
+ @property
513
+ def InnerText(self) -> None: ...
514
+ @InnerText.setter
515
+ def InnerText(self, value: str) -> None: ...
516
+ @property
517
+ def InnerXml(self) -> str: ...
518
+ @InnerXml.setter
519
+ def InnerXml(self, value: str) -> str: ...
520
+ @property
521
+ def IsReadOnly(self) -> bool: ...
522
+ @property
523
+ def Item(self) -> XmlElement: ...
524
+ @property
525
+ def Item(self) -> XmlElement: ...
526
+ @property
527
+ def LastChild(self) -> XmlNode: ...
528
+ @property
529
+ def LocalName(self) -> str: ...
530
+ @property
531
+ def Name(self) -> str: ...
532
+ @property
533
+ def NamespaceURI(self) -> str: ...
534
+ @property
535
+ def NameTable(self) -> XmlNameTable: ...
536
+ @property
537
+ def NextSibling(self) -> XmlNode: ...
538
+ @property
539
+ def NodeType(self) -> XmlNodeType: ...
540
+ @property
541
+ def OuterXml(self) -> str: ...
542
+ @property
543
+ def OwnerDocument(self) -> XmlDocument: ...
544
+ @property
545
+ def ParentNode(self) -> XmlNode: ...
546
+ @property
547
+ def Prefix(self) -> str: ...
548
+ @Prefix.setter
549
+ def Prefix(self, value: str) -> str: ...
550
+ @property
551
+ def PreserveWhitespace(self) -> bool: ...
552
+ @PreserveWhitespace.setter
553
+ def PreserveWhitespace(self, value: bool) -> bool: ...
554
+ @property
555
+ def PreviousSibling(self) -> XmlNode: ...
556
+ @property
557
+ def PreviousText(self) -> XmlNode: ...
558
+ @property
559
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
560
+ @property
561
+ def Schemas(self) -> XmlSchemaSet: ...
562
+ @Schemas.setter
563
+ def Schemas(self, value: XmlSchemaSet) -> XmlSchemaSet: ...
564
+ @property
565
+ def Value(self) -> str: ...
566
+ @Value.setter
567
+ def Value(self, value: str) -> str: ...
568
+ @property
569
+ def XmlResolver(self) -> None: ...
570
+ @XmlResolver.setter
571
+ def XmlResolver(self, value: XmlResolver) -> None: ...
572
+ def CloneNode(self, deep: bool) -> XmlNode: ...
573
+ def CreateCDataSection(self, data: str) -> XmlCDataSection: ...
574
+ def CreateComment(self, data: str) -> XmlComment: ...
575
+ def CreateDocumentFragment(self) -> XmlDocumentFragment: ...
576
+ def CreateDocumentType(self, name: str, publicId: str, systemId: str, internalSubset: str) -> XmlDocumentType: ...
577
+ def CreateEntityReference(self, name: str) -> XmlEntityReference: ...
578
+ def CreateNavigator(self) -> XPathNavigator: ...
579
+ def CreateProcessingInstruction(self, target: str, data: str) -> XmlProcessingInstruction: ...
580
+ def CreateSignificantWhitespace(self, text: str) -> XmlSignificantWhitespace: ...
581
+ def CreateTextNode(self, text: str) -> XmlText: ...
582
+ def CreateWhitespace(self, text: str) -> XmlWhitespace: ...
583
+ def CreateXmlDeclaration(self, version: str, encoding: str, standalone: str) -> XmlDeclaration: ...
584
+ def GetElementById(self, elementId: str) -> XmlElement: ...
585
+ def ImportNode(self, node: XmlNode, deep: bool) -> XmlNode: ...
586
+ def LoadXml(self, xml: str) -> None: ...
587
+ def ReadNode(self, reader: XmlReader) -> XmlNode: ...
588
+ def WriteContentTo(self, xw: XmlWriter) -> None: ...
589
+ def WriteTo(self, w: XmlWriter) -> None: ...
590
+ # Skipped CreateAttribute due to it being static, abstract and generic.
591
+
592
+ CreateAttribute : CreateAttribute_MethodGroup
593
+ class CreateAttribute_MethodGroup:
594
+ @typing.overload
595
+ def __call__(self, name: str) -> XmlAttribute:...
596
+ @typing.overload
597
+ def __call__(self, qualifiedName: str, namespaceURI: str) -> XmlAttribute:...
598
+ @typing.overload
599
+ def __call__(self, prefix: str, localName: str, namespaceURI: str) -> XmlAttribute:...
600
+
601
+ # Skipped CreateElement due to it being static, abstract and generic.
602
+
603
+ CreateElement : CreateElement_MethodGroup
604
+ class CreateElement_MethodGroup:
605
+ @typing.overload
606
+ def __call__(self, name: str) -> XmlElement:...
607
+ @typing.overload
608
+ def __call__(self, qualifiedName: str, namespaceURI: str) -> XmlElement:...
609
+ @typing.overload
610
+ def __call__(self, prefix: str, localName: str, namespaceURI: str) -> XmlElement:...
611
+
612
+ # Skipped CreateNode due to it being static, abstract and generic.
613
+
614
+ CreateNode : CreateNode_MethodGroup
615
+ class CreateNode_MethodGroup:
616
+ @typing.overload
617
+ def __call__(self, type: XmlNodeType, name: str, namespaceURI: str) -> XmlNode:...
618
+ @typing.overload
619
+ def __call__(self, nodeTypeString: str, name: str, namespaceURI: str) -> XmlNode:...
620
+ @typing.overload
621
+ def __call__(self, type: XmlNodeType, prefix: str, name: str, namespaceURI: str) -> XmlNode:...
622
+
623
+ # Skipped GetElementsByTagName due to it being static, abstract and generic.
624
+
625
+ GetElementsByTagName : GetElementsByTagName_MethodGroup
626
+ class GetElementsByTagName_MethodGroup:
627
+ @typing.overload
628
+ def __call__(self, name: str) -> XmlNodeList:...
629
+ @typing.overload
630
+ def __call__(self, localName: str, namespaceURI: str) -> XmlNodeList:...
631
+
632
+ # Skipped Load due to it being static, abstract and generic.
633
+
634
+ Load : Load_MethodGroup
635
+ class Load_MethodGroup:
636
+ @typing.overload
637
+ def __call__(self, filename: str) -> None:...
638
+ @typing.overload
639
+ def __call__(self, inStream: Stream) -> None:...
640
+ @typing.overload
641
+ def __call__(self, txtReader: TextReader) -> None:...
642
+ @typing.overload
643
+ def __call__(self, reader: XmlReader) -> None:...
644
+
645
+ # Skipped Save due to it being static, abstract and generic.
646
+
647
+ Save : Save_MethodGroup
648
+ class Save_MethodGroup:
649
+ @typing.overload
650
+ def __call__(self, filename: str) -> None:...
651
+ @typing.overload
652
+ def __call__(self, outStream: Stream) -> None:...
653
+ @typing.overload
654
+ def __call__(self, writer: TextWriter) -> None:...
655
+ @typing.overload
656
+ def __call__(self, w: XmlWriter) -> None:...
657
+
658
+ # Skipped Validate due to it being static, abstract and generic.
659
+
660
+ Validate : Validate_MethodGroup
661
+ class Validate_MethodGroup:
662
+ @typing.overload
663
+ def __call__(self, validationEventHandler: ValidationEventHandler) -> None:...
664
+ @typing.overload
665
+ def __call__(self, validationEventHandler: ValidationEventHandler, nodeToValidate: XmlNode) -> None:...
666
+
667
+
668
+
669
+ class XmlDocumentFragment(XmlNode):
670
+ @property
671
+ def Attributes(self) -> XmlAttributeCollection: ...
672
+ @property
673
+ def BaseURI(self) -> str: ...
674
+ @property
675
+ def ChildNodes(self) -> XmlNodeList: ...
676
+ @property
677
+ def FirstChild(self) -> XmlNode: ...
678
+ @property
679
+ def HasChildNodes(self) -> bool: ...
680
+ @property
681
+ def InnerText(self) -> str: ...
682
+ @InnerText.setter
683
+ def InnerText(self, value: str) -> str: ...
684
+ @property
685
+ def InnerXml(self) -> str: ...
686
+ @InnerXml.setter
687
+ def InnerXml(self, value: str) -> str: ...
688
+ @property
689
+ def IsReadOnly(self) -> bool: ...
690
+ @property
691
+ def Item(self) -> XmlElement: ...
692
+ @property
693
+ def Item(self) -> XmlElement: ...
694
+ @property
695
+ def LastChild(self) -> XmlNode: ...
696
+ @property
697
+ def LocalName(self) -> str: ...
698
+ @property
699
+ def Name(self) -> str: ...
700
+ @property
701
+ def NamespaceURI(self) -> str: ...
702
+ @property
703
+ def NextSibling(self) -> XmlNode: ...
704
+ @property
705
+ def NodeType(self) -> XmlNodeType: ...
706
+ @property
707
+ def OuterXml(self) -> str: ...
708
+ @property
709
+ def OwnerDocument(self) -> XmlDocument: ...
710
+ @property
711
+ def ParentNode(self) -> XmlNode: ...
712
+ @property
713
+ def Prefix(self) -> str: ...
714
+ @Prefix.setter
715
+ def Prefix(self, value: str) -> str: ...
716
+ @property
717
+ def PreviousSibling(self) -> XmlNode: ...
718
+ @property
719
+ def PreviousText(self) -> XmlNode: ...
720
+ @property
721
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
722
+ @property
723
+ def Value(self) -> str: ...
724
+ @Value.setter
725
+ def Value(self, value: str) -> str: ...
726
+ def CloneNode(self, deep: bool) -> XmlNode: ...
727
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
728
+ def WriteTo(self, w: XmlWriter) -> None: ...
729
+
730
+
731
+ class XmlDocumentType(XmlLinkedNode):
732
+ @property
733
+ def Attributes(self) -> XmlAttributeCollection: ...
734
+ @property
735
+ def BaseURI(self) -> str: ...
736
+ @property
737
+ def ChildNodes(self) -> XmlNodeList: ...
738
+ @property
739
+ def Entities(self) -> XmlNamedNodeMap: ...
740
+ @property
741
+ def FirstChild(self) -> XmlNode: ...
742
+ @property
743
+ def HasChildNodes(self) -> bool: ...
744
+ @property
745
+ def InnerText(self) -> str: ...
746
+ @InnerText.setter
747
+ def InnerText(self, value: str) -> str: ...
748
+ @property
749
+ def InnerXml(self) -> str: ...
750
+ @InnerXml.setter
751
+ def InnerXml(self, value: str) -> str: ...
752
+ @property
753
+ def InternalSubset(self) -> str: ...
754
+ @property
755
+ def IsReadOnly(self) -> bool: ...
756
+ @property
757
+ def Item(self) -> XmlElement: ...
758
+ @property
759
+ def Item(self) -> XmlElement: ...
760
+ @property
761
+ def LastChild(self) -> XmlNode: ...
762
+ @property
763
+ def LocalName(self) -> str: ...
764
+ @property
765
+ def Name(self) -> str: ...
766
+ @property
767
+ def NamespaceURI(self) -> str: ...
768
+ @property
769
+ def NextSibling(self) -> XmlNode: ...
770
+ @property
771
+ def NodeType(self) -> XmlNodeType: ...
772
+ @property
773
+ def Notations(self) -> XmlNamedNodeMap: ...
774
+ @property
775
+ def OuterXml(self) -> str: ...
776
+ @property
777
+ def OwnerDocument(self) -> XmlDocument: ...
778
+ @property
779
+ def ParentNode(self) -> XmlNode: ...
780
+ @property
781
+ def Prefix(self) -> str: ...
782
+ @Prefix.setter
783
+ def Prefix(self, value: str) -> str: ...
784
+ @property
785
+ def PreviousSibling(self) -> XmlNode: ...
786
+ @property
787
+ def PreviousText(self) -> XmlNode: ...
788
+ @property
789
+ def PublicId(self) -> str: ...
790
+ @property
791
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
792
+ @property
793
+ def SystemId(self) -> str: ...
794
+ @property
795
+ def Value(self) -> str: ...
796
+ @Value.setter
797
+ def Value(self, value: str) -> str: ...
798
+ def CloneNode(self, deep: bool) -> XmlNode: ...
799
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
800
+ def WriteTo(self, w: XmlWriter) -> None: ...
801
+
802
+
803
+ class XmlElement(XmlLinkedNode):
804
+ @property
805
+ def Attributes(self) -> XmlAttributeCollection: ...
806
+ @property
807
+ def BaseURI(self) -> str: ...
808
+ @property
809
+ def ChildNodes(self) -> XmlNodeList: ...
810
+ @property
811
+ def FirstChild(self) -> XmlNode: ...
812
+ @property
813
+ def HasAttributes(self) -> bool: ...
814
+ @property
815
+ def HasChildNodes(self) -> bool: ...
816
+ @property
817
+ def InnerText(self) -> str: ...
818
+ @InnerText.setter
819
+ def InnerText(self, value: str) -> str: ...
820
+ @property
821
+ def InnerXml(self) -> str: ...
822
+ @InnerXml.setter
823
+ def InnerXml(self, value: str) -> str: ...
824
+ @property
825
+ def IsEmpty(self) -> bool: ...
826
+ @IsEmpty.setter
827
+ def IsEmpty(self, value: bool) -> bool: ...
828
+ @property
829
+ def IsReadOnly(self) -> bool: ...
830
+ @property
831
+ def Item(self) -> XmlElement: ...
832
+ @property
833
+ def Item(self) -> XmlElement: ...
834
+ @property
835
+ def LastChild(self) -> XmlNode: ...
836
+ @property
837
+ def LocalName(self) -> str: ...
838
+ @property
839
+ def Name(self) -> str: ...
840
+ @property
841
+ def NamespaceURI(self) -> str: ...
842
+ @property
843
+ def NextSibling(self) -> XmlNode: ...
844
+ @property
845
+ def NodeType(self) -> XmlNodeType: ...
846
+ @property
847
+ def OuterXml(self) -> str: ...
848
+ @property
849
+ def OwnerDocument(self) -> XmlDocument: ...
850
+ @property
851
+ def ParentNode(self) -> XmlNode: ...
852
+ @property
853
+ def Prefix(self) -> str: ...
854
+ @Prefix.setter
855
+ def Prefix(self, value: str) -> str: ...
856
+ @property
857
+ def PreviousSibling(self) -> XmlNode: ...
858
+ @property
859
+ def PreviousText(self) -> XmlNode: ...
860
+ @property
861
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
862
+ @property
863
+ def Value(self) -> str: ...
864
+ @Value.setter
865
+ def Value(self, value: str) -> str: ...
866
+ def CloneNode(self, deep: bool) -> XmlNode: ...
867
+ def RemoveAll(self) -> None: ...
868
+ def RemoveAllAttributes(self) -> None: ...
869
+ def RemoveAttributeAt(self, i: int) -> XmlNode: ...
870
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
871
+ def WriteTo(self, w: XmlWriter) -> None: ...
872
+ # Skipped GetAttribute due to it being static, abstract and generic.
873
+
874
+ GetAttribute : GetAttribute_MethodGroup
875
+ class GetAttribute_MethodGroup:
876
+ @typing.overload
877
+ def __call__(self, name: str) -> str:...
878
+ @typing.overload
879
+ def __call__(self, localName: str, namespaceURI: str) -> str:...
880
+
881
+ # Skipped GetAttributeNode due to it being static, abstract and generic.
882
+
883
+ GetAttributeNode : GetAttributeNode_MethodGroup
884
+ class GetAttributeNode_MethodGroup:
885
+ @typing.overload
886
+ def __call__(self, name: str) -> XmlAttribute:...
887
+ @typing.overload
888
+ def __call__(self, localName: str, namespaceURI: str) -> XmlAttribute:...
889
+
890
+ # Skipped GetElementsByTagName due to it being static, abstract and generic.
891
+
892
+ GetElementsByTagName : GetElementsByTagName_MethodGroup
893
+ class GetElementsByTagName_MethodGroup:
894
+ @typing.overload
895
+ def __call__(self, name: str) -> XmlNodeList:...
896
+ @typing.overload
897
+ def __call__(self, localName: str, namespaceURI: str) -> XmlNodeList:...
898
+
899
+ # Skipped HasAttribute due to it being static, abstract and generic.
900
+
901
+ HasAttribute : HasAttribute_MethodGroup
902
+ class HasAttribute_MethodGroup:
903
+ @typing.overload
904
+ def __call__(self, name: str) -> bool:...
905
+ @typing.overload
906
+ def __call__(self, localName: str, namespaceURI: str) -> bool:...
907
+
908
+ # Skipped RemoveAttribute due to it being static, abstract and generic.
909
+
910
+ RemoveAttribute : RemoveAttribute_MethodGroup
911
+ class RemoveAttribute_MethodGroup:
912
+ @typing.overload
913
+ def __call__(self, name: str) -> None:...
914
+ @typing.overload
915
+ def __call__(self, localName: str, namespaceURI: str) -> None:...
916
+
917
+ # Skipped RemoveAttributeNode due to it being static, abstract and generic.
918
+
919
+ RemoveAttributeNode : RemoveAttributeNode_MethodGroup
920
+ class RemoveAttributeNode_MethodGroup:
921
+ @typing.overload
922
+ def __call__(self, oldAttr: XmlAttribute) -> XmlAttribute:...
923
+ @typing.overload
924
+ def __call__(self, localName: str, namespaceURI: str) -> XmlAttribute:...
925
+
926
+ # Skipped SetAttribute due to it being static, abstract and generic.
927
+
928
+ SetAttribute : SetAttribute_MethodGroup
929
+ class SetAttribute_MethodGroup:
930
+ @typing.overload
931
+ def __call__(self, name: str, value: str) -> None:...
932
+ @typing.overload
933
+ def __call__(self, localName: str, namespaceURI: str, value: str) -> str:...
934
+
935
+ # Skipped SetAttributeNode due to it being static, abstract and generic.
936
+
937
+ SetAttributeNode : SetAttributeNode_MethodGroup
938
+ class SetAttributeNode_MethodGroup:
939
+ @typing.overload
940
+ def __call__(self, newAttr: XmlAttribute) -> XmlAttribute:...
941
+ @typing.overload
942
+ def __call__(self, localName: str, namespaceURI: str) -> XmlAttribute:...
943
+
944
+
945
+
946
+ class XmlEntityReference(XmlLinkedNode):
947
+ @property
948
+ def Attributes(self) -> XmlAttributeCollection: ...
949
+ @property
950
+ def BaseURI(self) -> str: ...
951
+ @property
952
+ def ChildNodes(self) -> XmlNodeList: ...
953
+ @property
954
+ def FirstChild(self) -> XmlNode: ...
955
+ @property
956
+ def HasChildNodes(self) -> bool: ...
957
+ @property
958
+ def InnerText(self) -> str: ...
959
+ @InnerText.setter
960
+ def InnerText(self, value: str) -> str: ...
961
+ @property
962
+ def InnerXml(self) -> str: ...
963
+ @InnerXml.setter
964
+ def InnerXml(self, value: str) -> str: ...
965
+ @property
966
+ def IsReadOnly(self) -> bool: ...
967
+ @property
968
+ def Item(self) -> XmlElement: ...
969
+ @property
970
+ def Item(self) -> XmlElement: ...
971
+ @property
972
+ def LastChild(self) -> XmlNode: ...
973
+ @property
974
+ def LocalName(self) -> str: ...
975
+ @property
976
+ def Name(self) -> str: ...
977
+ @property
978
+ def NamespaceURI(self) -> str: ...
979
+ @property
980
+ def NextSibling(self) -> XmlNode: ...
981
+ @property
982
+ def NodeType(self) -> XmlNodeType: ...
983
+ @property
984
+ def OuterXml(self) -> str: ...
985
+ @property
986
+ def OwnerDocument(self) -> XmlDocument: ...
987
+ @property
988
+ def ParentNode(self) -> XmlNode: ...
989
+ @property
990
+ def Prefix(self) -> str: ...
991
+ @Prefix.setter
992
+ def Prefix(self, value: str) -> str: ...
993
+ @property
994
+ def PreviousSibling(self) -> XmlNode: ...
995
+ @property
996
+ def PreviousText(self) -> XmlNode: ...
997
+ @property
998
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
999
+ @property
1000
+ def Value(self) -> str: ...
1001
+ @Value.setter
1002
+ def Value(self, value: str) -> str: ...
1003
+ def CloneNode(self, deep: bool) -> XmlNode: ...
1004
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
1005
+ def WriteTo(self, w: XmlWriter) -> None: ...
1006
+
1007
+
1008
+ class XmlImplementation:
1009
+ @typing.overload
1010
+ def __init__(self) -> None: ...
1011
+ @typing.overload
1012
+ def __init__(self, nt: XmlNameTable) -> None: ...
1013
+ def CreateDocument(self) -> XmlDocument: ...
1014
+ def HasFeature(self, strFeature: str, strVersion: str) -> bool: ...
1015
+
1016
+
1017
+ class XmlLinkedNode(XmlNode):
1018
+ @property
1019
+ def Attributes(self) -> XmlAttributeCollection: ...
1020
+ @property
1021
+ def BaseURI(self) -> str: ...
1022
+ @property
1023
+ def ChildNodes(self) -> XmlNodeList: ...
1024
+ @property
1025
+ def FirstChild(self) -> XmlNode: ...
1026
+ @property
1027
+ def HasChildNodes(self) -> bool: ...
1028
+ @property
1029
+ def InnerText(self) -> str: ...
1030
+ @InnerText.setter
1031
+ def InnerText(self, value: str) -> str: ...
1032
+ @property
1033
+ def InnerXml(self) -> str: ...
1034
+ @InnerXml.setter
1035
+ def InnerXml(self, value: str) -> str: ...
1036
+ @property
1037
+ def IsReadOnly(self) -> bool: ...
1038
+ @property
1039
+ def Item(self) -> XmlElement: ...
1040
+ @property
1041
+ def Item(self) -> XmlElement: ...
1042
+ @property
1043
+ def LastChild(self) -> XmlNode: ...
1044
+ @property
1045
+ def LocalName(self) -> str: ...
1046
+ @property
1047
+ def Name(self) -> str: ...
1048
+ @property
1049
+ def NamespaceURI(self) -> str: ...
1050
+ @property
1051
+ def NextSibling(self) -> XmlNode: ...
1052
+ @property
1053
+ def NodeType(self) -> XmlNodeType: ...
1054
+ @property
1055
+ def OuterXml(self) -> str: ...
1056
+ @property
1057
+ def OwnerDocument(self) -> XmlDocument: ...
1058
+ @property
1059
+ def ParentNode(self) -> XmlNode: ...
1060
+ @property
1061
+ def Prefix(self) -> str: ...
1062
+ @Prefix.setter
1063
+ def Prefix(self, value: str) -> str: ...
1064
+ @property
1065
+ def PreviousSibling(self) -> XmlNode: ...
1066
+ @property
1067
+ def PreviousText(self) -> XmlNode: ...
1068
+ @property
1069
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
1070
+ @property
1071
+ def Value(self) -> str: ...
1072
+ @Value.setter
1073
+ def Value(self, value: str) -> str: ...
1074
+
1075
+
1076
+ class XmlNamedNodeMap(IEnumerable):
1077
+ @property
1078
+ def Count(self) -> int: ...
1079
+ def GetEnumerator(self) -> IEnumerator: ...
1080
+ def Item(self, index: int) -> XmlNode: ...
1081
+ def SetNamedItem(self, node: XmlNode) -> XmlNode: ...
1082
+ # Skipped GetNamedItem due to it being static, abstract and generic.
1083
+
1084
+ GetNamedItem : GetNamedItem_MethodGroup
1085
+ class GetNamedItem_MethodGroup:
1086
+ @typing.overload
1087
+ def __call__(self, name: str) -> XmlNode:...
1088
+ @typing.overload
1089
+ def __call__(self, localName: str, namespaceURI: str) -> XmlNode:...
1090
+
1091
+ # Skipped RemoveNamedItem due to it being static, abstract and generic.
1092
+
1093
+ RemoveNamedItem : RemoveNamedItem_MethodGroup
1094
+ class RemoveNamedItem_MethodGroup:
1095
+ @typing.overload
1096
+ def __call__(self, name: str) -> XmlNode:...
1097
+ @typing.overload
1098
+ def __call__(self, localName: str, namespaceURI: str) -> XmlNode:...
1099
+
1100
+
1101
+
1102
+ class XmlNamespaceManager(IEnumerable, IXmlNamespaceResolver):
1103
+ def __init__(self, nameTable: XmlNameTable) -> None: ...
1104
+ @property
1105
+ def DefaultNamespace(self) -> str: ...
1106
+ @property
1107
+ def NameTable(self) -> XmlNameTable: ...
1108
+ def AddNamespace(self, prefix: str, uri: str) -> None: ...
1109
+ def GetEnumerator(self) -> IEnumerator: ...
1110
+ def GetNamespacesInScope(self, scope: XmlNamespaceScope) -> IDictionary_2[str, str]: ...
1111
+ def HasNamespace(self, prefix: str) -> bool: ...
1112
+ def LookupNamespace(self, prefix: str) -> str: ...
1113
+ def LookupPrefix(self, uri: str) -> str: ...
1114
+ def PopScope(self) -> bool: ...
1115
+ def PushScope(self) -> None: ...
1116
+ def RemoveNamespace(self, prefix: str, uri: str) -> None: ...
1117
+
1118
+
1119
+ class XmlNamespaceScope(typing.SupportsInt):
1120
+ @typing.overload
1121
+ def __init__(self, value : int) -> None: ...
1122
+ @typing.overload
1123
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1124
+ def __int__(self) -> int: ...
1125
+
1126
+ # Values:
1127
+ All : XmlNamespaceScope # 0
1128
+ ExcludeXml : XmlNamespaceScope # 1
1129
+ Local : XmlNamespaceScope # 2
1130
+
1131
+
1132
+ class XmlNameTable(abc.ABC):
1133
+ # Skipped Add due to it being static, abstract and generic.
1134
+
1135
+ Add : Add_MethodGroup
1136
+ class Add_MethodGroup:
1137
+ @typing.overload
1138
+ def __call__(self, array: str) -> str:...
1139
+ @typing.overload
1140
+ def __call__(self, array: Array_1[str], offset: int, length: int) -> str:...
1141
+
1142
+ # Skipped Get due to it being static, abstract and generic.
1143
+
1144
+ Get : Get_MethodGroup
1145
+ class Get_MethodGroup:
1146
+ @typing.overload
1147
+ def __call__(self, array: str) -> str:...
1148
+ @typing.overload
1149
+ def __call__(self, array: Array_1[str], offset: int, length: int) -> str:...
1150
+
1151
+
1152
+
1153
+ class XmlNode(IXPathNavigable, IEnumerable, ICloneable, abc.ABC):
1154
+ @property
1155
+ def Attributes(self) -> XmlAttributeCollection: ...
1156
+ @property
1157
+ def BaseURI(self) -> str: ...
1158
+ @property
1159
+ def ChildNodes(self) -> XmlNodeList: ...
1160
+ @property
1161
+ def FirstChild(self) -> XmlNode: ...
1162
+ @property
1163
+ def HasChildNodes(self) -> bool: ...
1164
+ @property
1165
+ def InnerText(self) -> str: ...
1166
+ @InnerText.setter
1167
+ def InnerText(self, value: str) -> str: ...
1168
+ @property
1169
+ def InnerXml(self) -> str: ...
1170
+ @InnerXml.setter
1171
+ def InnerXml(self, value: str) -> str: ...
1172
+ @property
1173
+ def IsReadOnly(self) -> bool: ...
1174
+ @property
1175
+ def Item(self) -> XmlElement: ...
1176
+ @property
1177
+ def Item(self) -> XmlElement: ...
1178
+ @property
1179
+ def LastChild(self) -> XmlNode: ...
1180
+ @property
1181
+ def LocalName(self) -> str: ...
1182
+ @property
1183
+ def Name(self) -> str: ...
1184
+ @property
1185
+ def NamespaceURI(self) -> str: ...
1186
+ @property
1187
+ def NextSibling(self) -> XmlNode: ...
1188
+ @property
1189
+ def NodeType(self) -> XmlNodeType: ...
1190
+ @property
1191
+ def OuterXml(self) -> str: ...
1192
+ @property
1193
+ def OwnerDocument(self) -> XmlDocument: ...
1194
+ @property
1195
+ def ParentNode(self) -> XmlNode: ...
1196
+ @property
1197
+ def Prefix(self) -> str: ...
1198
+ @Prefix.setter
1199
+ def Prefix(self, value: str) -> str: ...
1200
+ @property
1201
+ def PreviousSibling(self) -> XmlNode: ...
1202
+ @property
1203
+ def PreviousText(self) -> XmlNode: ...
1204
+ @property
1205
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
1206
+ @property
1207
+ def Value(self) -> str: ...
1208
+ @Value.setter
1209
+ def Value(self, value: str) -> str: ...
1210
+ def AppendChild(self, newChild: XmlNode) -> XmlNode: ...
1211
+ def Clone(self) -> XmlNode: ...
1212
+ @abc.abstractmethod
1213
+ def CloneNode(self, deep: bool) -> XmlNode: ...
1214
+ def CreateNavigator(self) -> XPathNavigator: ...
1215
+ def GetEnumerator(self) -> IEnumerator: ...
1216
+ def GetNamespaceOfPrefix(self, prefix: str) -> str: ...
1217
+ def GetPrefixOfNamespace(self, namespaceURI: str) -> str: ...
1218
+ def InsertAfter(self, newChild: XmlNode, refChild: XmlNode) -> XmlNode: ...
1219
+ def InsertBefore(self, newChild: XmlNode, refChild: XmlNode) -> XmlNode: ...
1220
+ def Normalize(self) -> None: ...
1221
+ def PrependChild(self, newChild: XmlNode) -> XmlNode: ...
1222
+ def RemoveAll(self) -> None: ...
1223
+ def RemoveChild(self, oldChild: XmlNode) -> XmlNode: ...
1224
+ def ReplaceChild(self, newChild: XmlNode, oldChild: XmlNode) -> XmlNode: ...
1225
+ def Supports(self, feature: str, version: str) -> bool: ...
1226
+ @abc.abstractmethod
1227
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
1228
+ @abc.abstractmethod
1229
+ def WriteTo(self, w: XmlWriter) -> None: ...
1230
+ # Skipped SelectNodes due to it being static, abstract and generic.
1231
+
1232
+ SelectNodes : SelectNodes_MethodGroup
1233
+ class SelectNodes_MethodGroup:
1234
+ @typing.overload
1235
+ def __call__(self, xpath: str) -> XmlNodeList:...
1236
+ @typing.overload
1237
+ def __call__(self, xpath: str, nsmgr: XmlNamespaceManager) -> XmlNodeList:...
1238
+
1239
+ # Skipped SelectSingleNode due to it being static, abstract and generic.
1240
+
1241
+ SelectSingleNode : SelectSingleNode_MethodGroup
1242
+ class SelectSingleNode_MethodGroup:
1243
+ @typing.overload
1244
+ def __call__(self, xpath: str) -> XmlNode:...
1245
+ @typing.overload
1246
+ def __call__(self, xpath: str, nsmgr: XmlNamespaceManager) -> XmlNode:...
1247
+
1248
+
1249
+
1250
+ class XmlNodeList(IDisposable, IEnumerable, abc.ABC):
1251
+ @property
1252
+ def Count(self) -> int: ...
1253
+ @property
1254
+ def ItemOf(self) -> XmlNode: ...
1255
+ @abc.abstractmethod
1256
+ def GetEnumerator(self) -> IEnumerator: ...
1257
+ @abc.abstractmethod
1258
+ def Item(self, index: int) -> XmlNode: ...
1259
+
1260
+
1261
+ class XmlNodeOrder(typing.SupportsInt):
1262
+ @typing.overload
1263
+ def __init__(self, value : int) -> None: ...
1264
+ @typing.overload
1265
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1266
+ def __int__(self) -> int: ...
1267
+
1268
+ # Values:
1269
+ Before : XmlNodeOrder # 0
1270
+ After : XmlNodeOrder # 1
1271
+ Same : XmlNodeOrder # 2
1272
+ Unknown : XmlNodeOrder # 3
1273
+
1274
+
1275
+ class XmlNodeType(typing.SupportsInt):
1276
+ @typing.overload
1277
+ def __init__(self, value : int) -> None: ...
1278
+ @typing.overload
1279
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1280
+ def __int__(self) -> int: ...
1281
+
1282
+ # Values:
1283
+ None_ : XmlNodeType # 0
1284
+ Element : XmlNodeType # 1
1285
+ Attribute : XmlNodeType # 2
1286
+ Text : XmlNodeType # 3
1287
+ CDATA : XmlNodeType # 4
1288
+ EntityReference : XmlNodeType # 5
1289
+ Entity : XmlNodeType # 6
1290
+ ProcessingInstruction : XmlNodeType # 7
1291
+ Comment : XmlNodeType # 8
1292
+ Document : XmlNodeType # 9
1293
+ DocumentType : XmlNodeType # 10
1294
+ DocumentFragment : XmlNodeType # 11
1295
+ Notation : XmlNodeType # 12
1296
+ Whitespace : XmlNodeType # 13
1297
+ SignificantWhitespace : XmlNodeType # 14
1298
+ EndElement : XmlNodeType # 15
1299
+ EndEntity : XmlNodeType # 16
1300
+ XmlDeclaration : XmlNodeType # 17
1301
+
1302
+
1303
+ class XmlOutputMethod(typing.SupportsInt):
1304
+ @typing.overload
1305
+ def __init__(self, value : int) -> None: ...
1306
+ @typing.overload
1307
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1308
+ def __int__(self) -> int: ...
1309
+
1310
+ # Values:
1311
+ Xml : XmlOutputMethod # 0
1312
+ Html : XmlOutputMethod # 1
1313
+ Text : XmlOutputMethod # 2
1314
+ AutoDetect : XmlOutputMethod # 3
1315
+
1316
+
1317
+ class XmlParserContext:
1318
+ @typing.overload
1319
+ def __init__(self, nt: XmlNameTable, nsMgr: XmlNamespaceManager, docTypeName: str, pubId: str, sysId: str, internalSubset: str, baseURI: str, xmlLang: str, xmlSpace: XmlSpace) -> None: ...
1320
+ @typing.overload
1321
+ def __init__(self, nt: XmlNameTable, nsMgr: XmlNamespaceManager, docTypeName: str, pubId: str, sysId: str, internalSubset: str, baseURI: str, xmlLang: str, xmlSpace: XmlSpace, enc: Encoding) -> None: ...
1322
+ @typing.overload
1323
+ def __init__(self, nt: XmlNameTable, nsMgr: XmlNamespaceManager, xmlLang: str, xmlSpace: XmlSpace) -> None: ...
1324
+ @typing.overload
1325
+ def __init__(self, nt: XmlNameTable, nsMgr: XmlNamespaceManager, xmlLang: str, xmlSpace: XmlSpace, enc: Encoding) -> None: ...
1326
+ @property
1327
+ def BaseURI(self) -> str: ...
1328
+ @BaseURI.setter
1329
+ def BaseURI(self, value: str) -> str: ...
1330
+ @property
1331
+ def DocTypeName(self) -> str: ...
1332
+ @DocTypeName.setter
1333
+ def DocTypeName(self, value: str) -> str: ...
1334
+ @property
1335
+ def Encoding(self) -> Encoding: ...
1336
+ @Encoding.setter
1337
+ def Encoding(self, value: Encoding) -> Encoding: ...
1338
+ @property
1339
+ def InternalSubset(self) -> str: ...
1340
+ @InternalSubset.setter
1341
+ def InternalSubset(self, value: str) -> str: ...
1342
+ @property
1343
+ def NamespaceManager(self) -> XmlNamespaceManager: ...
1344
+ @NamespaceManager.setter
1345
+ def NamespaceManager(self, value: XmlNamespaceManager) -> XmlNamespaceManager: ...
1346
+ @property
1347
+ def NameTable(self) -> XmlNameTable: ...
1348
+ @NameTable.setter
1349
+ def NameTable(self, value: XmlNameTable) -> XmlNameTable: ...
1350
+ @property
1351
+ def PublicId(self) -> str: ...
1352
+ @PublicId.setter
1353
+ def PublicId(self, value: str) -> str: ...
1354
+ @property
1355
+ def SystemId(self) -> str: ...
1356
+ @SystemId.setter
1357
+ def SystemId(self, value: str) -> str: ...
1358
+ @property
1359
+ def XmlLang(self) -> str: ...
1360
+ @XmlLang.setter
1361
+ def XmlLang(self, value: str) -> str: ...
1362
+ @property
1363
+ def XmlSpace(self) -> XmlSpace: ...
1364
+ @XmlSpace.setter
1365
+ def XmlSpace(self, value: XmlSpace) -> XmlSpace: ...
1366
+
1367
+
1368
+ class XmlProcessingInstruction(XmlLinkedNode):
1369
+ @property
1370
+ def Attributes(self) -> XmlAttributeCollection: ...
1371
+ @property
1372
+ def BaseURI(self) -> str: ...
1373
+ @property
1374
+ def ChildNodes(self) -> XmlNodeList: ...
1375
+ @property
1376
+ def Data(self) -> str: ...
1377
+ @Data.setter
1378
+ def Data(self, value: str) -> str: ...
1379
+ @property
1380
+ def FirstChild(self) -> XmlNode: ...
1381
+ @property
1382
+ def HasChildNodes(self) -> bool: ...
1383
+ @property
1384
+ def InnerText(self) -> str: ...
1385
+ @InnerText.setter
1386
+ def InnerText(self, value: str) -> str: ...
1387
+ @property
1388
+ def InnerXml(self) -> str: ...
1389
+ @InnerXml.setter
1390
+ def InnerXml(self, value: str) -> str: ...
1391
+ @property
1392
+ def IsReadOnly(self) -> bool: ...
1393
+ @property
1394
+ def Item(self) -> XmlElement: ...
1395
+ @property
1396
+ def Item(self) -> XmlElement: ...
1397
+ @property
1398
+ def LastChild(self) -> XmlNode: ...
1399
+ @property
1400
+ def LocalName(self) -> str: ...
1401
+ @property
1402
+ def Name(self) -> str: ...
1403
+ @property
1404
+ def NamespaceURI(self) -> str: ...
1405
+ @property
1406
+ def NextSibling(self) -> XmlNode: ...
1407
+ @property
1408
+ def NodeType(self) -> XmlNodeType: ...
1409
+ @property
1410
+ def OuterXml(self) -> str: ...
1411
+ @property
1412
+ def OwnerDocument(self) -> XmlDocument: ...
1413
+ @property
1414
+ def ParentNode(self) -> XmlNode: ...
1415
+ @property
1416
+ def Prefix(self) -> str: ...
1417
+ @Prefix.setter
1418
+ def Prefix(self, value: str) -> str: ...
1419
+ @property
1420
+ def PreviousSibling(self) -> XmlNode: ...
1421
+ @property
1422
+ def PreviousText(self) -> XmlNode: ...
1423
+ @property
1424
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
1425
+ @property
1426
+ def Target(self) -> str: ...
1427
+ @property
1428
+ def Value(self) -> str: ...
1429
+ @Value.setter
1430
+ def Value(self, value: str) -> str: ...
1431
+ def CloneNode(self, deep: bool) -> XmlNode: ...
1432
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
1433
+ def WriteTo(self, w: XmlWriter) -> None: ...
1434
+
1435
+
1436
+ class XmlQualifiedName:
1437
+ @typing.overload
1438
+ def __init__(self) -> None: ...
1439
+ @typing.overload
1440
+ def __init__(self, name: str) -> None: ...
1441
+ @typing.overload
1442
+ def __init__(self, name: str, ns: str) -> None: ...
1443
+ Empty : XmlQualifiedName
1444
+ @property
1445
+ def IsEmpty(self) -> bool: ...
1446
+ @property
1447
+ def Name(self) -> str: ...
1448
+ @Name.setter
1449
+ def Name(self, value: str) -> str: ...
1450
+ @property
1451
+ def Namespace(self) -> str: ...
1452
+ @Namespace.setter
1453
+ def Namespace(self, value: str) -> str: ...
1454
+ def Equals(self, other: typing.Any) -> bool: ...
1455
+ def GetHashCode(self) -> int: ...
1456
+ def __eq__(self, a: XmlQualifiedName, b: XmlQualifiedName) -> bool: ...
1457
+ def __ne__(self, a: XmlQualifiedName, b: XmlQualifiedName) -> bool: ...
1458
+ # Skipped ToString due to it being static, abstract and generic.
1459
+
1460
+ ToString : ToString_MethodGroup
1461
+ class ToString_MethodGroup:
1462
+ @typing.overload
1463
+ def __call__(self) -> str:...
1464
+ @typing.overload
1465
+ def __call__(self, name: str, ns: str) -> str:...
1466
+
1467
+
1468
+
1469
+ class XmlReader(IDisposable, abc.ABC):
1470
+ @property
1471
+ def AttributeCount(self) -> int: ...
1472
+ @property
1473
+ def BaseURI(self) -> str: ...
1474
+ @property
1475
+ def CanReadBinaryContent(self) -> bool: ...
1476
+ @property
1477
+ def CanReadValueChunk(self) -> bool: ...
1478
+ @property
1479
+ def CanResolveEntity(self) -> bool: ...
1480
+ @property
1481
+ def Depth(self) -> int: ...
1482
+ @property
1483
+ def EOF(self) -> bool: ...
1484
+ @property
1485
+ def HasAttributes(self) -> bool: ...
1486
+ @property
1487
+ def HasValue(self) -> bool: ...
1488
+ @property
1489
+ def IsDefault(self) -> bool: ...
1490
+ @property
1491
+ def IsEmptyElement(self) -> bool: ...
1492
+ @property
1493
+ def Item(self) -> str: ...
1494
+ @property
1495
+ def Item(self) -> str: ...
1496
+ @property
1497
+ def Item(self) -> str: ...
1498
+ @property
1499
+ def LocalName(self) -> str: ...
1500
+ @property
1501
+ def Name(self) -> str: ...
1502
+ @property
1503
+ def NamespaceURI(self) -> str: ...
1504
+ @property
1505
+ def NameTable(self) -> XmlNameTable: ...
1506
+ @property
1507
+ def NodeType(self) -> XmlNodeType: ...
1508
+ @property
1509
+ def Prefix(self) -> str: ...
1510
+ @property
1511
+ def QuoteChar(self) -> str: ...
1512
+ @property
1513
+ def ReadState(self) -> ReadState: ...
1514
+ @property
1515
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
1516
+ @property
1517
+ def Settings(self) -> XmlReaderSettings: ...
1518
+ @property
1519
+ def Value(self) -> str: ...
1520
+ @property
1521
+ def ValueType(self) -> typing.Type[typing.Any]: ...
1522
+ @property
1523
+ def XmlLang(self) -> str: ...
1524
+ @property
1525
+ def XmlSpace(self) -> XmlSpace: ...
1526
+ def Close(self) -> None: ...
1527
+ def Dispose(self) -> None: ...
1528
+ def GetValueAsync(self) -> Task_1[str]: ...
1529
+ @staticmethod
1530
+ def IsName(str: str) -> bool: ...
1531
+ @staticmethod
1532
+ def IsNameToken(str: str) -> bool: ...
1533
+ @abc.abstractmethod
1534
+ def LookupNamespace(self, prefix: str) -> str: ...
1535
+ def MoveToContent(self) -> XmlNodeType: ...
1536
+ def MoveToContentAsync(self) -> Task_1[XmlNodeType]: ...
1537
+ @abc.abstractmethod
1538
+ def MoveToElement(self) -> bool: ...
1539
+ @abc.abstractmethod
1540
+ def MoveToFirstAttribute(self) -> bool: ...
1541
+ @abc.abstractmethod
1542
+ def MoveToNextAttribute(self) -> bool: ...
1543
+ @abc.abstractmethod
1544
+ def Read(self) -> bool: ...
1545
+ def ReadAsync(self) -> Task_1[bool]: ...
1546
+ @abc.abstractmethod
1547
+ def ReadAttributeValue(self) -> bool: ...
1548
+ def ReadContentAs(self, returnType: typing.Type[typing.Any], namespaceResolver: IXmlNamespaceResolver) -> typing.Any: ...
1549
+ def ReadContentAsAsync(self, returnType: typing.Type[typing.Any], namespaceResolver: IXmlNamespaceResolver) -> Task_1[typing.Any]: ...
1550
+ def ReadContentAsBase64(self, buffer: Array_1[int], index: int, count: int) -> int: ...
1551
+ def ReadContentAsBase64Async(self, buffer: Array_1[int], index: int, count: int) -> Task_1[int]: ...
1552
+ def ReadContentAsBinHex(self, buffer: Array_1[int], index: int, count: int) -> int: ...
1553
+ def ReadContentAsBinHexAsync(self, buffer: Array_1[int], index: int, count: int) -> Task_1[int]: ...
1554
+ def ReadContentAsBoolean(self) -> bool: ...
1555
+ def ReadContentAsDateTime(self) -> DateTime: ...
1556
+ def ReadContentAsDateTimeOffset(self) -> DateTimeOffset: ...
1557
+ def ReadContentAsDecimal(self) -> Decimal: ...
1558
+ def ReadContentAsDouble(self) -> float: ...
1559
+ def ReadContentAsFloat(self) -> float: ...
1560
+ def ReadContentAsInt(self) -> int: ...
1561
+ def ReadContentAsLong(self) -> int: ...
1562
+ def ReadContentAsObject(self) -> typing.Any: ...
1563
+ def ReadContentAsObjectAsync(self) -> Task_1[typing.Any]: ...
1564
+ def ReadContentAsString(self) -> str: ...
1565
+ def ReadContentAsStringAsync(self) -> Task_1[str]: ...
1566
+ def ReadElementContentAsAsync(self, returnType: typing.Type[typing.Any], namespaceResolver: IXmlNamespaceResolver) -> Task_1[typing.Any]: ...
1567
+ def ReadElementContentAsBase64(self, buffer: Array_1[int], index: int, count: int) -> int: ...
1568
+ def ReadElementContentAsBase64Async(self, buffer: Array_1[int], index: int, count: int) -> Task_1[int]: ...
1569
+ def ReadElementContentAsBinHex(self, buffer: Array_1[int], index: int, count: int) -> int: ...
1570
+ def ReadElementContentAsBinHexAsync(self, buffer: Array_1[int], index: int, count: int) -> Task_1[int]: ...
1571
+ def ReadElementContentAsObjectAsync(self) -> Task_1[typing.Any]: ...
1572
+ def ReadElementContentAsStringAsync(self) -> Task_1[str]: ...
1573
+ def ReadEndElement(self) -> None: ...
1574
+ def ReadInnerXml(self) -> str: ...
1575
+ def ReadInnerXmlAsync(self) -> Task_1[str]: ...
1576
+ def ReadOuterXml(self) -> str: ...
1577
+ def ReadOuterXmlAsync(self) -> Task_1[str]: ...
1578
+ def ReadString(self) -> str: ...
1579
+ def ReadSubtree(self) -> XmlReader: ...
1580
+ def ReadValueChunk(self, buffer: Array_1[str], index: int, count: int) -> int: ...
1581
+ def ReadValueChunkAsync(self, buffer: Array_1[str], index: int, count: int) -> Task_1[int]: ...
1582
+ @abc.abstractmethod
1583
+ def ResolveEntity(self) -> None: ...
1584
+ def Skip(self) -> None: ...
1585
+ def SkipAsync(self) -> Task: ...
1586
+ # Skipped Create due to it being static, abstract and generic.
1587
+
1588
+ Create : Create_MethodGroup
1589
+ class Create_MethodGroup:
1590
+ @typing.overload
1591
+ def __call__(self, input: Stream) -> XmlReader:...
1592
+ @typing.overload
1593
+ def __call__(self, input: TextReader) -> XmlReader:...
1594
+ @typing.overload
1595
+ def __call__(self, inputUri: str) -> XmlReader:...
1596
+ @typing.overload
1597
+ def __call__(self, inputUri: str, settings: XmlReaderSettings) -> XmlReader:...
1598
+ @typing.overload
1599
+ def __call__(self, input: Stream, settings: XmlReaderSettings) -> XmlReader:...
1600
+ @typing.overload
1601
+ def __call__(self, input: TextReader, settings: XmlReaderSettings) -> XmlReader:...
1602
+ @typing.overload
1603
+ def __call__(self, reader: XmlReader, settings: XmlReaderSettings) -> XmlReader:...
1604
+ @typing.overload
1605
+ def __call__(self, input: Stream, settings: XmlReaderSettings, baseUri: str) -> XmlReader:...
1606
+ @typing.overload
1607
+ def __call__(self, input: TextReader, settings: XmlReaderSettings, baseUri: str) -> XmlReader:...
1608
+ @typing.overload
1609
+ def __call__(self, inputUri: str, settings: XmlReaderSettings, inputContext: XmlParserContext) -> XmlReader:...
1610
+ @typing.overload
1611
+ def __call__(self, input: Stream, settings: XmlReaderSettings, inputContext: XmlParserContext) -> XmlReader:...
1612
+ @typing.overload
1613
+ def __call__(self, input: TextReader, settings: XmlReaderSettings, inputContext: XmlParserContext) -> XmlReader:...
1614
+
1615
+ # Skipped GetAttribute due to it being static, abstract and generic.
1616
+
1617
+ GetAttribute : GetAttribute_MethodGroup
1618
+ class GetAttribute_MethodGroup:
1619
+ @typing.overload
1620
+ def __call__(self, i: int) -> str:...
1621
+ @typing.overload
1622
+ def __call__(self, name: str) -> str:...
1623
+ @typing.overload
1624
+ def __call__(self, name: str, namespaceURI: str) -> str:...
1625
+
1626
+ # Skipped IsStartElement due to it being static, abstract and generic.
1627
+
1628
+ IsStartElement : IsStartElement_MethodGroup
1629
+ class IsStartElement_MethodGroup:
1630
+ @typing.overload
1631
+ def __call__(self) -> bool:...
1632
+ @typing.overload
1633
+ def __call__(self, name: str) -> bool:...
1634
+ @typing.overload
1635
+ def __call__(self, localname: str, ns: str) -> bool:...
1636
+
1637
+ # Skipped MoveToAttribute due to it being static, abstract and generic.
1638
+
1639
+ MoveToAttribute : MoveToAttribute_MethodGroup
1640
+ class MoveToAttribute_MethodGroup:
1641
+ @typing.overload
1642
+ def __call__(self, i: int) -> None:...
1643
+ @typing.overload
1644
+ def __call__(self, name: str) -> bool:...
1645
+ @typing.overload
1646
+ def __call__(self, name: str, ns: str) -> bool:...
1647
+
1648
+ # Skipped ReadElementContentAs due to it being static, abstract and generic.
1649
+
1650
+ ReadElementContentAs : ReadElementContentAs_MethodGroup
1651
+ class ReadElementContentAs_MethodGroup:
1652
+ @typing.overload
1653
+ def __call__(self, returnType: typing.Type[typing.Any], namespaceResolver: IXmlNamespaceResolver) -> typing.Any:...
1654
+ @typing.overload
1655
+ def __call__(self, returnType: typing.Type[typing.Any], namespaceResolver: IXmlNamespaceResolver, localName: str, namespaceURI: str) -> typing.Any:...
1656
+
1657
+ # Skipped ReadElementContentAsBoolean due to it being static, abstract and generic.
1658
+
1659
+ ReadElementContentAsBoolean : ReadElementContentAsBoolean_MethodGroup
1660
+ class ReadElementContentAsBoolean_MethodGroup:
1661
+ @typing.overload
1662
+ def __call__(self) -> bool:...
1663
+ @typing.overload
1664
+ def __call__(self, localName: str, namespaceURI: str) -> bool:...
1665
+
1666
+ # Skipped ReadElementContentAsDateTime due to it being static, abstract and generic.
1667
+
1668
+ ReadElementContentAsDateTime : ReadElementContentAsDateTime_MethodGroup
1669
+ class ReadElementContentAsDateTime_MethodGroup:
1670
+ @typing.overload
1671
+ def __call__(self) -> DateTime:...
1672
+ @typing.overload
1673
+ def __call__(self, localName: str, namespaceURI: str) -> DateTime:...
1674
+
1675
+ # Skipped ReadElementContentAsDecimal due to it being static, abstract and generic.
1676
+
1677
+ ReadElementContentAsDecimal : ReadElementContentAsDecimal_MethodGroup
1678
+ class ReadElementContentAsDecimal_MethodGroup:
1679
+ @typing.overload
1680
+ def __call__(self) -> Decimal:...
1681
+ @typing.overload
1682
+ def __call__(self, localName: str, namespaceURI: str) -> Decimal:...
1683
+
1684
+ # Skipped ReadElementContentAsDouble due to it being static, abstract and generic.
1685
+
1686
+ ReadElementContentAsDouble : ReadElementContentAsDouble_MethodGroup
1687
+ class ReadElementContentAsDouble_MethodGroup:
1688
+ @typing.overload
1689
+ def __call__(self) -> float:...
1690
+ @typing.overload
1691
+ def __call__(self, localName: str, namespaceURI: str) -> float:...
1692
+
1693
+ # Skipped ReadElementContentAsFloat due to it being static, abstract and generic.
1694
+
1695
+ ReadElementContentAsFloat : ReadElementContentAsFloat_MethodGroup
1696
+ class ReadElementContentAsFloat_MethodGroup:
1697
+ @typing.overload
1698
+ def __call__(self) -> float:...
1699
+ @typing.overload
1700
+ def __call__(self, localName: str, namespaceURI: str) -> float:...
1701
+
1702
+ # Skipped ReadElementContentAsInt due to it being static, abstract and generic.
1703
+
1704
+ ReadElementContentAsInt : ReadElementContentAsInt_MethodGroup
1705
+ class ReadElementContentAsInt_MethodGroup:
1706
+ @typing.overload
1707
+ def __call__(self) -> int:...
1708
+ @typing.overload
1709
+ def __call__(self, localName: str, namespaceURI: str) -> int:...
1710
+
1711
+ # Skipped ReadElementContentAsLong due to it being static, abstract and generic.
1712
+
1713
+ ReadElementContentAsLong : ReadElementContentAsLong_MethodGroup
1714
+ class ReadElementContentAsLong_MethodGroup:
1715
+ @typing.overload
1716
+ def __call__(self) -> int:...
1717
+ @typing.overload
1718
+ def __call__(self, localName: str, namespaceURI: str) -> int:...
1719
+
1720
+ # Skipped ReadElementContentAsObject due to it being static, abstract and generic.
1721
+
1722
+ ReadElementContentAsObject : ReadElementContentAsObject_MethodGroup
1723
+ class ReadElementContentAsObject_MethodGroup:
1724
+ @typing.overload
1725
+ def __call__(self) -> typing.Any:...
1726
+ @typing.overload
1727
+ def __call__(self, localName: str, namespaceURI: str) -> typing.Any:...
1728
+
1729
+ # Skipped ReadElementContentAsString due to it being static, abstract and generic.
1730
+
1731
+ ReadElementContentAsString : ReadElementContentAsString_MethodGroup
1732
+ class ReadElementContentAsString_MethodGroup:
1733
+ @typing.overload
1734
+ def __call__(self) -> str:...
1735
+ @typing.overload
1736
+ def __call__(self, localName: str, namespaceURI: str) -> str:...
1737
+
1738
+ # Skipped ReadElementString due to it being static, abstract and generic.
1739
+
1740
+ ReadElementString : ReadElementString_MethodGroup
1741
+ class ReadElementString_MethodGroup:
1742
+ @typing.overload
1743
+ def __call__(self) -> str:...
1744
+ @typing.overload
1745
+ def __call__(self, name: str) -> str:...
1746
+ @typing.overload
1747
+ def __call__(self, localname: str, ns: str) -> str:...
1748
+
1749
+ # Skipped ReadStartElement due to it being static, abstract and generic.
1750
+
1751
+ ReadStartElement : ReadStartElement_MethodGroup
1752
+ class ReadStartElement_MethodGroup:
1753
+ @typing.overload
1754
+ def __call__(self) -> None:...
1755
+ @typing.overload
1756
+ def __call__(self, name: str) -> None:...
1757
+ @typing.overload
1758
+ def __call__(self, localname: str, ns: str) -> None:...
1759
+
1760
+ # Skipped ReadToDescendant due to it being static, abstract and generic.
1761
+
1762
+ ReadToDescendant : ReadToDescendant_MethodGroup
1763
+ class ReadToDescendant_MethodGroup:
1764
+ @typing.overload
1765
+ def __call__(self, name: str) -> bool:...
1766
+ @typing.overload
1767
+ def __call__(self, localName: str, namespaceURI: str) -> bool:...
1768
+
1769
+ # Skipped ReadToFollowing due to it being static, abstract and generic.
1770
+
1771
+ ReadToFollowing : ReadToFollowing_MethodGroup
1772
+ class ReadToFollowing_MethodGroup:
1773
+ @typing.overload
1774
+ def __call__(self, name: str) -> bool:...
1775
+ @typing.overload
1776
+ def __call__(self, localName: str, namespaceURI: str) -> bool:...
1777
+
1778
+ # Skipped ReadToNextSibling due to it being static, abstract and generic.
1779
+
1780
+ ReadToNextSibling : ReadToNextSibling_MethodGroup
1781
+ class ReadToNextSibling_MethodGroup:
1782
+ @typing.overload
1783
+ def __call__(self, name: str) -> bool:...
1784
+ @typing.overload
1785
+ def __call__(self, localName: str, namespaceURI: str) -> bool:...
1786
+
1787
+
1788
+
1789
+ class XmlReaderSettings:
1790
+ def __init__(self) -> None: ...
1791
+ @property
1792
+ def Async(self) -> bool: ...
1793
+ @Async.setter
1794
+ def Async(self, value: bool) -> bool: ...
1795
+ @property
1796
+ def CheckCharacters(self) -> bool: ...
1797
+ @CheckCharacters.setter
1798
+ def CheckCharacters(self, value: bool) -> bool: ...
1799
+ @property
1800
+ def CloseInput(self) -> bool: ...
1801
+ @CloseInput.setter
1802
+ def CloseInput(self, value: bool) -> bool: ...
1803
+ @property
1804
+ def ConformanceLevel(self) -> ConformanceLevel: ...
1805
+ @ConformanceLevel.setter
1806
+ def ConformanceLevel(self, value: ConformanceLevel) -> ConformanceLevel: ...
1807
+ @property
1808
+ def DtdProcessing(self) -> DtdProcessing: ...
1809
+ @DtdProcessing.setter
1810
+ def DtdProcessing(self, value: DtdProcessing) -> DtdProcessing: ...
1811
+ @property
1812
+ def IgnoreComments(self) -> bool: ...
1813
+ @IgnoreComments.setter
1814
+ def IgnoreComments(self, value: bool) -> bool: ...
1815
+ @property
1816
+ def IgnoreProcessingInstructions(self) -> bool: ...
1817
+ @IgnoreProcessingInstructions.setter
1818
+ def IgnoreProcessingInstructions(self, value: bool) -> bool: ...
1819
+ @property
1820
+ def IgnoreWhitespace(self) -> bool: ...
1821
+ @IgnoreWhitespace.setter
1822
+ def IgnoreWhitespace(self, value: bool) -> bool: ...
1823
+ @property
1824
+ def LineNumberOffset(self) -> int: ...
1825
+ @LineNumberOffset.setter
1826
+ def LineNumberOffset(self, value: int) -> int: ...
1827
+ @property
1828
+ def LinePositionOffset(self) -> int: ...
1829
+ @LinePositionOffset.setter
1830
+ def LinePositionOffset(self, value: int) -> int: ...
1831
+ @property
1832
+ def MaxCharactersFromEntities(self) -> int: ...
1833
+ @MaxCharactersFromEntities.setter
1834
+ def MaxCharactersFromEntities(self, value: int) -> int: ...
1835
+ @property
1836
+ def MaxCharactersInDocument(self) -> int: ...
1837
+ @MaxCharactersInDocument.setter
1838
+ def MaxCharactersInDocument(self, value: int) -> int: ...
1839
+ @property
1840
+ def NameTable(self) -> XmlNameTable: ...
1841
+ @NameTable.setter
1842
+ def NameTable(self, value: XmlNameTable) -> XmlNameTable: ...
1843
+ @property
1844
+ def ProhibitDtd(self) -> bool: ...
1845
+ @ProhibitDtd.setter
1846
+ def ProhibitDtd(self, value: bool) -> bool: ...
1847
+ @property
1848
+ def Schemas(self) -> XmlSchemaSet: ...
1849
+ @Schemas.setter
1850
+ def Schemas(self, value: XmlSchemaSet) -> XmlSchemaSet: ...
1851
+ @property
1852
+ def ValidationFlags(self) -> XmlSchemaValidationFlags: ...
1853
+ @ValidationFlags.setter
1854
+ def ValidationFlags(self, value: XmlSchemaValidationFlags) -> XmlSchemaValidationFlags: ...
1855
+ @property
1856
+ def ValidationType(self) -> ValidationType: ...
1857
+ @ValidationType.setter
1858
+ def ValidationType(self, value: ValidationType) -> ValidationType: ...
1859
+ @property
1860
+ def XmlResolver(self) -> None: ...
1861
+ @XmlResolver.setter
1862
+ def XmlResolver(self, value: XmlResolver) -> None: ...
1863
+ def Clone(self) -> XmlReaderSettings: ...
1864
+ def Reset(self) -> None: ...
1865
+
1866
+
1867
+ class XmlResolver(abc.ABC):
1868
+ @property
1869
+ def Credentials(self) -> None: ...
1870
+ @Credentials.setter
1871
+ def Credentials(self, value: ICredentials) -> None: ...
1872
+ @classmethod
1873
+ @property
1874
+ def FileSystemResolver(cls) -> XmlResolver: ...
1875
+ @classmethod
1876
+ @property
1877
+ def ThrowingResolver(cls) -> XmlResolver: ...
1878
+ @abc.abstractmethod
1879
+ def GetEntity(self, absoluteUri: Uri, role: str, ofObjectToReturn: typing.Type[typing.Any]) -> typing.Any: ...
1880
+ def GetEntityAsync(self, absoluteUri: Uri, role: str, ofObjectToReturn: typing.Type[typing.Any]) -> Task_1[typing.Any]: ...
1881
+ def ResolveUri(self, baseUri: Uri, relativeUri: str) -> Uri: ...
1882
+ def SupportsType(self, absoluteUri: Uri, type: typing.Type[typing.Any]) -> bool: ...
1883
+
1884
+
1885
+ class XmlSignificantWhitespace(XmlCharacterData):
1886
+ @property
1887
+ def Attributes(self) -> XmlAttributeCollection: ...
1888
+ @property
1889
+ def BaseURI(self) -> str: ...
1890
+ @property
1891
+ def ChildNodes(self) -> XmlNodeList: ...
1892
+ @property
1893
+ def Data(self) -> str: ...
1894
+ @Data.setter
1895
+ def Data(self, value: str) -> str: ...
1896
+ @property
1897
+ def FirstChild(self) -> XmlNode: ...
1898
+ @property
1899
+ def HasChildNodes(self) -> bool: ...
1900
+ @property
1901
+ def InnerText(self) -> str: ...
1902
+ @InnerText.setter
1903
+ def InnerText(self, value: str) -> str: ...
1904
+ @property
1905
+ def InnerXml(self) -> str: ...
1906
+ @InnerXml.setter
1907
+ def InnerXml(self, value: str) -> str: ...
1908
+ @property
1909
+ def IsReadOnly(self) -> bool: ...
1910
+ @property
1911
+ def Item(self) -> XmlElement: ...
1912
+ @property
1913
+ def Item(self) -> XmlElement: ...
1914
+ @property
1915
+ def LastChild(self) -> XmlNode: ...
1916
+ @property
1917
+ def Length(self) -> int: ...
1918
+ @property
1919
+ def LocalName(self) -> str: ...
1920
+ @property
1921
+ def Name(self) -> str: ...
1922
+ @property
1923
+ def NamespaceURI(self) -> str: ...
1924
+ @property
1925
+ def NextSibling(self) -> XmlNode: ...
1926
+ @property
1927
+ def NodeType(self) -> XmlNodeType: ...
1928
+ @property
1929
+ def OuterXml(self) -> str: ...
1930
+ @property
1931
+ def OwnerDocument(self) -> XmlDocument: ...
1932
+ @property
1933
+ def ParentNode(self) -> XmlNode: ...
1934
+ @property
1935
+ def Prefix(self) -> str: ...
1936
+ @Prefix.setter
1937
+ def Prefix(self, value: str) -> str: ...
1938
+ @property
1939
+ def PreviousSibling(self) -> XmlNode: ...
1940
+ @property
1941
+ def PreviousText(self) -> XmlNode: ...
1942
+ @property
1943
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
1944
+ @property
1945
+ def Value(self) -> str: ...
1946
+ @Value.setter
1947
+ def Value(self, value: str) -> str: ...
1948
+ def CloneNode(self, deep: bool) -> XmlNode: ...
1949
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
1950
+ def WriteTo(self, w: XmlWriter) -> None: ...
1951
+
1952
+
1953
+ class XmlSpace(typing.SupportsInt):
1954
+ @typing.overload
1955
+ def __init__(self, value : int) -> None: ...
1956
+ @typing.overload
1957
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1958
+ def __int__(self) -> int: ...
1959
+
1960
+ # Values:
1961
+ None_ : XmlSpace # 0
1962
+ Default : XmlSpace # 1
1963
+ Preserve : XmlSpace # 2
1964
+
1965
+
1966
+ class XmlText(XmlCharacterData):
1967
+ @property
1968
+ def Attributes(self) -> XmlAttributeCollection: ...
1969
+ @property
1970
+ def BaseURI(self) -> str: ...
1971
+ @property
1972
+ def ChildNodes(self) -> XmlNodeList: ...
1973
+ @property
1974
+ def Data(self) -> str: ...
1975
+ @Data.setter
1976
+ def Data(self, value: str) -> str: ...
1977
+ @property
1978
+ def FirstChild(self) -> XmlNode: ...
1979
+ @property
1980
+ def HasChildNodes(self) -> bool: ...
1981
+ @property
1982
+ def InnerText(self) -> str: ...
1983
+ @InnerText.setter
1984
+ def InnerText(self, value: str) -> str: ...
1985
+ @property
1986
+ def InnerXml(self) -> str: ...
1987
+ @InnerXml.setter
1988
+ def InnerXml(self, value: str) -> str: ...
1989
+ @property
1990
+ def IsReadOnly(self) -> bool: ...
1991
+ @property
1992
+ def Item(self) -> XmlElement: ...
1993
+ @property
1994
+ def Item(self) -> XmlElement: ...
1995
+ @property
1996
+ def LastChild(self) -> XmlNode: ...
1997
+ @property
1998
+ def Length(self) -> int: ...
1999
+ @property
2000
+ def LocalName(self) -> str: ...
2001
+ @property
2002
+ def Name(self) -> str: ...
2003
+ @property
2004
+ def NamespaceURI(self) -> str: ...
2005
+ @property
2006
+ def NextSibling(self) -> XmlNode: ...
2007
+ @property
2008
+ def NodeType(self) -> XmlNodeType: ...
2009
+ @property
2010
+ def OuterXml(self) -> str: ...
2011
+ @property
2012
+ def OwnerDocument(self) -> XmlDocument: ...
2013
+ @property
2014
+ def ParentNode(self) -> XmlNode: ...
2015
+ @property
2016
+ def Prefix(self) -> str: ...
2017
+ @Prefix.setter
2018
+ def Prefix(self, value: str) -> str: ...
2019
+ @property
2020
+ def PreviousSibling(self) -> XmlNode: ...
2021
+ @property
2022
+ def PreviousText(self) -> XmlNode: ...
2023
+ @property
2024
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
2025
+ @property
2026
+ def Value(self) -> str: ...
2027
+ @Value.setter
2028
+ def Value(self, value: str) -> str: ...
2029
+ def CloneNode(self, deep: bool) -> XmlNode: ...
2030
+ def SplitText(self, offset: int) -> XmlText: ...
2031
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
2032
+ def WriteTo(self, w: XmlWriter) -> None: ...
2033
+
2034
+
2035
+ class XmlTokenizedType(typing.SupportsInt):
2036
+ @typing.overload
2037
+ def __init__(self, value : int) -> None: ...
2038
+ @typing.overload
2039
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
2040
+ def __int__(self) -> int: ...
2041
+
2042
+ # Values:
2043
+ CDATA : XmlTokenizedType # 0
2044
+ ID : XmlTokenizedType # 1
2045
+ IDREF : XmlTokenizedType # 2
2046
+ IDREFS : XmlTokenizedType # 3
2047
+ ENTITY : XmlTokenizedType # 4
2048
+ ENTITIES : XmlTokenizedType # 5
2049
+ NMTOKEN : XmlTokenizedType # 6
2050
+ NMTOKENS : XmlTokenizedType # 7
2051
+ NOTATION : XmlTokenizedType # 8
2052
+ ENUMERATION : XmlTokenizedType # 9
2053
+ QName : XmlTokenizedType # 10
2054
+ NCName : XmlTokenizedType # 11
2055
+ None_ : XmlTokenizedType # 12
2056
+
2057
+
2058
+ class XmlWhitespace(XmlCharacterData):
2059
+ @property
2060
+ def Attributes(self) -> XmlAttributeCollection: ...
2061
+ @property
2062
+ def BaseURI(self) -> str: ...
2063
+ @property
2064
+ def ChildNodes(self) -> XmlNodeList: ...
2065
+ @property
2066
+ def Data(self) -> str: ...
2067
+ @Data.setter
2068
+ def Data(self, value: str) -> str: ...
2069
+ @property
2070
+ def FirstChild(self) -> XmlNode: ...
2071
+ @property
2072
+ def HasChildNodes(self) -> bool: ...
2073
+ @property
2074
+ def InnerText(self) -> str: ...
2075
+ @InnerText.setter
2076
+ def InnerText(self, value: str) -> str: ...
2077
+ @property
2078
+ def InnerXml(self) -> str: ...
2079
+ @InnerXml.setter
2080
+ def InnerXml(self, value: str) -> str: ...
2081
+ @property
2082
+ def IsReadOnly(self) -> bool: ...
2083
+ @property
2084
+ def Item(self) -> XmlElement: ...
2085
+ @property
2086
+ def Item(self) -> XmlElement: ...
2087
+ @property
2088
+ def LastChild(self) -> XmlNode: ...
2089
+ @property
2090
+ def Length(self) -> int: ...
2091
+ @property
2092
+ def LocalName(self) -> str: ...
2093
+ @property
2094
+ def Name(self) -> str: ...
2095
+ @property
2096
+ def NamespaceURI(self) -> str: ...
2097
+ @property
2098
+ def NextSibling(self) -> XmlNode: ...
2099
+ @property
2100
+ def NodeType(self) -> XmlNodeType: ...
2101
+ @property
2102
+ def OuterXml(self) -> str: ...
2103
+ @property
2104
+ def OwnerDocument(self) -> XmlDocument: ...
2105
+ @property
2106
+ def ParentNode(self) -> XmlNode: ...
2107
+ @property
2108
+ def Prefix(self) -> str: ...
2109
+ @Prefix.setter
2110
+ def Prefix(self, value: str) -> str: ...
2111
+ @property
2112
+ def PreviousSibling(self) -> XmlNode: ...
2113
+ @property
2114
+ def PreviousText(self) -> XmlNode: ...
2115
+ @property
2116
+ def SchemaInfo(self) -> IXmlSchemaInfo: ...
2117
+ @property
2118
+ def Value(self) -> str: ...
2119
+ @Value.setter
2120
+ def Value(self, value: str) -> str: ...
2121
+ def CloneNode(self, deep: bool) -> XmlNode: ...
2122
+ def WriteContentTo(self, w: XmlWriter) -> None: ...
2123
+ def WriteTo(self, w: XmlWriter) -> None: ...
2124
+
2125
+
2126
+ class XmlWriter(IAsyncDisposable, IDisposable, abc.ABC):
2127
+ @property
2128
+ def Settings(self) -> XmlWriterSettings: ...
2129
+ @property
2130
+ def WriteState(self) -> WriteState: ...
2131
+ @property
2132
+ def XmlLang(self) -> str: ...
2133
+ @property
2134
+ def XmlSpace(self) -> XmlSpace: ...
2135
+ def Close(self) -> None: ...
2136
+ def Dispose(self) -> None: ...
2137
+ def DisposeAsync(self) -> ValueTask: ...
2138
+ @abc.abstractmethod
2139
+ def Flush(self) -> None: ...
2140
+ def FlushAsync(self) -> Task: ...
2141
+ @abc.abstractmethod
2142
+ def LookupPrefix(self, ns: str) -> str: ...
2143
+ def WriteAttributes(self, reader: XmlReader, defattr: bool) -> None: ...
2144
+ def WriteAttributesAsync(self, reader: XmlReader, defattr: bool) -> Task: ...
2145
+ def WriteAttributeStringAsync(self, prefix: str, localName: str, ns: str, value: str) -> Task: ...
2146
+ @abc.abstractmethod
2147
+ def WriteBase64(self, buffer: Array_1[int], index: int, count: int) -> None: ...
2148
+ def WriteBase64Async(self, buffer: Array_1[int], index: int, count: int) -> Task: ...
2149
+ def WriteBinHex(self, buffer: Array_1[int], index: int, count: int) -> None: ...
2150
+ def WriteBinHexAsync(self, buffer: Array_1[int], index: int, count: int) -> Task: ...
2151
+ @abc.abstractmethod
2152
+ def WriteCData(self, text: str) -> None: ...
2153
+ def WriteCDataAsync(self, text: str) -> Task: ...
2154
+ @abc.abstractmethod
2155
+ def WriteCharEntity(self, ch: str) -> None: ...
2156
+ def WriteCharEntityAsync(self, ch: str) -> Task: ...
2157
+ @abc.abstractmethod
2158
+ def WriteChars(self, buffer: Array_1[str], index: int, count: int) -> None: ...
2159
+ def WriteCharsAsync(self, buffer: Array_1[str], index: int, count: int) -> Task: ...
2160
+ @abc.abstractmethod
2161
+ def WriteComment(self, text: str) -> None: ...
2162
+ def WriteCommentAsync(self, text: str) -> Task: ...
2163
+ @abc.abstractmethod
2164
+ def WriteDocType(self, name: str, pubid: str, sysid: str, subset: str) -> None: ...
2165
+ def WriteDocTypeAsync(self, name: str, pubid: str, sysid: str, subset: str) -> Task: ...
2166
+ def WriteElementStringAsync(self, prefix: str, localName: str, ns: str, value: str) -> Task: ...
2167
+ @abc.abstractmethod
2168
+ def WriteEndAttribute(self) -> None: ...
2169
+ @abc.abstractmethod
2170
+ def WriteEndDocument(self) -> None: ...
2171
+ def WriteEndDocumentAsync(self) -> Task: ...
2172
+ @abc.abstractmethod
2173
+ def WriteEndElement(self) -> None: ...
2174
+ def WriteEndElementAsync(self) -> Task: ...
2175
+ @abc.abstractmethod
2176
+ def WriteEntityRef(self, name: str) -> None: ...
2177
+ def WriteEntityRefAsync(self, name: str) -> Task: ...
2178
+ @abc.abstractmethod
2179
+ def WriteFullEndElement(self) -> None: ...
2180
+ def WriteFullEndElementAsync(self) -> Task: ...
2181
+ def WriteName(self, name: str) -> None: ...
2182
+ def WriteNameAsync(self, name: str) -> Task: ...
2183
+ def WriteNmToken(self, name: str) -> None: ...
2184
+ def WriteNmTokenAsync(self, name: str) -> Task: ...
2185
+ @abc.abstractmethod
2186
+ def WriteProcessingInstruction(self, name: str, text: str) -> None: ...
2187
+ def WriteProcessingInstructionAsync(self, name: str, text: str) -> Task: ...
2188
+ def WriteQualifiedName(self, localName: str, ns: str) -> None: ...
2189
+ def WriteQualifiedNameAsync(self, localName: str, ns: str) -> Task: ...
2190
+ def WriteStartElementAsync(self, prefix: str, localName: str, ns: str) -> Task: ...
2191
+ @abc.abstractmethod
2192
+ def WriteString(self, text: str) -> None: ...
2193
+ def WriteStringAsync(self, text: str) -> Task: ...
2194
+ @abc.abstractmethod
2195
+ def WriteSurrogateCharEntity(self, lowChar: str, highChar: str) -> None: ...
2196
+ def WriteSurrogateCharEntityAsync(self, lowChar: str, highChar: str) -> Task: ...
2197
+ @abc.abstractmethod
2198
+ def WriteWhitespace(self, ws: str) -> None: ...
2199
+ def WriteWhitespaceAsync(self, ws: str) -> Task: ...
2200
+ # Skipped Create due to it being static, abstract and generic.
2201
+
2202
+ Create : Create_MethodGroup
2203
+ class Create_MethodGroup:
2204
+ @typing.overload
2205
+ def __call__(self, output: Stream) -> XmlWriter:...
2206
+ @typing.overload
2207
+ def __call__(self, output: TextWriter) -> XmlWriter:...
2208
+ @typing.overload
2209
+ def __call__(self, outputFileName: str) -> XmlWriter:...
2210
+ @typing.overload
2211
+ def __call__(self, output: StringBuilder) -> XmlWriter:...
2212
+ @typing.overload
2213
+ def __call__(self, output: XmlWriter) -> XmlWriter:...
2214
+ @typing.overload
2215
+ def __call__(self, outputFileName: str, settings: XmlWriterSettings) -> XmlWriter:...
2216
+ @typing.overload
2217
+ def __call__(self, output: Stream, settings: XmlWriterSettings) -> XmlWriter:...
2218
+ @typing.overload
2219
+ def __call__(self, output: TextWriter, settings: XmlWriterSettings) -> XmlWriter:...
2220
+ @typing.overload
2221
+ def __call__(self, output: StringBuilder, settings: XmlWriterSettings) -> XmlWriter:...
2222
+ @typing.overload
2223
+ def __call__(self, output: XmlWriter, settings: XmlWriterSettings) -> XmlWriter:...
2224
+
2225
+ # Skipped WriteAttributeString due to it being static, abstract and generic.
2226
+
2227
+ WriteAttributeString : WriteAttributeString_MethodGroup
2228
+ class WriteAttributeString_MethodGroup:
2229
+ @typing.overload
2230
+ def __call__(self, localName: str, value: str) -> None:...
2231
+ @typing.overload
2232
+ def __call__(self, localName: str, ns: str, value: str) -> None:...
2233
+ @typing.overload
2234
+ def __call__(self, prefix: str, localName: str, ns: str, value: str) -> None:...
2235
+
2236
+ # Skipped WriteElementString due to it being static, abstract and generic.
2237
+
2238
+ WriteElementString : WriteElementString_MethodGroup
2239
+ class WriteElementString_MethodGroup:
2240
+ @typing.overload
2241
+ def __call__(self, localName: str, value: str) -> None:...
2242
+ @typing.overload
2243
+ def __call__(self, localName: str, ns: str, value: str) -> None:...
2244
+ @typing.overload
2245
+ def __call__(self, prefix: str, localName: str, ns: str, value: str) -> None:...
2246
+
2247
+ # Skipped WriteNode due to it being static, abstract and generic.
2248
+
2249
+ WriteNode : WriteNode_MethodGroup
2250
+ class WriteNode_MethodGroup:
2251
+ @typing.overload
2252
+ def __call__(self, navigator: XPathNavigator, defattr: bool) -> None:...
2253
+ @typing.overload
2254
+ def __call__(self, reader: XmlReader, defattr: bool) -> None:...
2255
+
2256
+ # Skipped WriteNodeAsync due to it being static, abstract and generic.
2257
+
2258
+ WriteNodeAsync : WriteNodeAsync_MethodGroup
2259
+ class WriteNodeAsync_MethodGroup:
2260
+ @typing.overload
2261
+ def __call__(self, navigator: XPathNavigator, defattr: bool) -> Task:...
2262
+ @typing.overload
2263
+ def __call__(self, reader: XmlReader, defattr: bool) -> Task:...
2264
+
2265
+ # Skipped WriteRaw due to it being static, abstract and generic.
2266
+
2267
+ WriteRaw : WriteRaw_MethodGroup
2268
+ class WriteRaw_MethodGroup:
2269
+ @typing.overload
2270
+ def __call__(self, data: str) -> None:...
2271
+ @typing.overload
2272
+ def __call__(self, buffer: Array_1[str], index: int, count: int) -> None:...
2273
+
2274
+ # Skipped WriteRawAsync due to it being static, abstract and generic.
2275
+
2276
+ WriteRawAsync : WriteRawAsync_MethodGroup
2277
+ class WriteRawAsync_MethodGroup:
2278
+ @typing.overload
2279
+ def __call__(self, data: str) -> Task:...
2280
+ @typing.overload
2281
+ def __call__(self, buffer: Array_1[str], index: int, count: int) -> Task:...
2282
+
2283
+ # Skipped WriteStartAttribute due to it being static, abstract and generic.
2284
+
2285
+ WriteStartAttribute : WriteStartAttribute_MethodGroup
2286
+ class WriteStartAttribute_MethodGroup:
2287
+ @typing.overload
2288
+ def __call__(self, localName: str) -> None:...
2289
+ @typing.overload
2290
+ def __call__(self, localName: str, ns: str) -> None:...
2291
+ @typing.overload
2292
+ def __call__(self, prefix: str, localName: str, ns: str) -> None:...
2293
+
2294
+ # Skipped WriteStartDocument due to it being static, abstract and generic.
2295
+
2296
+ WriteStartDocument : WriteStartDocument_MethodGroup
2297
+ class WriteStartDocument_MethodGroup:
2298
+ @typing.overload
2299
+ def __call__(self) -> None:...
2300
+ @typing.overload
2301
+ def __call__(self, standalone: bool) -> None:...
2302
+
2303
+ # Skipped WriteStartDocumentAsync due to it being static, abstract and generic.
2304
+
2305
+ WriteStartDocumentAsync : WriteStartDocumentAsync_MethodGroup
2306
+ class WriteStartDocumentAsync_MethodGroup:
2307
+ @typing.overload
2308
+ def __call__(self) -> Task:...
2309
+ @typing.overload
2310
+ def __call__(self, standalone: bool) -> Task:...
2311
+
2312
+ # Skipped WriteStartElement due to it being static, abstract and generic.
2313
+
2314
+ WriteStartElement : WriteStartElement_MethodGroup
2315
+ class WriteStartElement_MethodGroup:
2316
+ @typing.overload
2317
+ def __call__(self, localName: str) -> None:...
2318
+ @typing.overload
2319
+ def __call__(self, localName: str, ns: str) -> None:...
2320
+ @typing.overload
2321
+ def __call__(self, prefix: str, localName: str, ns: str) -> None:...
2322
+
2323
+ # Skipped WriteValue due to it being static, abstract and generic.
2324
+
2325
+ WriteValue : WriteValue_MethodGroup
2326
+ class WriteValue_MethodGroup:
2327
+ @typing.overload
2328
+ def __call__(self, value: float) -> None:...
2329
+ # Method WriteValue(value : Single) was skipped since it collides with above method
2330
+ # Method WriteValue(value : Int32) was skipped since it collides with above method
2331
+ # Method WriteValue(value : Int64) was skipped since it collides with above method
2332
+ @typing.overload
2333
+ def __call__(self, value: Decimal) -> None:...
2334
+ @typing.overload
2335
+ def __call__(self, value: str) -> None:...
2336
+ # Method WriteValue(value : Boolean) was skipped since it collides with above method
2337
+ @typing.overload
2338
+ def __call__(self, value: DateTime) -> None:...
2339
+ @typing.overload
2340
+ def __call__(self, value: DateTimeOffset) -> None:...
2341
+ @typing.overload
2342
+ def __call__(self, value: typing.Any) -> None:...
2343
+
2344
+
2345
+
2346
+ class XmlWriterSettings:
2347
+ def __init__(self) -> None: ...
2348
+ @property
2349
+ def Async(self) -> bool: ...
2350
+ @Async.setter
2351
+ def Async(self, value: bool) -> bool: ...
2352
+ @property
2353
+ def CheckCharacters(self) -> bool: ...
2354
+ @CheckCharacters.setter
2355
+ def CheckCharacters(self, value: bool) -> bool: ...
2356
+ @property
2357
+ def CloseOutput(self) -> bool: ...
2358
+ @CloseOutput.setter
2359
+ def CloseOutput(self, value: bool) -> bool: ...
2360
+ @property
2361
+ def ConformanceLevel(self) -> ConformanceLevel: ...
2362
+ @ConformanceLevel.setter
2363
+ def ConformanceLevel(self, value: ConformanceLevel) -> ConformanceLevel: ...
2364
+ @property
2365
+ def DoNotEscapeUriAttributes(self) -> bool: ...
2366
+ @DoNotEscapeUriAttributes.setter
2367
+ def DoNotEscapeUriAttributes(self, value: bool) -> bool: ...
2368
+ @property
2369
+ def Encoding(self) -> Encoding: ...
2370
+ @Encoding.setter
2371
+ def Encoding(self, value: Encoding) -> Encoding: ...
2372
+ @property
2373
+ def Indent(self) -> bool: ...
2374
+ @Indent.setter
2375
+ def Indent(self, value: bool) -> bool: ...
2376
+ @property
2377
+ def IndentChars(self) -> str: ...
2378
+ @IndentChars.setter
2379
+ def IndentChars(self, value: str) -> str: ...
2380
+ @property
2381
+ def NamespaceHandling(self) -> NamespaceHandling: ...
2382
+ @NamespaceHandling.setter
2383
+ def NamespaceHandling(self, value: NamespaceHandling) -> NamespaceHandling: ...
2384
+ @property
2385
+ def NewLineChars(self) -> str: ...
2386
+ @NewLineChars.setter
2387
+ def NewLineChars(self, value: str) -> str: ...
2388
+ @property
2389
+ def NewLineHandling(self) -> NewLineHandling: ...
2390
+ @NewLineHandling.setter
2391
+ def NewLineHandling(self, value: NewLineHandling) -> NewLineHandling: ...
2392
+ @property
2393
+ def NewLineOnAttributes(self) -> bool: ...
2394
+ @NewLineOnAttributes.setter
2395
+ def NewLineOnAttributes(self, value: bool) -> bool: ...
2396
+ @property
2397
+ def OmitXmlDeclaration(self) -> bool: ...
2398
+ @OmitXmlDeclaration.setter
2399
+ def OmitXmlDeclaration(self, value: bool) -> bool: ...
2400
+ @property
2401
+ def OutputMethod(self) -> XmlOutputMethod: ...
2402
+ @OutputMethod.setter
2403
+ def OutputMethod(self, value: XmlOutputMethod) -> XmlOutputMethod: ...
2404
+ @property
2405
+ def WriteEndDocumentOnClose(self) -> bool: ...
2406
+ @WriteEndDocumentOnClose.setter
2407
+ def WriteEndDocumentOnClose(self, value: bool) -> bool: ...
2408
+ def Clone(self) -> XmlWriterSettings: ...
2409
+ def Reset(self) -> None: ...
2410
+