PySimultan 0.6.0.8__py3-none-any.whl → 0.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. PySimultan2/CHANGELOG.md +2 -2
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +103 -26
  4. PySimultan2/default_types.py +17 -0
  5. PySimultan2/files.py +10 -5
  6. PySimultan2/utils.py +1 -2
  7. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.1.dist-info}/METADATA +1 -1
  8. pysimultan-0.6.1.dist-info/RECORD +76 -0
  9. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  10. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  11. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  12. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  13. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  14. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  15. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  16. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  17. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  18. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  19. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  20. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  21. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  22. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  23. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  24. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  25. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  26. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  27. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  28. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  29. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  30. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  31. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  32. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  33. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  34. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  35. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  37. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  38. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  39. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  40. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  41. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  42. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  43. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  44. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  45. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  46. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  47. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  48. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  49. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  50. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  51. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  52. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  53. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  54. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  55. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  56. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  57. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  58. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  59. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  60. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  61. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  62. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  63. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  64. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  65. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  66. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  67. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  68. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  69. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  70. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  71. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  72. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  73. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  74. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  75. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  76. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  77. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  78. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  79. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  80. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  81. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  82. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  83. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  84. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  85. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  86. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  87. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  88. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  89. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  90. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  91. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  92. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  93. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  94. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  95. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  96. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  97. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  98. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  99. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  100. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  101. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  102. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  103. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  104. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  105. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  106. PySimultan2/typings/System/__init__.pyi +0 -17821
  107. pysimultan-0.6.0.8.dist-info/RECORD +0 -174
  108. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.1.dist-info}/WHEEL +0 -0
  109. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,16 +0,0 @@
