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.
- PySimultan2/CHANGELOG.md +4 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +3 -3
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +2 -0
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +9 -4
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.7.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,16 @@
|
|
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
|
+
|
@@ -0,0 +1,474 @@
|
|
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
|
+
|