1
- import typing
2
- from System import Array_1
3
- from System.Xml import XmlQualifiedName
4
-
5
- class XmlSerializerNamespaces:
6
- @typing.overload
7
- def __init__(self) -> None: ...
8
- @typing.overload
9
- def __init__(self, namespaces: XmlSerializerNamespaces) -> None: ...
10
- @typing.overload
11
- def __init__(self, namespaces: Array_1[XmlQualifiedName]) -> None: ...
12
- @property
13
- def Count(self) -> int: ...
14
- def Add(self, prefix: str, ns: str) -> None: ...
15
- def ToArray(self) -> Array_1[XmlQualifiedName]: ...
16
-
@@ -1,474 +0,0 @@
1
- import typing, abc
2
- from System.Collections import IComparer, IEqualityComparer, IEnumerable, IEnumerator
3
- from System.Xml import IXmlNamespaceResolver, XmlNamespaceManager, XmlNameTable, XmlNodeOrder, XmlWriter, XmlNamespaceScope, XmlReader
4
- from System import DateTime, ICloneable
5
- from System.Xml.Schema import XmlSchemaType, IXmlSchemaInfo, XmlSchemaSet, ValidationEventHandler
6
- from System.Collections.Generic import IDictionary_2
7
-
8
- class IXPathNavigable(typing.Protocol):
9
- @abc.abstractmethod
10
- def CreateNavigator(self) -> XPathNavigator: ...
11
-
12
-
13
- class XmlCaseOrder(typing.SupportsInt):
14
- @typing.overload
15
- def __init__(self, value : int) -> None: ...
16
- @typing.overload
17
- def __init__(self, value : int, force_if_true: bool) -> None: ...
18
- def __int__(self) -> int: ...
19
-
20
- # Values:
21
- None_ : XmlCaseOrder # 0
22
- UpperFirst : XmlCaseOrder # 1
23
- LowerFirst : XmlCaseOrder # 2
24
-
25
-
26
- class XmlDataType(typing.SupportsInt):
27
- @typing.overload
28
- def __init__(self, value : int) -> None: ...
29
- @typing.overload
30
- def __init__(self, value : int, force_if_true: bool) -> None: ...
31
- def __int__(self) -> int: ...
32
-
33
- # Values:
34
- Text : XmlDataType # 1
35
- Number : XmlDataType # 2
36
-
37
-
38
- class XmlSortOrder(typing.SupportsInt):
39
- @typing.overload
40
- def __init__(self, value : int) -> None: ...
41
- @typing.overload
42
- def __init__(self, value : int, force_if_true: bool) -> None: ...
43
- def __int__(self) -> int: ...
44
-
45
- # Values:
46
- Ascending : XmlSortOrder # 1
47
- Descending : XmlSortOrder # 2
48
-
49
-
50
- class XPathExpression(abc.ABC):
51
- @property
52
- def Expression(self) -> str: ...
53
- @property
54
- def ReturnType(self) -> XPathResultType: ...
55
- @abc.abstractmethod
56
- def Clone(self) -> XPathExpression: ...
57
- # Skipped AddSort due to it being static, abstract and generic.
58
-
59
- AddSort : AddSort_MethodGroup
60
- class AddSort_MethodGroup:
61
- @typing.overload
62
- def __call__(self, expr: typing.Any, comparer: IComparer) -> None:...
63
- @typing.overload
64
- def __call__(self, expr: typing.Any, order: XmlSortOrder, caseOrder: XmlCaseOrder, lang: str, dataType: XmlDataType) -> None:...
65
-
66
- # Skipped Compile due to it being static, abstract and generic.
67
-
68
- Compile : Compile_MethodGroup
69
- class Compile_MethodGroup:
70
- @typing.overload
71
- def __call__(self, xpath: str) -> XPathExpression:...
72
- @typing.overload
73
- def __call__(self, xpath: str, nsResolver: IXmlNamespaceResolver) -> XPathExpression:...
74
-
75
- # Skipped SetContext due to it being static, abstract and generic.
76
-
77
- SetContext : SetContext_MethodGroup
78
- class SetContext_MethodGroup:
79
- @typing.overload
80
- def __call__(self, nsManager: XmlNamespaceManager) -> None:...
81
- @typing.overload
82
- def __call__(self, nsResolver: IXmlNamespaceResolver) -> None:...
83
-
84
-
85
-
86
- class XPathItem(abc.ABC):
87
- @property
88
- def IsNode(self) -> bool: ...
89
- @property
90
- def TypedValue(self) -> typing.Any: ...
91
- @property
92
- def Value(self) -> str: ...
93
- @property
94
- def ValueAsBoolean(self) -> bool: ...
95
- @property
96
- def ValueAsDateTime(self) -> DateTime: ...
97
- @property
98
- def ValueAsDouble(self) -> float: ...
99
- @property
100
- def ValueAsInt(self) -> int: ...
101
- @property
102
- def ValueAsLong(self) -> int: ...
103
- @property
104
- def ValueType(self) -> typing.Type[typing.Any]: ...
105
- @property
106
- def XmlType(self) -> XmlSchemaType: ...
107
- # Skipped ValueAs due to it being static, abstract and generic.
108
-
109
- ValueAs : ValueAs_MethodGroup
110
- class ValueAs_MethodGroup:
111
- @typing.overload
112
- def __call__(self, returnType: typing.Type[typing.Any]) -> typing.Any:...
113
- @typing.overload
114
- def __call__(self, returnType: typing.Type[typing.Any], nsResolver: IXmlNamespaceResolver) -> typing.Any:...
115
-
116
-
117
-
118
- class XPathNamespaceScope(typing.SupportsInt):
119
- @typing.overload
120
- def __init__(self, value : int) -> None: ...
121
- @typing.overload
122
- def __init__(self, value : int, force_if_true: bool) -> None: ...
123
- def __int__(self) -> int: ...
124
-
125
- # Values:
126
- All : XPathNamespaceScope # 0
127
- ExcludeXml : XPathNamespaceScope # 1
128
- Local : XPathNamespaceScope # 2
129
-
130
-
131
- class XPathNavigator(XPathItem, IXmlNamespaceResolver, IXPathNavigable, ICloneable):
132
- @property
133
- def BaseURI(self) -> str: ...
134
- @property
135
- def CanEdit(self) -> bool: ...
136
- @property
137
- def HasAttributes(self) -> bool: ...
138
- @property
139
- def HasChildren(self) -> bool: ...
140
- @property
141
- def InnerXml(self) -> str: ...
142
- @InnerXml.setter
143
- def InnerXml(self, value: str) -> str: ...
144
- @property
145
- def IsEmptyElement(self) -> bool: ...
146
- @property
147
- def IsNode(self) -> bool: ...
148
- @property
149
- def LocalName(self) -> str: ...
150
- @property
151
- def Name(self) -> str: ...
152
- @property
153
- def NamespaceURI(self) -> str: ...
154
- @property
155
- def NameTable(self) -> XmlNameTable: ...
156
- @classmethod
157
- @property
158
- def NavigatorComparer(cls) -> IEqualityComparer: ...
159
- @property
160
- def NodeType(self) -> XPathNodeType: ...
161
- @property
162
- def OuterXml(self) -> str: ...
163
- @OuterXml.setter
164
- def OuterXml(self, value: str) -> str: ...
165
- @property
166
- def Prefix(self) -> str: ...
167
- @property
168
- def SchemaInfo(self) -> IXmlSchemaInfo: ...
169
- @property
170
- def TypedValue(self) -> typing.Any: ...
171
- @property
172
- def UnderlyingObject(self) -> typing.Any: ...
173
- @property
174
- def Value(self) -> str: ...
175
- @property
176
- def ValueAsBoolean(self) -> bool: ...
177
- @property
178
- def ValueAsDateTime(self) -> DateTime: ...
179
- @property
180
- def ValueAsDouble(self) -> float: ...
181
- @property
182
- def ValueAsInt(self) -> int: ...
183
- @property
184
- def ValueAsLong(self) -> int: ...
185
- @property
186
- def ValueType(self) -> typing.Type[typing.Any]: ...
187
- @property
188
- def XmlLang(self) -> str: ...
189
- @property
190
- def XmlType(self) -> XmlSchemaType: ...
191
- def AppendChildElement(self, prefix: str, localName: str, namespaceURI: str, value: str) -> None: ...
192
- def CheckValidity(self, schemas: XmlSchemaSet, validationEventHandler: ValidationEventHandler) -> bool: ...
193
- @abc.abstractmethod
194
- def Clone(self) -> XPathNavigator: ...
195
- def ComparePosition(self, nav: XPathNavigator) -> XmlNodeOrder: ...
196
- def Compile(self, xpath: str) -> XPathExpression: ...
197
- def CreateAttribute(self, prefix: str, localName: str, namespaceURI: str, value: str) -> None: ...
198
- def CreateAttributes(self) -> XmlWriter: ...
199
- def CreateNavigator(self) -> XPathNavigator: ...
200
- def DeleteRange(self, lastSiblingToDelete: XPathNavigator) -> None: ...
201
- def DeleteSelf(self) -> None: ...
202
- def GetAttribute(self, localName: str, namespaceURI: str) -> str: ...
203
- def GetNamespace(self, name: str) -> str: ...
204
- def GetNamespacesInScope(self, scope: XmlNamespaceScope) -> IDictionary_2[str, str]: ...
205
- def InsertElementAfter(self, prefix: str, localName: str, namespaceURI: str, value: str) -> None: ...
206
- def InsertElementBefore(self, prefix: str, localName: str, namespaceURI: str, value: str) -> None: ...
207
- def IsDescendant(self, nav: XPathNavigator) -> bool: ...
208
- @abc.abstractmethod
209
- def IsSamePosition(self, other: XPathNavigator) -> bool: ...
210
- def LookupNamespace(self, prefix: str) -> str: ...
211
- def LookupPrefix(self, namespaceURI: str) -> str: ...
212
- @abc.abstractmethod
213
- def MoveTo(self, other: XPathNavigator) -> bool: ...
214
- def MoveToAttribute(self, localName: str, namespaceURI: str) -> bool: ...
215
- def MoveToFirst(self) -> bool: ...
216
- @abc.abstractmethod
217
- def MoveToFirstAttribute(self) -> bool: ...
218
- @abc.abstractmethod
219
- def MoveToFirstChild(self) -> bool: ...
220
- @abc.abstractmethod
221
- def MoveToId(self, id: str) -> bool: ...
222
- def MoveToNamespace(self, name: str) -> bool: ...
223
- @abc.abstractmethod
224
- def MoveToNextAttribute(self) -> bool: ...
225
- @abc.abstractmethod
226
- def MoveToParent(self) -> bool: ...
227
- @abc.abstractmethod
228
- def MoveToPrevious(self) -> bool: ...
229
- def MoveToRoot(self) -> None: ...
230
- def PrependChildElement(self, prefix: str, localName: str, namespaceURI: str, value: str) -> None: ...
231
- def ReadSubtree(self) -> XmlReader: ...
232
- def ReplaceRange(self, lastSiblingToReplace: XPathNavigator) -> XmlWriter: ...
233
- def SetTypedValue(self, typedValue: typing.Any) -> None: ...
234
- def SetValue(self, value: str) -> None: ...
235
- def ToString(self) -> str: ...
236
- def ValueAs(self, returnType: typing.Type[typing.Any], nsResolver: IXmlNamespaceResolver) -> typing.Any: ...
237
- def WriteSubtree(self, writer: XmlWriter) -> None: ...
238
- # Skipped AppendChild due to it being static, abstract and generic.
239
-
240
- AppendChild : AppendChild_MethodGroup
241
- class AppendChild_MethodGroup:
242
- @typing.overload
243
- def __call__(self) -> XmlWriter:...
244
- @typing.overload
245
- def __call__(self, newChild: str) -> None:...
246
- @typing.overload
247
- def __call__(self, newChild: XPathNavigator) -> None:...
248
- @typing.overload
249
- def __call__(self, newChild: XmlReader) -> None:...
250
-
251
- # Skipped Evaluate due to it being static, abstract and generic.
252
-
253
- Evaluate : Evaluate_MethodGroup
254
- class Evaluate_MethodGroup:
255
- @typing.overload
256
- def __call__(self, xpath: str) -> typing.Any:...
257
- @typing.overload
258
- def __call__(self, expr: XPathExpression) -> typing.Any:...
259
- @typing.overload
260
- def __call__(self, xpath: str, resolver: IXmlNamespaceResolver) -> typing.Any:...
261
- @typing.overload
262
- def __call__(self, expr: XPathExpression, context: XPathNodeIterator) -> typing.Any:...
263
-
264
- # Skipped InsertAfter due to it being static, abstract and generic.
265
-
266
- InsertAfter : InsertAfter_MethodGroup
267
- class InsertAfter_MethodGroup:
268
- @typing.overload
269
- def __call__(self) -> XmlWriter:...
270
- @typing.overload
271
- def __call__(self, newSibling: str) -> None:...
272
- @typing.overload
273
- def __call__(self, newSibling: XPathNavigator) -> None:...
274
- @typing.overload
275
- def __call__(self, newSibling: XmlReader) -> None:...
276
-
277
- # Skipped InsertBefore due to it being static, abstract and generic.
278
-
279
- InsertBefore : InsertBefore_MethodGroup
280
- class InsertBefore_MethodGroup:
281
- @typing.overload
282
- def __call__(self) -> XmlWriter:...
283
- @typing.overload
284
- def __call__(self, newSibling: str) -> None:...
285
- @typing.overload
286
- def __call__(self, newSibling: XPathNavigator) -> None:...
287
- @typing.overload
288
- def __call__(self, newSibling: XmlReader) -> None:...
289
-
290
- # Skipped Matches due to it being static, abstract and generic.
291
-
292
- Matches : Matches_MethodGroup
293
- class Matches_MethodGroup:
294
- @typing.overload
295
- def __call__(self, xpath: str) -> bool:...
296
- @typing.overload
297
- def __call__(self, expr: XPathExpression) -> bool:...
298
-
299
- # Skipped MoveToChild due to it being static, abstract and generic.
300
-
301
- MoveToChild : MoveToChild_MethodGroup
302
- class MoveToChild_MethodGroup:
303
- @typing.overload
304
- def __call__(self, type: XPathNodeType) -> bool:...
305
- @typing.overload
306
- def __call__(self, localName: str, namespaceURI: str) -> bool:...
307
-
308
- # Skipped MoveToFirstNamespace due to it being static, abstract and generic.
309
-
310
- MoveToFirstNamespace : MoveToFirstNamespace_MethodGroup
311
- class MoveToFirstNamespace_MethodGroup:
312
- @typing.overload
313
- def __call__(self) -> bool:...
314
- @typing.overload
315
- def __call__(self, namespaceScope: XPathNamespaceScope) -> bool:...
316
-
317
- # Skipped MoveToFollowing due to it being static, abstract and generic.
318
-
319
- MoveToFollowing : MoveToFollowing_MethodGroup
320
- class MoveToFollowing_MethodGroup:
321
- @typing.overload
322
- def __call__(self, type: XPathNodeType) -> bool:...
323
- @typing.overload
324
- def __call__(self, type: XPathNodeType, end: XPathNavigator) -> bool:...
325
- @typing.overload
326
- def __call__(self, localName: str, namespaceURI: str) -> bool:...
327
- @typing.overload
328
- def __call__(self, localName: str, namespaceURI: str, end: XPathNavigator) -> bool:...
329
-
330
- # Skipped MoveToNext due to it being static, abstract and generic.
331
-
332
- MoveToNext : MoveToNext_MethodGroup
333
- class MoveToNext_MethodGroup:
334
- @typing.overload
335
- def __call__(self) -> bool:...
336
- @typing.overload
337
- def __call__(self, type: XPathNodeType) -> bool:...
338
- @typing.overload
339
- def __call__(self, localName: str, namespaceURI: str) -> bool:...
340
-
341
- # Skipped MoveToNextNamespace due to it being static, abstract and generic.
342
-
343
- MoveToNextNamespace : MoveToNextNamespace_MethodGroup
344
- class MoveToNextNamespace_MethodGroup:
345
- @typing.overload
346
- def __call__(self) -> bool:...
347
- @typing.overload
348
- def __call__(self, namespaceScope: XPathNamespaceScope) -> bool:...
349
-
350
- # Skipped PrependChild due to it being static, abstract and generic.
351
-
352
- PrependChild : PrependChild_MethodGroup
353
- class PrependChild_MethodGroup:
354
- @typing.overload
355
- def __call__(self) -> XmlWriter:...
356
- @typing.overload
357
- def __call__(self, newChild: str) -> None:...
358
- @typing.overload
359
- def __call__(self, newChild: XPathNavigator) -> None:...
360
- @typing.overload
361
- def __call__(self, newChild: XmlReader) -> None:...
362
-
363
- # Skipped ReplaceSelf due to it being static, abstract and generic.
364
-
365
- ReplaceSelf : ReplaceSelf_MethodGroup
366
- class ReplaceSelf_MethodGroup:
367
- @typing.overload
368
- def __call__(self, newNode: str) -> None:...
369
- @typing.overload
370
- def __call__(self, newNode: XPathNavigator) -> None:...
371
- @typing.overload
372
- def __call__(self, newNode: XmlReader) -> None:...
373
-
374
- # Skipped Select due to it being static, abstract and generic.
375
-
376
- Select : Select_MethodGroup
377
- class Select_MethodGroup:
378
- @typing.overload
379
- def __call__(self, xpath: str) -> XPathNodeIterator:...
380
- @typing.overload
381
- def __call__(self, expr: XPathExpression) -> XPathNodeIterator:...
382
- @typing.overload
383
- def __call__(self, xpath: str, resolver: IXmlNamespaceResolver) -> XPathNodeIterator:...
384
-
385
- # Skipped SelectAncestors due to it being static, abstract and generic.
386
-
387
- SelectAncestors : SelectAncestors_MethodGroup
388
- class SelectAncestors_MethodGroup:
389
- @typing.overload
390
- def __call__(self, type: XPathNodeType, matchSelf: bool) -> XPathNodeIterator:...
391
- @typing.overload
392
- def __call__(self, name: str, namespaceURI: str, matchSelf: bool) -> XPathNodeIterator:...
393
-
394
- # Skipped SelectChildren due to it being static, abstract and generic.
395
-
396
- SelectChildren : SelectChildren_MethodGroup
397
- class SelectChildren_MethodGroup:
398
- @typing.overload
399
- def __call__(self, type: XPathNodeType) -> XPathNodeIterator:...
400
- @typing.overload
401
- def __call__(self, name: str, namespaceURI: str) -> XPathNodeIterator:...
402
-
403
- # Skipped SelectDescendants due to it being static, abstract and generic.
404
-
405
- SelectDescendants : SelectDescendants_MethodGroup
406
- class SelectDescendants_MethodGroup:
407
- @typing.overload
408
- def __call__(self, type: XPathNodeType, matchSelf: bool) -> XPathNodeIterator:...
409
- @typing.overload
410
- def __call__(self, name: str, namespaceURI: str, matchSelf: bool) -> XPathNodeIterator:...
411
-
412
- # Skipped SelectSingleNode due to it being static, abstract and generic.
413
-
414
- SelectSingleNode : SelectSingleNode_MethodGroup
415
- class SelectSingleNode_MethodGroup:
416
- @typing.overload
417
- def __call__(self, xpath: str) -> XPathNavigator:...
418
- @typing.overload
419
- def __call__(self, expression: XPathExpression) -> XPathNavigator:...
420
- @typing.overload
421
- def __call__(self, xpath: str, resolver: IXmlNamespaceResolver) -> XPathNavigator:...
422
-
423
-
424
-
425
- class XPathNodeIterator(IEnumerable, ICloneable, abc.ABC):
426
- @property
427
- def Count(self) -> int: ...
428
- @property
429
- def Current(self) -> XPathNavigator: ...
430
- @property
431
- def CurrentPosition(self) -> int: ...
432
- @abc.abstractmethod
433
- def Clone(self) -> XPathNodeIterator: ...
434
- def GetEnumerator(self) -> IEnumerator: ...
435
- @abc.abstractmethod
436
- def MoveNext(self) -> bool: ...
437
-
438
-
439
- class XPathNodeType(typing.SupportsInt):
440
- @typing.overload
441
- def __init__(self, value : int) -> None: ...
442
- @typing.overload
443
- def __init__(self, value : int, force_if_true: bool) -> None: ...
444
- def __int__(self) -> int: ...
445
-
446
- # Values:
447
- Root : XPathNodeType # 0
448
- Element : XPathNodeType # 1
449
- Attribute : XPathNodeType # 2
450
- Namespace : XPathNodeType # 3
451
- Text : XPathNodeType # 4
452
- SignificantWhitespace : XPathNodeType # 5
453
- Whitespace : XPathNodeType # 6
454
- ProcessingInstruction : XPathNodeType # 7
455
- Comment : XPathNodeType # 8
456
- All : XPathNodeType # 9
457
-
458
-
459
- class XPathResultType(typing.SupportsInt):
460
- @typing.overload
461
- def __init__(self, value : int) -> None: ...
462
- @typing.overload
463
- def __init__(self, value : int, force_if_true: bool) -> None: ...
464
- def __int__(self) -> int: ...
465
-
466
- # Values:
467
- Number : XPathResultType # 0
468
- String : XPathResultType # 1
469
- Navigator : XPathResultType # 1
470
- Boolean : XPathResultType # 2
471
- NodeSet : XPathResultType # 3
472
- Any : XPathResultType # 5
473
- Error : XPathResultType # 6
474
-