@girs/gxml-0.18 0.18.0-3.2.7 → 0.18.0-3.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/gxml-0.18-ambient.js +2 -0
- package/gxml-0.18-import.js +3 -0
- package/gxml-0.18.d.cts +13 -231
- package/gxml-0.18.d.ts +13 -231
- package/package.json +16 -10
package/gxml-0.18.d.ts
CHANGED
|
@@ -215,7 +215,6 @@ module Collection {
|
|
|
215
215
|
// Own constructor properties of GXml-0.18.GXml.Collection
|
|
216
216
|
|
|
217
217
|
element?: DomElement | null
|
|
218
|
-
items_type?: GObject.GType | null
|
|
219
218
|
itemsType?: GObject.GType | null
|
|
220
219
|
}
|
|
221
220
|
|
|
@@ -225,12 +224,9 @@ interface Collection extends GObject.Object {
|
|
|
225
224
|
|
|
226
225
|
// Own properties of GXml-0.18.GXml.Collection
|
|
227
226
|
|
|
228
|
-
readonly nodes_index: GLib.Queue
|
|
229
227
|
readonly nodesIndex: GLib.Queue
|
|
230
228
|
element: DomElement
|
|
231
|
-
readonly items_name: string | null
|
|
232
229
|
readonly itemsName: string | null
|
|
233
|
-
items_type: GObject.GType
|
|
234
230
|
itemsType: GObject.GType
|
|
235
231
|
readonly length: number
|
|
236
232
|
|
|
@@ -480,7 +476,6 @@ module Map {
|
|
|
480
476
|
|
|
481
477
|
// Own constructor properties of GXml-0.18.GXml.Map
|
|
482
478
|
|
|
483
|
-
attribute_key?: string | null
|
|
484
479
|
attributeKey?: string | null
|
|
485
480
|
}
|
|
486
481
|
|
|
@@ -490,9 +485,7 @@ interface Map extends GObject.Object, Collection, Gee.Traversable, Gee.Iterable
|
|
|
490
485
|
|
|
491
486
|
// Own properties of GXml-0.18.GXml.Map
|
|
492
487
|
|
|
493
|
-
attribute_key: string | null
|
|
494
488
|
attributeKey: string | null
|
|
495
|
-
readonly keys_set: Gee.Set
|
|
496
489
|
readonly keysSet: Gee.Set
|
|
497
490
|
|
|
498
491
|
// Owm methods of GXml-0.18.GXml.Map
|
|
@@ -684,8 +677,6 @@ module PairedMap {
|
|
|
684
677
|
|
|
685
678
|
// Own constructor properties of GXml-0.18.GXml.PairedMap
|
|
686
679
|
|
|
687
|
-
attribute_primary_key?: string | null
|
|
688
|
-
attribute_secondary_key?: string | null
|
|
689
680
|
attributePrimaryKey?: string | null
|
|
690
681
|
attributeSecondaryKey?: string | null
|
|
691
682
|
}
|
|
@@ -696,11 +687,8 @@ interface PairedMap extends GObject.Object, Collection, Gee.Traversable, Gee.Ite
|
|
|
696
687
|
|
|
697
688
|
// Own properties of GXml-0.18.GXml.PairedMap
|
|
698
689
|
|
|
699
|
-
attribute_primary_key: string | null
|
|
700
690
|
attributePrimaryKey: string | null
|
|
701
|
-
attribute_secondary_key: string | null
|
|
702
691
|
attributeSecondaryKey: string | null
|
|
703
|
-
readonly primary_keys_set: Gee.Set
|
|
704
692
|
readonly primaryKeysSet: Gee.Set
|
|
705
693
|
|
|
706
694
|
// Owm methods of GXml-0.18.GXml.PairedMap
|
|
@@ -905,9 +893,6 @@ module ThreeMap {
|
|
|
905
893
|
|
|
906
894
|
// Own constructor properties of GXml-0.18.GXml.ThreeMap
|
|
907
895
|
|
|
908
|
-
attribute_primary_key?: string | null
|
|
909
|
-
attribute_secondary_key?: string | null
|
|
910
|
-
attribute_third_key?: string | null
|
|
911
896
|
attributePrimaryKey?: string | null
|
|
912
897
|
attributeSecondaryKey?: string | null
|
|
913
898
|
attributeThirdKey?: string | null
|
|
@@ -919,13 +904,9 @@ interface ThreeMap extends GObject.Object, Collection, Gee.Traversable, Gee.Iter
|
|
|
919
904
|
|
|
920
905
|
// Own properties of GXml-0.18.GXml.ThreeMap
|
|
921
906
|
|
|
922
|
-
attribute_primary_key: string | null
|
|
923
907
|
attributePrimaryKey: string | null
|
|
924
|
-
attribute_secondary_key: string | null
|
|
925
908
|
attributeSecondaryKey: string | null
|
|
926
|
-
attribute_third_key: string | null
|
|
927
909
|
attributeThirdKey: string | null
|
|
928
|
-
readonly primary_keys_set: Gee.Set
|
|
929
910
|
readonly primaryKeysSet: Gee.Set
|
|
930
911
|
|
|
931
912
|
// Owm methods of GXml-0.18.GXml.ThreeMap
|
|
@@ -1333,12 +1314,10 @@ module Document {
|
|
|
1333
1314
|
// Own constructor properties of GXml-0.18.GXml.Document
|
|
1334
1315
|
|
|
1335
1316
|
indent?: boolean | null
|
|
1336
|
-
ns_top?: boolean | null
|
|
1337
|
-
prefix_default_ns?: boolean | null
|
|
1338
|
-
backup?: boolean | null
|
|
1339
|
-
file?: Gio.File | null
|
|
1340
1317
|
nsTop?: boolean | null
|
|
1341
1318
|
prefixDefaultNs?: boolean | null
|
|
1319
|
+
backup?: boolean | null
|
|
1320
|
+
file?: Gio.File | null
|
|
1342
1321
|
}
|
|
1343
1322
|
|
|
1344
1323
|
}
|
|
@@ -1348,9 +1327,7 @@ interface Document extends GObject.Object, Node {
|
|
|
1348
1327
|
// Own properties of GXml-0.18.GXml.Document
|
|
1349
1328
|
|
|
1350
1329
|
indent: boolean
|
|
1351
|
-
ns_top: boolean
|
|
1352
1330
|
nsTop: boolean
|
|
1353
|
-
prefix_default_ns: boolean
|
|
1354
1331
|
prefixDefaultNs: boolean
|
|
1355
1332
|
backup: boolean
|
|
1356
1333
|
readonly root: Node
|
|
@@ -1537,10 +1514,8 @@ interface DomAttr extends GObject.Object {
|
|
|
1537
1514
|
|
|
1538
1515
|
// Own properties of GXml-0.18.GXml.DomAttr
|
|
1539
1516
|
|
|
1540
|
-
readonly namespace_uri: string | null
|
|
1541
1517
|
readonly namespaceUri: string | null
|
|
1542
1518
|
readonly prefix: string | null
|
|
1543
|
-
readonly local_name: string | null
|
|
1544
1519
|
readonly localName: string | null
|
|
1545
1520
|
readonly name: string | null
|
|
1546
1521
|
value: string | null
|
|
@@ -1759,7 +1734,6 @@ interface DomText extends DomCharacterData {
|
|
|
1759
1734
|
|
|
1760
1735
|
// Own properties of GXml-0.18.GXml.DomText
|
|
1761
1736
|
|
|
1762
|
-
readonly whole_text: string | null
|
|
1763
1737
|
readonly wholeText: string | null
|
|
1764
1738
|
|
|
1765
1739
|
// Owm methods of GXml-0.18.GXml.DomText
|
|
@@ -2241,11 +2215,8 @@ interface DomParentNode extends GObject.Object {
|
|
|
2241
2215
|
// Own properties of GXml-0.18.GXml.DomParentNode
|
|
2242
2216
|
|
|
2243
2217
|
readonly children: DomHTMLCollection
|
|
2244
|
-
readonly first_element_child: DomElement
|
|
2245
2218
|
readonly firstElementChild: DomElement
|
|
2246
|
-
readonly last_element_child: DomElement
|
|
2247
2219
|
readonly lastElementChild: DomElement
|
|
2248
|
-
readonly child_element_count: number
|
|
2249
2220
|
readonly childElementCount: number
|
|
2250
2221
|
|
|
2251
2222
|
// Owm methods of GXml-0.18.GXml.DomParentNode
|
|
@@ -2314,9 +2285,7 @@ interface DomNonDocumentTypeChildNode extends GObject.Object {
|
|
|
2314
2285
|
|
|
2315
2286
|
// Own properties of GXml-0.18.GXml.DomNonDocumentTypeChildNode
|
|
2316
2287
|
|
|
2317
|
-
readonly previous_element_sibling: DomElement
|
|
2318
2288
|
readonly previousElementSibling: DomElement
|
|
2319
|
-
readonly next_element_sibling: DomElement
|
|
2320
2289
|
readonly nextElementSibling: DomElement
|
|
2321
2290
|
|
|
2322
2291
|
// Owm methods of GXml-0.18.GXml.DomNonDocumentTypeChildNode
|
|
@@ -2413,7 +2382,6 @@ interface DomNodeList extends GObject.Object, Gee.BidirList {
|
|
|
2413
2382
|
|
|
2414
2383
|
// Conflicting properties
|
|
2415
2384
|
|
|
2416
|
-
read_only_view: any
|
|
2417
2385
|
readOnlyView: any
|
|
2418
2386
|
|
|
2419
2387
|
// Owm methods of GXml-0.18.GXml.DomNodeList
|
|
@@ -2512,7 +2480,6 @@ interface DomHTMLCollection extends GObject.Object, Gee.BidirList {
|
|
|
2512
2480
|
|
|
2513
2481
|
// Conflicting properties
|
|
2514
2482
|
|
|
2515
|
-
read_only_view: any
|
|
2516
2483
|
readOnlyView: any
|
|
2517
2484
|
|
|
2518
2485
|
// Owm methods of GXml-0.18.GXml.DomHTMLCollection
|
|
@@ -2622,11 +2589,8 @@ interface DomNodeIterator {
|
|
|
2622
2589
|
// Own properties of GXml-0.18.GXml.DomNodeIterator
|
|
2623
2590
|
|
|
2624
2591
|
readonly root: DomNode
|
|
2625
|
-
readonly reference_node: DomNode
|
|
2626
2592
|
readonly referenceNode: DomNode
|
|
2627
|
-
readonly pointer_before_reference_node: boolean
|
|
2628
2593
|
readonly pointerBeforeReferenceNode: boolean
|
|
2629
|
-
readonly what_to_show: number
|
|
2630
2594
|
readonly whatToShow: number
|
|
2631
2595
|
readonly filter: DomNodeFilter
|
|
2632
2596
|
|
|
@@ -2702,10 +2666,8 @@ interface DomTreeWalker extends GObject.Object {
|
|
|
2702
2666
|
// Own properties of GXml-0.18.GXml.DomTreeWalker
|
|
2703
2667
|
|
|
2704
2668
|
readonly root: DomNode
|
|
2705
|
-
readonly what_to_show: number
|
|
2706
2669
|
readonly whatToShow: number
|
|
2707
2670
|
readonly filter: DomNodeFilter
|
|
2708
|
-
readonly current_node: DomNode
|
|
2709
2671
|
readonly currentNode: DomNode
|
|
2710
2672
|
|
|
2711
2673
|
// Owm methods of GXml-0.18.GXml.DomTreeWalker
|
|
@@ -2865,7 +2827,6 @@ interface DomTokenList extends GObject.Object, Gee.BidirList {
|
|
|
2865
2827
|
|
|
2866
2828
|
// Conflicting properties
|
|
2867
2829
|
|
|
2868
|
-
read_only_view: any
|
|
2869
2830
|
readOnlyView: any
|
|
2870
2831
|
|
|
2871
2832
|
// Owm methods of GXml-0.18.GXml.DomTokenList
|
|
@@ -3002,7 +2963,6 @@ interface DomSettableTokenList extends DomTokenList {
|
|
|
3002
2963
|
|
|
3003
2964
|
// Conflicting properties
|
|
3004
2965
|
|
|
3005
|
-
read_only_view: any
|
|
3006
2966
|
readOnlyView: any
|
|
3007
2967
|
|
|
3008
2968
|
// Owm methods of GXml-0.18.GXml.DomSettableTokenList
|
|
@@ -3138,17 +3098,12 @@ interface DomDocument extends GObject.Object, DomNode, DomParentNode, DomNonElem
|
|
|
3138
3098
|
|
|
3139
3099
|
readonly implementation: DomImplementation
|
|
3140
3100
|
readonly url: string | null
|
|
3141
|
-
readonly document_uri: string | null
|
|
3142
3101
|
readonly documentUri: string | null
|
|
3143
3102
|
readonly origin: string | null
|
|
3144
|
-
readonly compat_mode: string | null
|
|
3145
3103
|
readonly compatMode: string | null
|
|
3146
|
-
readonly character_set: string | null
|
|
3147
3104
|
readonly characterSet: string | null
|
|
3148
|
-
readonly content_type: string | null
|
|
3149
3105
|
readonly contentType: string | null
|
|
3150
3106
|
readonly doctype: DomDocumentType
|
|
3151
|
-
readonly document_element: DomElement
|
|
3152
3107
|
readonly documentElement: DomElement
|
|
3153
3108
|
|
|
3154
3109
|
// Owm methods of GXml-0.18.GXml.DomDocument
|
|
@@ -3557,9 +3512,7 @@ interface DomDocumentType extends GObject.Object, DomNode, DomChildNode {
|
|
|
3557
3512
|
// Own properties of GXml-0.18.GXml.DomDocumentType
|
|
3558
3513
|
|
|
3559
3514
|
readonly name: string | null
|
|
3560
|
-
readonly public_id: string | null
|
|
3561
3515
|
readonly publicId: string | null
|
|
3562
|
-
readonly system_id: string | null
|
|
3563
3516
|
readonly systemId: string | null
|
|
3564
3517
|
|
|
3565
3518
|
// Owm methods of GXml-0.18.GXml.DomDocumentType
|
|
@@ -3774,7 +3727,6 @@ module DomElement {
|
|
|
3774
3727
|
// Own constructor properties of GXml-0.18.GXml.DomElement
|
|
3775
3728
|
|
|
3776
3729
|
id?: string | null
|
|
3777
|
-
class_name?: string | null
|
|
3778
3730
|
className?: string | null
|
|
3779
3731
|
}
|
|
3780
3732
|
|
|
@@ -3784,17 +3736,12 @@ interface DomElement extends GObject.Object, DomNode, DomChildNode, DomNonDocume
|
|
|
3784
3736
|
|
|
3785
3737
|
// Own properties of GXml-0.18.GXml.DomElement
|
|
3786
3738
|
|
|
3787
|
-
readonly namespace_uri: string | null
|
|
3788
3739
|
readonly namespaceUri: string | null
|
|
3789
3740
|
readonly prefix: string | null
|
|
3790
|
-
readonly local_name: string | null
|
|
3791
3741
|
readonly localName: string | null
|
|
3792
|
-
readonly tag_name: string | null
|
|
3793
3742
|
readonly tagName: string | null
|
|
3794
3743
|
id: string | null
|
|
3795
|
-
class_name: string | null
|
|
3796
3744
|
className: string | null
|
|
3797
|
-
readonly class_list: DomTokenList
|
|
3798
3745
|
readonly classList: DomTokenList
|
|
3799
3746
|
readonly attributes: DomNamedNodeMap
|
|
3800
3747
|
|
|
@@ -4046,19 +3993,13 @@ interface DomEvent extends GObject.Object {
|
|
|
4046
3993
|
// Own properties of GXml-0.18.GXml.DomEvent
|
|
4047
3994
|
|
|
4048
3995
|
readonly etype: string | null
|
|
4049
|
-
readonly event_target: DomEventTarget
|
|
4050
3996
|
readonly eventTarget: DomEventTarget
|
|
4051
|
-
readonly current_target: DomEventTarget
|
|
4052
3997
|
readonly currentTarget: DomEventTarget
|
|
4053
3998
|
readonly bubbles: boolean
|
|
4054
3999
|
readonly cancelable: boolean
|
|
4055
|
-
readonly is_trusted: boolean
|
|
4056
4000
|
readonly isTrusted: boolean
|
|
4057
|
-
readonly time_stamp: DomTimeStamp
|
|
4058
4001
|
readonly timeStamp: DomTimeStamp
|
|
4059
|
-
readonly default_prevented: boolean
|
|
4060
4002
|
readonly defaultPrevented: boolean
|
|
4061
|
-
readonly event_phase: DomEventPhase
|
|
4062
4003
|
readonly eventPhase: DomEventPhase
|
|
4063
4004
|
|
|
4064
4005
|
// Owm methods of GXml-0.18.GXml.DomEvent
|
|
@@ -4269,8 +4210,6 @@ module DomMutationRecord {
|
|
|
4269
4210
|
|
|
4270
4211
|
// Own constructor properties of GXml-0.18.GXml.DomMutationRecord
|
|
4271
4212
|
|
|
4272
|
-
added_nodes?: DomNodeList | null
|
|
4273
|
-
removed_nodes?: DomNodeList | null
|
|
4274
4213
|
addedNodes?: DomNodeList | null
|
|
4275
4214
|
removedNodes?: DomNodeList | null
|
|
4276
4215
|
}
|
|
@@ -4283,19 +4222,12 @@ interface DomMutationRecord extends GObject.Object {
|
|
|
4283
4222
|
|
|
4284
4223
|
readonly mtype: string | null
|
|
4285
4224
|
readonly target: DomNode
|
|
4286
|
-
added_nodes: DomNodeList
|
|
4287
4225
|
addedNodes: DomNodeList
|
|
4288
|
-
removed_nodes: DomNodeList
|
|
4289
4226
|
removedNodes: DomNodeList
|
|
4290
|
-
readonly previous_sibling: DomNode
|
|
4291
4227
|
readonly previousSibling: DomNode
|
|
4292
|
-
readonly next_sibling: DomNode
|
|
4293
4228
|
readonly nextSibling: DomNode
|
|
4294
|
-
readonly attribute_name: string | null
|
|
4295
4229
|
readonly attributeName: string | null
|
|
4296
|
-
readonly attribute_namespace: string | null
|
|
4297
4230
|
readonly attributeNamespace: string | null
|
|
4298
|
-
readonly old_value: string | null
|
|
4299
4231
|
readonly oldValue: string | null
|
|
4300
4232
|
|
|
4301
4233
|
// Owm methods of GXml-0.18.GXml.DomMutationRecord
|
|
@@ -4382,9 +4314,6 @@ module DomNode {
|
|
|
4382
4314
|
|
|
4383
4315
|
// Own constructor properties of GXml-0.18.GXml.DomNode
|
|
4384
4316
|
|
|
4385
|
-
owner_document?: DomDocument | null
|
|
4386
|
-
node_value?: string | null
|
|
4387
|
-
text_content?: string | null
|
|
4388
4317
|
ownerDocument?: DomDocument | null
|
|
4389
4318
|
nodeValue?: string | null
|
|
4390
4319
|
textContent?: string | null
|
|
@@ -4396,31 +4325,18 @@ interface DomNode extends GObject.Object, DomEventTarget {
|
|
|
4396
4325
|
|
|
4397
4326
|
// Own properties of GXml-0.18.GXml.DomNode
|
|
4398
4327
|
|
|
4399
|
-
readonly node_type: DomNodeNodeType
|
|
4400
4328
|
readonly nodeType: DomNodeNodeType
|
|
4401
|
-
readonly node_name: string | null
|
|
4402
4329
|
readonly nodeName: string | null
|
|
4403
|
-
readonly base_uri: string | null
|
|
4404
4330
|
readonly baseUri: string | null
|
|
4405
|
-
owner_document: DomDocument
|
|
4406
4331
|
ownerDocument: DomDocument
|
|
4407
|
-
readonly parent_node: DomNode
|
|
4408
4332
|
readonly parentNode: DomNode
|
|
4409
|
-
readonly parent_element: DomElement
|
|
4410
4333
|
readonly parentElement: DomElement
|
|
4411
|
-
readonly child_nodes: DomNodeList
|
|
4412
4334
|
readonly childNodes: DomNodeList
|
|
4413
|
-
readonly first_child: DomNode
|
|
4414
4335
|
readonly firstChild: DomNode
|
|
4415
|
-
readonly last_child: DomNode
|
|
4416
4336
|
readonly lastChild: DomNode
|
|
4417
|
-
readonly previous_sibling: DomNode
|
|
4418
4337
|
readonly previousSibling: DomNode
|
|
4419
|
-
readonly next_sibling: DomNode
|
|
4420
4338
|
readonly nextSibling: DomNode
|
|
4421
|
-
node_value: string | null
|
|
4422
4339
|
nodeValue: string | null
|
|
4423
|
-
text_content: string | null
|
|
4424
4340
|
textContent: string | null
|
|
4425
4341
|
|
|
4426
4342
|
// Owm methods of GXml-0.18.GXml.DomNode
|
|
@@ -4561,16 +4477,11 @@ interface DomRange extends GObject.Object {
|
|
|
4561
4477
|
|
|
4562
4478
|
// Own properties of GXml-0.18.GXml.DomRange
|
|
4563
4479
|
|
|
4564
|
-
readonly start_container: DomNode
|
|
4565
4480
|
readonly startContainer: DomNode
|
|
4566
|
-
readonly start_offset: number
|
|
4567
4481
|
readonly startOffset: number
|
|
4568
|
-
readonly end_container: DomNode
|
|
4569
4482
|
readonly endContainer: DomNode
|
|
4570
|
-
readonly end_offset: number
|
|
4571
4483
|
readonly endOffset: number
|
|
4572
4484
|
readonly collapsed: boolean
|
|
4573
|
-
readonly common_ancestor_container: DomNode
|
|
4574
4485
|
readonly commonAncestorContainer: DomNode
|
|
4575
4486
|
|
|
4576
4487
|
// Owm methods of GXml-0.18.GXml.DomRange
|
|
@@ -4689,7 +4600,6 @@ interface Element extends GObject.Object, Node {
|
|
|
4689
4600
|
|
|
4690
4601
|
// Own properties of GXml-0.18.GXml.Element
|
|
4691
4602
|
|
|
4692
|
-
readonly tag_name: string | null
|
|
4693
4603
|
readonly tagName: string | null
|
|
4694
4604
|
content: string | null
|
|
4695
4605
|
|
|
@@ -5055,12 +4965,10 @@ interface Node extends GObject.Object {
|
|
|
5055
4965
|
// Own properties of GXml-0.18.GXml.Node
|
|
5056
4966
|
|
|
5057
4967
|
readonly namespaces: Gee.List
|
|
5058
|
-
readonly children_nodes: Gee.BidirList
|
|
5059
4968
|
readonly childrenNodes: Gee.BidirList
|
|
5060
4969
|
readonly attrs: Gee.Map
|
|
5061
4970
|
readonly name: string | null
|
|
5062
4971
|
value: string | null
|
|
5063
|
-
readonly type_node: NodeType
|
|
5064
4972
|
readonly typeNode: NodeType
|
|
5065
4973
|
readonly document: Document
|
|
5066
4974
|
readonly parent: Node
|
|
@@ -5164,9 +5072,7 @@ interface Notation extends GObject.Object, Node {
|
|
|
5164
5072
|
|
|
5165
5073
|
// Own properties of GXml-0.18.GXml.Notation
|
|
5166
5074
|
|
|
5167
|
-
readonly public_id: string | null
|
|
5168
5075
|
readonly publicId: string | null
|
|
5169
|
-
readonly external_id: string | null
|
|
5170
5076
|
readonly externalId: string | null
|
|
5171
5077
|
|
|
5172
5078
|
// Owm methods of GXml-0.18.GXml.Notation
|
|
@@ -5648,9 +5554,6 @@ module IXsdSchema {
|
|
|
5648
5554
|
|
|
5649
5555
|
// Own constructor properties of GXml-0.18.GXml.IXsdSchema
|
|
5650
5556
|
|
|
5651
|
-
element_definitions?: IXsdListElements | null
|
|
5652
|
-
simple_type_definitions?: IXsdListSimpleTypes | null
|
|
5653
|
-
complex_type_definitions?: IXsdListComplexTypes | null
|
|
5654
5557
|
elementDefinitions?: IXsdListElements | null
|
|
5655
5558
|
simpleTypeDefinitions?: IXsdListSimpleTypes | null
|
|
5656
5559
|
complexTypeDefinitions?: IXsdListComplexTypes | null
|
|
@@ -5662,11 +5565,8 @@ interface IXsdSchema extends GObject.Object, DomElement {
|
|
|
5662
5565
|
|
|
5663
5566
|
// Own properties of GXml-0.18.GXml.IXsdSchema
|
|
5664
5567
|
|
|
5665
|
-
element_definitions: IXsdListElements
|
|
5666
5568
|
elementDefinitions: IXsdListElements
|
|
5667
|
-
simple_type_definitions: IXsdListSimpleTypes
|
|
5668
5569
|
simpleTypeDefinitions: IXsdListSimpleTypes
|
|
5669
|
-
complex_type_definitions: IXsdListComplexTypes
|
|
5670
5570
|
complexTypeDefinitions: IXsdListComplexTypes
|
|
5671
5571
|
|
|
5672
5572
|
// Owm methods of GXml-0.18.GXml.IXsdSchema
|
|
@@ -6097,10 +5997,8 @@ module IXsdTypeRestriction {
|
|
|
6097
5997
|
|
|
6098
5998
|
base?: string | null
|
|
6099
5999
|
id?: string | null
|
|
6100
|
-
simple_type?: IXsdSimpleType | null
|
|
6101
|
-
enumerations?: IXsdListTypeRestrictionEnumerations | null
|
|
6102
|
-
white_spaces?: IXsdListTypeRestrictionWhiteSpaces | null
|
|
6103
6000
|
simpleType?: IXsdSimpleType | null
|
|
6001
|
+
enumerations?: IXsdListTypeRestrictionEnumerations | null
|
|
6104
6002
|
whiteSpaces?: IXsdListTypeRestrictionWhiteSpaces | null
|
|
6105
6003
|
}
|
|
6106
6004
|
|
|
@@ -6112,10 +6010,8 @@ interface IXsdTypeRestriction extends GObject.Object, IXsdTypeDef {
|
|
|
6112
6010
|
|
|
6113
6011
|
base: string | null
|
|
6114
6012
|
id: string | null
|
|
6115
|
-
simple_type: IXsdSimpleType
|
|
6116
6013
|
simpleType: IXsdSimpleType
|
|
6117
6014
|
enumerations: IXsdListTypeRestrictionEnumerations
|
|
6118
|
-
white_spaces: IXsdListTypeRestrictionWhiteSpaces
|
|
6119
6015
|
whiteSpaces: IXsdListTypeRestrictionWhiteSpaces
|
|
6120
6016
|
|
|
6121
6017
|
// Owm methods of GXml-0.18.GXml.IXsdTypeRestriction
|
|
@@ -6869,8 +6765,6 @@ module IXsdComplexType {
|
|
|
6869
6765
|
final?: string | null
|
|
6870
6766
|
mixed?: boolean | null
|
|
6871
6767
|
name?: string | null
|
|
6872
|
-
default_attributes_apply?: boolean | null
|
|
6873
|
-
content_type?: IXsdBaseContent | null
|
|
6874
6768
|
defaultAttributesApply?: boolean | null
|
|
6875
6769
|
contentType?: IXsdBaseContent | null
|
|
6876
6770
|
}
|
|
@@ -6886,13 +6780,9 @@ interface IXsdComplexType extends GObject.Object, DomElement, IXsdBaseType {
|
|
|
6886
6780
|
final: string | null
|
|
6887
6781
|
mixed: boolean
|
|
6888
6782
|
name: string | null
|
|
6889
|
-
default_attributes_apply: boolean
|
|
6890
6783
|
defaultAttributesApply: boolean
|
|
6891
|
-
content_type: IXsdBaseContent
|
|
6892
6784
|
contentType: IXsdBaseContent
|
|
6893
|
-
readonly type_attributes: IXsdListAttributes
|
|
6894
6785
|
readonly typeAttributes: IXsdListAttributes
|
|
6895
|
-
readonly group_attributes: IXsdListAttributesGroup
|
|
6896
6786
|
readonly groupAttributes: IXsdListAttributesGroup
|
|
6897
6787
|
|
|
6898
6788
|
// Owm methods of GXml-0.18.GXml.IXsdComplexType
|
|
@@ -7219,15 +7109,10 @@ module IXsdElement {
|
|
|
7219
7109
|
name?: string | null
|
|
7220
7110
|
nillable?: boolean | null
|
|
7221
7111
|
ref?: string | null
|
|
7222
|
-
substitution_group?: DomTokenList | null
|
|
7223
|
-
target_namespace?: string | null
|
|
7224
|
-
object_type?: string | null
|
|
7225
|
-
anotation?: IXsdAnnotation | null
|
|
7226
|
-
simple_type?: IXsdSimpleType | null
|
|
7227
|
-
complex_type?: IXsdComplexType | null
|
|
7228
7112
|
substitutionGroup?: DomTokenList | null
|
|
7229
7113
|
targetNamespace?: string | null
|
|
7230
7114
|
objectType?: string | null
|
|
7115
|
+
anotation?: IXsdAnnotation | null
|
|
7231
7116
|
simpleType?: IXsdSimpleType | null
|
|
7232
7117
|
complexType?: IXsdComplexType | null
|
|
7233
7118
|
}
|
|
@@ -7250,16 +7135,11 @@ interface IXsdElement extends GObject.Object, DomElement {
|
|
|
7250
7135
|
name: string | null
|
|
7251
7136
|
nillable: boolean
|
|
7252
7137
|
// Has conflict: ref: string | null
|
|
7253
|
-
substitution_group: DomTokenList
|
|
7254
7138
|
substitutionGroup: DomTokenList
|
|
7255
|
-
target_namespace: string | null
|
|
7256
7139
|
targetNamespace: string | null
|
|
7257
|
-
object_type: string | null
|
|
7258
7140
|
objectType: string | null
|
|
7259
7141
|
anotation: IXsdAnnotation
|
|
7260
|
-
simple_type: IXsdSimpleType
|
|
7261
7142
|
simpleType: IXsdSimpleType
|
|
7262
|
-
complex_type: IXsdComplexType
|
|
7263
7143
|
complexType: IXsdComplexType
|
|
7264
7144
|
|
|
7265
7145
|
// Owm methods of GXml-0.18.GXml.IXsdElement
|
|
@@ -7809,8 +7689,6 @@ module IXsdList {
|
|
|
7809
7689
|
// Own constructor properties of GXml-0.18.GXml.IXsdList
|
|
7810
7690
|
|
|
7811
7691
|
element?: DomElement | null
|
|
7812
|
-
items_type?: GObject.GType | null
|
|
7813
|
-
items_name?: GObject.GType | null
|
|
7814
7692
|
itemsType?: GObject.GType | null
|
|
7815
7693
|
itemsName?: GObject.GType | null
|
|
7816
7694
|
}
|
|
@@ -7822,9 +7700,7 @@ interface IXsdList extends GObject.Object, Collection {
|
|
|
7822
7700
|
// Own properties of GXml-0.18.GXml.IXsdList
|
|
7823
7701
|
|
|
7824
7702
|
element: DomElement
|
|
7825
|
-
items_type: GObject.GType
|
|
7826
7703
|
itemsType: GObject.GType
|
|
7827
|
-
items_name: any
|
|
7828
7704
|
itemsName: any
|
|
7829
7705
|
readonly length: number
|
|
7830
7706
|
|
|
@@ -7913,7 +7789,6 @@ interface IXsdListElements extends GObject.Object, IXsdList {
|
|
|
7913
7789
|
|
|
7914
7790
|
// Conflicting properties
|
|
7915
7791
|
|
|
7916
|
-
items_name: any
|
|
7917
7792
|
itemsName: any
|
|
7918
7793
|
|
|
7919
7794
|
// Conflicting methods
|
|
@@ -7980,7 +7855,6 @@ interface IXsdListSimpleTypes extends GObject.Object, IXsdList {
|
|
|
7980
7855
|
|
|
7981
7856
|
// Conflicting properties
|
|
7982
7857
|
|
|
7983
|
-
items_name: any
|
|
7984
7858
|
itemsName: any
|
|
7985
7859
|
|
|
7986
7860
|
// Conflicting methods
|
|
@@ -8047,7 +7921,6 @@ interface IXsdListComplexTypes extends GObject.Object, IXsdList {
|
|
|
8047
7921
|
|
|
8048
7922
|
// Conflicting properties
|
|
8049
7923
|
|
|
8050
|
-
items_name: any
|
|
8051
7924
|
itemsName: any
|
|
8052
7925
|
|
|
8053
7926
|
// Conflicting methods
|
|
@@ -8114,7 +7987,6 @@ interface IXsdListAttributes extends GObject.Object, IXsdList {
|
|
|
8114
7987
|
|
|
8115
7988
|
// Conflicting properties
|
|
8116
7989
|
|
|
8117
|
-
items_name: any
|
|
8118
7990
|
itemsName: any
|
|
8119
7991
|
|
|
8120
7992
|
// Conflicting methods
|
|
@@ -8181,7 +8053,6 @@ interface IXsdListAttributesGroup extends GObject.Object, IXsdList {
|
|
|
8181
8053
|
|
|
8182
8054
|
// Conflicting properties
|
|
8183
8055
|
|
|
8184
|
-
items_name: any
|
|
8185
8056
|
itemsName: any
|
|
8186
8057
|
|
|
8187
8058
|
// Conflicting methods
|
|
@@ -8248,7 +8119,6 @@ interface IXsdListTypeRestrictionEnumerations extends GObject.Object, IXsdList {
|
|
|
8248
8119
|
|
|
8249
8120
|
// Conflicting properties
|
|
8250
8121
|
|
|
8251
|
-
items_name: any
|
|
8252
8122
|
itemsName: any
|
|
8253
8123
|
|
|
8254
8124
|
// Conflicting methods
|
|
@@ -8315,7 +8185,6 @@ interface IXsdListTypeRestrictionWhiteSpaces extends GObject.Object, IXsdList {
|
|
|
8315
8185
|
|
|
8316
8186
|
// Conflicting properties
|
|
8317
8187
|
|
|
8318
|
-
items_name: any
|
|
8319
8188
|
itemsName: any
|
|
8320
8189
|
|
|
8321
8190
|
// Conflicting methods
|
|
@@ -8408,7 +8277,6 @@ module Serializable {
|
|
|
8408
8277
|
|
|
8409
8278
|
// Own constructor properties of GXml-0.18.GXml.Serializable
|
|
8410
8279
|
|
|
8411
|
-
serialized_xml_node_value?: string | null
|
|
8412
8280
|
serializedXmlNodeValue?: string | null
|
|
8413
8281
|
}
|
|
8414
8282
|
|
|
@@ -8418,11 +8286,8 @@ interface Serializable extends GObject.Object {
|
|
|
8418
8286
|
|
|
8419
8287
|
// Own properties of GXml-0.18.GXml.Serializable
|
|
8420
8288
|
|
|
8421
|
-
readonly unknown_serializable_properties: Gee.Map
|
|
8422
8289
|
readonly unknownSerializableProperties: Gee.Map
|
|
8423
|
-
readonly unknown_serializable_nodes: Gee.Collection
|
|
8424
8290
|
readonly unknownSerializableNodes: Gee.Collection
|
|
8425
|
-
serialized_xml_node_value: string | null
|
|
8426
8291
|
serializedXmlNodeValue: string | null
|
|
8427
8292
|
|
|
8428
8293
|
// Owm methods of GXml-0.18.GXml.Serializable
|
|
@@ -8829,13 +8694,9 @@ interface XPathObject extends GObject.Object {
|
|
|
8829
8694
|
|
|
8830
8695
|
// Own properties of GXml-0.18.GXml.XPathObject
|
|
8831
8696
|
|
|
8832
|
-
readonly object_type: XPathObjectType
|
|
8833
8697
|
readonly objectType: XPathObjectType
|
|
8834
|
-
readonly boolean_value: boolean
|
|
8835
8698
|
readonly booleanValue: boolean
|
|
8836
|
-
readonly string_value: string | null
|
|
8837
8699
|
readonly stringValue: string | null
|
|
8838
|
-
readonly number_value: number
|
|
8839
8700
|
readonly numberValue: number
|
|
8840
8701
|
readonly nodeset: DomHTMLCollection
|
|
8841
8702
|
|
|
@@ -8899,10 +8760,9 @@ module CssSelectorData {
|
|
|
8899
8760
|
|
|
8900
8761
|
// Own constructor properties of GXml-0.18.GXml.CssSelectorData
|
|
8901
8762
|
|
|
8902
|
-
|
|
8763
|
+
selectorType?: CssSelectorType | null
|
|
8903
8764
|
data?: string | null
|
|
8904
8765
|
value?: string | null
|
|
8905
|
-
selectorType?: CssSelectorType | null
|
|
8906
8766
|
}
|
|
8907
8767
|
|
|
8908
8768
|
}
|
|
@@ -8911,7 +8771,6 @@ interface CssSelectorData {
|
|
|
8911
8771
|
|
|
8912
8772
|
// Own properties of GXml-0.18.GXml.CssSelectorData
|
|
8913
8773
|
|
|
8914
|
-
selector_type: CssSelectorType
|
|
8915
8774
|
selectorType: CssSelectorType
|
|
8916
8775
|
data: string | null
|
|
8917
8776
|
value: string | null
|
|
@@ -9094,7 +8953,6 @@ interface DomElementList extends DomHTMLCollection {
|
|
|
9094
8953
|
|
|
9095
8954
|
// Conflicting properties
|
|
9096
8955
|
|
|
9097
|
-
read_only_view: any
|
|
9098
8956
|
readOnlyView: any
|
|
9099
8957
|
|
|
9100
8958
|
// Own fields of GXml-0.18.GXml.DomElementList
|
|
@@ -9417,15 +9275,10 @@ module DomMutationObserverInit {
|
|
|
9417
9275
|
|
|
9418
9276
|
// Own constructor properties of GXml-0.18.GXml.DomMutationObserverInit
|
|
9419
9277
|
|
|
9420
|
-
child_list?: boolean | null
|
|
9421
|
-
attributes?: boolean | null
|
|
9422
|
-
character_data?: boolean | null
|
|
9423
|
-
subtree?: boolean | null
|
|
9424
|
-
attribute_old_value?: boolean | null
|
|
9425
|
-
character_data_old_value?: boolean | null
|
|
9426
|
-
attribute_filter?: Gee.List | null
|
|
9427
9278
|
childList?: boolean | null
|
|
9279
|
+
attributes?: boolean | null
|
|
9428
9280
|
characterData?: boolean | null
|
|
9281
|
+
subtree?: boolean | null
|
|
9429
9282
|
attributeOldValue?: boolean | null
|
|
9430
9283
|
characterDataOldValue?: boolean | null
|
|
9431
9284
|
attributeFilter?: Gee.List | null
|
|
@@ -9437,17 +9290,12 @@ interface DomMutationObserverInit {
|
|
|
9437
9290
|
|
|
9438
9291
|
// Own properties of GXml-0.18.GXml.DomMutationObserverInit
|
|
9439
9292
|
|
|
9440
|
-
child_list: boolean
|
|
9441
9293
|
childList: boolean
|
|
9442
9294
|
attributes: boolean
|
|
9443
|
-
character_data: boolean
|
|
9444
9295
|
characterData: boolean
|
|
9445
9296
|
subtree: boolean
|
|
9446
|
-
attribute_old_value: boolean
|
|
9447
9297
|
attributeOldValue: boolean
|
|
9448
|
-
character_data_old_value: boolean
|
|
9449
9298
|
characterDataOldValue: boolean
|
|
9450
|
-
attribute_filter: Gee.List
|
|
9451
9299
|
attributeFilter: Gee.List
|
|
9452
9300
|
|
|
9453
9301
|
// Own fields of GXml-0.18.GXml.DomMutationObserverInit
|
|
@@ -9573,7 +9421,6 @@ interface ElementList extends DomHTMLCollection {
|
|
|
9573
9421
|
|
|
9574
9422
|
// Conflicting properties
|
|
9575
9423
|
|
|
9576
|
-
read_only_view: any
|
|
9577
9424
|
readOnlyView: any
|
|
9578
9425
|
|
|
9579
9426
|
// Own fields of GXml-0.18.GXml.ElementList
|
|
@@ -9718,7 +9565,6 @@ interface GHtmlDocument extends DomHtmlDocument {
|
|
|
9718
9565
|
|
|
9719
9566
|
// Own properties of GXml-0.18.GXml.GHtmlDocument
|
|
9720
9567
|
|
|
9721
|
-
readonly default_options: number
|
|
9722
9568
|
readonly defaultOptions: number
|
|
9723
9569
|
|
|
9724
9570
|
// Own fields of GXml-0.18.GXml.GHtmlDocument
|
|
@@ -10768,9 +10614,8 @@ module GomElement {
|
|
|
10768
10614
|
|
|
10769
10615
|
// Own constructor properties of GXml-0.18.GXml.GomElement
|
|
10770
10616
|
|
|
10771
|
-
parse_children?: boolean | null
|
|
10772
|
-
unparsed?: string | null
|
|
10773
10617
|
parseChildren?: boolean | null
|
|
10618
|
+
unparsed?: string | null
|
|
10774
10619
|
}
|
|
10775
10620
|
|
|
10776
10621
|
}
|
|
@@ -10779,7 +10624,6 @@ interface GomElement extends DomChildNode, DomNonDocumentTypeChildNode, DomParen
|
|
|
10779
10624
|
|
|
10780
10625
|
// Own properties of GXml-0.18.GXml.GomElement
|
|
10781
10626
|
|
|
10782
|
-
parse_children: boolean
|
|
10783
10627
|
parseChildren: boolean
|
|
10784
10628
|
unparsed: string | null
|
|
10785
10629
|
|
|
@@ -11247,7 +11091,6 @@ interface GomNodeList extends DomNodeList {
|
|
|
11247
11091
|
|
|
11248
11092
|
// Conflicting properties
|
|
11249
11093
|
|
|
11250
|
-
read_only_view: any
|
|
11251
11094
|
readOnlyView: any
|
|
11252
11095
|
|
|
11253
11096
|
// Own fields of GXml-0.18.GXml.GomNodeList
|
|
@@ -11530,9 +11373,8 @@ module GomXsdArrayString {
|
|
|
11530
11373
|
|
|
11531
11374
|
// Own constructor properties of GXml-0.18.GXml.GomXsdArrayString
|
|
11532
11375
|
|
|
11533
|
-
simple_type?: string | null
|
|
11534
|
-
source?: Gio.File | null
|
|
11535
11376
|
simpleType?: string | null
|
|
11377
|
+
source?: Gio.File | null
|
|
11536
11378
|
}
|
|
11537
11379
|
|
|
11538
11380
|
}
|
|
@@ -11541,7 +11383,6 @@ interface GomXsdArrayString {
|
|
|
11541
11383
|
|
|
11542
11384
|
// Own properties of GXml-0.18.GXml.GomXsdArrayString
|
|
11543
11385
|
|
|
11544
|
-
simple_type: string | null
|
|
11545
11386
|
simpleType: string | null
|
|
11546
11387
|
source: Gio.File
|
|
11547
11388
|
|
|
@@ -11815,7 +11656,6 @@ module GomEnum {
|
|
|
11815
11656
|
|
|
11816
11657
|
// Own constructor properties of GXml-0.18.GXml.GomEnum
|
|
11817
11658
|
|
|
11818
|
-
enum_type?: GObject.GType | null
|
|
11819
11659
|
enumType?: GObject.GType | null
|
|
11820
11660
|
}
|
|
11821
11661
|
|
|
@@ -11825,7 +11665,6 @@ interface GomEnum {
|
|
|
11825
11665
|
|
|
11826
11666
|
// Own properties of GXml-0.18.GXml.GomEnum
|
|
11827
11667
|
|
|
11828
|
-
enum_type: GObject.GType
|
|
11829
11668
|
enumType: GObject.GType
|
|
11830
11669
|
|
|
11831
11670
|
// Own fields of GXml-0.18.GXml.GomEnum
|
|
@@ -11989,9 +11828,6 @@ module GomXsdSchema {
|
|
|
11989
11828
|
|
|
11990
11829
|
// Own constructor properties of GXml-0.18.GXml.GomXsdSchema
|
|
11991
11830
|
|
|
11992
|
-
element_definitions?: GomXsdListElements | null
|
|
11993
|
-
simple_type_definitions?: GomXsdListSimpleTypes | null
|
|
11994
|
-
complex_type_definitions?: GomXsdListComplexTypes | null
|
|
11995
11831
|
elementDefinitions?: GomXsdListElements | null
|
|
11996
11832
|
simpleTypeDefinitions?: GomXsdListSimpleTypes | null
|
|
11997
11833
|
complexTypeDefinitions?: GomXsdListComplexTypes | null
|
|
@@ -12003,11 +11839,8 @@ interface GomXsdSchema {
|
|
|
12003
11839
|
|
|
12004
11840
|
// Own properties of GXml-0.18.GXml.GomXsdSchema
|
|
12005
11841
|
|
|
12006
|
-
element_definitions: GomXsdListElements
|
|
12007
11842
|
elementDefinitions: GomXsdListElements
|
|
12008
|
-
simple_type_definitions: GomXsdListSimpleTypes
|
|
12009
11843
|
simpleTypeDefinitions: GomXsdListSimpleTypes
|
|
12010
|
-
complex_type_definitions: GomXsdListComplexTypes
|
|
12011
11844
|
complexTypeDefinitions: GomXsdListComplexTypes
|
|
12012
11845
|
|
|
12013
11846
|
// Own fields of GXml-0.18.GXml.GomXsdSchema
|
|
@@ -12486,10 +12319,8 @@ module GomXsdTypeRestriction {
|
|
|
12486
12319
|
// Own constructor properties of GXml-0.18.GXml.GomXsdTypeRestriction
|
|
12487
12320
|
|
|
12488
12321
|
base?: string | null
|
|
12489
|
-
simple_type?: GomXsdSimpleType | null
|
|
12490
|
-
enumerations?: GomXsdListTypeRestrictionEnumerations | null
|
|
12491
|
-
white_spaces?: GomXsdListTypeRestrictionWhiteSpaces | null
|
|
12492
12322
|
simpleType?: GomXsdSimpleType | null
|
|
12323
|
+
enumerations?: GomXsdListTypeRestrictionEnumerations | null
|
|
12493
12324
|
whiteSpaces?: GomXsdListTypeRestrictionWhiteSpaces | null
|
|
12494
12325
|
}
|
|
12495
12326
|
|
|
@@ -12500,10 +12331,8 @@ interface GomXsdTypeRestriction {
|
|
|
12500
12331
|
// Own properties of GXml-0.18.GXml.GomXsdTypeRestriction
|
|
12501
12332
|
|
|
12502
12333
|
base: string | null
|
|
12503
|
-
simple_type: GomXsdSimpleType
|
|
12504
12334
|
simpleType: GomXsdSimpleType
|
|
12505
12335
|
enumerations: GomXsdListTypeRestrictionEnumerations
|
|
12506
|
-
white_spaces: GomXsdListTypeRestrictionWhiteSpaces
|
|
12507
12336
|
whiteSpaces: GomXsdListTypeRestrictionWhiteSpaces
|
|
12508
12337
|
|
|
12509
12338
|
// Own fields of GXml-0.18.GXml.GomXsdTypeRestriction
|
|
@@ -13924,8 +13753,6 @@ module GomXsdComplexType {
|
|
|
13924
13753
|
final?: string | null
|
|
13925
13754
|
mixed?: boolean | null
|
|
13926
13755
|
name?: string | null
|
|
13927
|
-
default_attributes_apply?: boolean | null
|
|
13928
|
-
content_type?: GomXsdBaseContent | null
|
|
13929
13756
|
defaultAttributesApply?: boolean | null
|
|
13930
13757
|
contentType?: GomXsdBaseContent | null
|
|
13931
13758
|
}
|
|
@@ -13941,13 +13768,9 @@ interface GomXsdComplexType {
|
|
|
13941
13768
|
final: string | null
|
|
13942
13769
|
mixed: boolean
|
|
13943
13770
|
name: string | null
|
|
13944
|
-
default_attributes_apply: boolean
|
|
13945
13771
|
defaultAttributesApply: boolean
|
|
13946
|
-
content_type: GomXsdBaseContent
|
|
13947
13772
|
contentType: GomXsdBaseContent
|
|
13948
|
-
readonly type_attributes: GomXsdList
|
|
13949
13773
|
readonly typeAttributes: GomXsdList
|
|
13950
|
-
readonly group_attributes: GomXsdList
|
|
13951
13774
|
readonly groupAttributes: GomXsdList
|
|
13952
13775
|
|
|
13953
13776
|
// Own fields of GXml-0.18.GXml.GomXsdComplexType
|
|
@@ -14175,22 +13998,15 @@ module GomXsdElement {
|
|
|
14175
13998
|
final?: string | null
|
|
14176
13999
|
fixed?: string | null
|
|
14177
14000
|
form?: string | null
|
|
14178
|
-
|
|
14179
|
-
|
|
14001
|
+
maxOccurs?: string | null
|
|
14002
|
+
minOccurs?: string | null
|
|
14180
14003
|
name?: string | null
|
|
14181
14004
|
nillable?: boolean | null
|
|
14182
14005
|
ref?: string | null
|
|
14183
|
-
substitution_group?: DomTokenList | null
|
|
14184
|
-
target_namespace?: string | null
|
|
14185
|
-
object_type?: string | null
|
|
14186
|
-
anotation?: GomXsdAnnotation | null
|
|
14187
|
-
simple_type?: GomXsdSimpleType | null
|
|
14188
|
-
complex_type?: GomXsdComplexType | null
|
|
14189
|
-
maxOccurs?: string | null
|
|
14190
|
-
minOccurs?: string | null
|
|
14191
14006
|
substitutionGroup?: DomTokenList | null
|
|
14192
14007
|
targetNamespace?: string | null
|
|
14193
14008
|
objectType?: string | null
|
|
14009
|
+
anotation?: GomXsdAnnotation | null
|
|
14194
14010
|
simpleType?: GomXsdSimpleType | null
|
|
14195
14011
|
complexType?: GomXsdComplexType | null
|
|
14196
14012
|
}
|
|
@@ -14207,23 +14023,16 @@ interface GomXsdElement {
|
|
|
14207
14023
|
final: string | null
|
|
14208
14024
|
fixed: string | null
|
|
14209
14025
|
form: string | null
|
|
14210
|
-
max_occurs: string | null
|
|
14211
14026
|
maxOccurs: string | null
|
|
14212
|
-
min_occurs: string | null
|
|
14213
14027
|
minOccurs: string | null
|
|
14214
14028
|
name: string | null
|
|
14215
14029
|
nillable: boolean
|
|
14216
14030
|
// Has conflict: ref: string | null
|
|
14217
|
-
substitution_group: DomTokenList
|
|
14218
14031
|
substitutionGroup: DomTokenList
|
|
14219
|
-
target_namespace: string | null
|
|
14220
14032
|
targetNamespace: string | null
|
|
14221
|
-
object_type: string | null
|
|
14222
14033
|
objectType: string | null
|
|
14223
14034
|
anotation: GomXsdAnnotation
|
|
14224
|
-
simple_type: GomXsdSimpleType
|
|
14225
14035
|
simpleType: GomXsdSimpleType
|
|
14226
|
-
complex_type: GomXsdComplexType
|
|
14227
14036
|
complexType: GomXsdComplexType
|
|
14228
14037
|
|
|
14229
14038
|
// Own fields of GXml-0.18.GXml.GomXsdElement
|
|
@@ -17347,7 +17156,6 @@ interface GDomTokenList extends DomTokenList {
|
|
|
17347
17156
|
|
|
17348
17157
|
// Conflicting properties
|
|
17349
17158
|
|
|
17350
|
-
read_only_view: any
|
|
17351
17159
|
readOnlyView: any
|
|
17352
17160
|
|
|
17353
17161
|
// Own fields of GXml-0.18.GXml.GDomTokenList
|
|
@@ -17528,7 +17336,6 @@ interface GDomSettableTokenList extends DomSettableTokenList {
|
|
|
17528
17336
|
|
|
17529
17337
|
// Conflicting properties
|
|
17530
17338
|
|
|
17531
|
-
read_only_view: any
|
|
17532
17339
|
readOnlyView: any
|
|
17533
17340
|
|
|
17534
17341
|
// Own fields of GXml-0.18.GXml.GDomSettableTokenList
|
|
@@ -17707,7 +17514,6 @@ interface GDomHTMLCollection extends DomHTMLCollection {
|
|
|
17707
17514
|
|
|
17708
17515
|
// Conflicting properties
|
|
17709
17516
|
|
|
17710
|
-
read_only_view: any
|
|
17711
17517
|
readOnlyView: any
|
|
17712
17518
|
|
|
17713
17519
|
// Own fields of GXml-0.18.GXml.GDomHTMLCollection
|
|
@@ -18404,7 +18210,6 @@ interface GListChildren extends DomNodeList, DomHTMLCollection {
|
|
|
18404
18210
|
|
|
18405
18211
|
// Conflicting properties
|
|
18406
18212
|
|
|
18407
|
-
read_only_view: any
|
|
18408
18213
|
readOnlyView: any
|
|
18409
18214
|
|
|
18410
18215
|
// Own fields of GXml-0.18.GXml.GListChildren
|
|
@@ -18594,7 +18399,6 @@ interface GListNamespaces {
|
|
|
18594
18399
|
|
|
18595
18400
|
// Conflicting properties
|
|
18596
18401
|
|
|
18597
|
-
read_only_view: any
|
|
18598
18402
|
readOnlyView: any
|
|
18599
18403
|
|
|
18600
18404
|
// Own fields of GXml-0.18.GXml.GListNamespaces
|
|
@@ -18793,12 +18597,10 @@ interface GNode extends DomEventTarget, DomNode, Node {
|
|
|
18793
18597
|
// Own properties of GXml-0.18.GXml.GNode
|
|
18794
18598
|
|
|
18795
18599
|
readonly attrs: Gee.Map
|
|
18796
|
-
readonly children_nodes: Gee.BidirList
|
|
18797
18600
|
readonly childrenNodes: Gee.BidirList
|
|
18798
18601
|
readonly namespaces: Gee.List
|
|
18799
18602
|
readonly document: Document
|
|
18800
18603
|
readonly parent: Node
|
|
18801
|
-
readonly type_node: NodeType
|
|
18802
18604
|
readonly typeNode: NodeType
|
|
18803
18605
|
readonly name: string | null
|
|
18804
18606
|
value: string | null
|
|
@@ -19391,7 +19193,6 @@ interface NodeList {
|
|
|
19391
19193
|
|
|
19392
19194
|
// Conflicting properties
|
|
19393
19195
|
|
|
19394
|
-
read_only_view: any
|
|
19395
19196
|
readOnlyView: any
|
|
19396
19197
|
|
|
19397
19198
|
// Own fields of GXml-0.18.GXml.NodeList
|
|
@@ -19771,7 +19572,6 @@ module SerializableArrayList {
|
|
|
19771
19572
|
|
|
19772
19573
|
// Own constructor properties of GXml-0.18.GXml.SerializableArrayList
|
|
19773
19574
|
|
|
19774
|
-
ignored_serializable_properties?: GLib.HashTable | null
|
|
19775
19575
|
ignoredSerializableProperties?: GLib.HashTable | null
|
|
19776
19576
|
}
|
|
19777
19577
|
|
|
@@ -19781,12 +19581,10 @@ interface SerializableArrayList extends Serializable, SerializableCollection {
|
|
|
19781
19581
|
|
|
19782
19582
|
// Own properties of GXml-0.18.GXml.SerializableArrayList
|
|
19783
19583
|
|
|
19784
|
-
ignored_serializable_properties: GLib.HashTable
|
|
19785
19584
|
ignoredSerializableProperties: GLib.HashTable
|
|
19786
19585
|
|
|
19787
19586
|
// Conflicting properties
|
|
19788
19587
|
|
|
19789
|
-
read_only_view: any
|
|
19790
19588
|
readOnlyView: any
|
|
19791
19589
|
|
|
19792
19590
|
// Own fields of GXml-0.18.GXml.SerializableArrayList
|
|
@@ -19965,7 +19763,6 @@ module SerializableDualKeyMap {
|
|
|
19965
19763
|
|
|
19966
19764
|
// Own constructor properties of GXml-0.18.GXml.SerializableDualKeyMap
|
|
19967
19765
|
|
|
19968
|
-
ignored_serializable_properties?: GLib.HashTable | null
|
|
19969
19766
|
ignoredSerializableProperties?: GLib.HashTable | null
|
|
19970
19767
|
}
|
|
19971
19768
|
|
|
@@ -19975,16 +19772,11 @@ interface SerializableDualKeyMap extends Gee.Traversable, Serializable, Serializ
|
|
|
19975
19772
|
|
|
19976
19773
|
// Own properties of GXml-0.18.GXml.SerializableDualKeyMap
|
|
19977
19774
|
|
|
19978
|
-
readonly value_type: GObject.GType
|
|
19979
19775
|
readonly valueType: GObject.GType
|
|
19980
|
-
readonly primary_key_type: GObject.GType
|
|
19981
19776
|
readonly primaryKeyType: GObject.GType
|
|
19982
|
-
readonly secondary_key_type: GObject.GType
|
|
19983
19777
|
readonly secondaryKeyType: GObject.GType
|
|
19984
|
-
readonly primary_keys: Gee.Collection
|
|
19985
19778
|
readonly primaryKeys: Gee.Collection
|
|
19986
19779
|
readonly size: number
|
|
19987
|
-
ignored_serializable_properties: GLib.HashTable
|
|
19988
19780
|
ignoredSerializableProperties: GLib.HashTable
|
|
19989
19781
|
|
|
19990
19782
|
// Own fields of GXml-0.18.GXml.SerializableDualKeyMap
|
|
@@ -20105,7 +19897,6 @@ module SerializableHashMap {
|
|
|
20105
19897
|
|
|
20106
19898
|
// Own constructor properties of GXml-0.18.GXml.SerializableHashMap
|
|
20107
19899
|
|
|
20108
|
-
ignored_serializable_properties?: GLib.HashTable | null
|
|
20109
19900
|
ignoredSerializableProperties?: GLib.HashTable | null
|
|
20110
19901
|
}
|
|
20111
19902
|
|
|
@@ -20115,7 +19906,6 @@ interface SerializableHashMap extends Serializable, SerializableCollection {
|
|
|
20115
19906
|
|
|
20116
19907
|
// Own properties of GXml-0.18.GXml.SerializableHashMap
|
|
20117
19908
|
|
|
20118
|
-
ignored_serializable_properties: GLib.HashTable
|
|
20119
19909
|
ignoredSerializableProperties: GLib.HashTable
|
|
20120
19910
|
|
|
20121
19911
|
// Own fields of GXml-0.18.GXml.SerializableHashMap
|
|
@@ -20250,7 +20040,6 @@ module SerializableTreeMap {
|
|
|
20250
20040
|
|
|
20251
20041
|
// Own constructor properties of GXml-0.18.GXml.SerializableTreeMap
|
|
20252
20042
|
|
|
20253
|
-
ignored_serializable_properties?: GLib.HashTable | null
|
|
20254
20043
|
ignoredSerializableProperties?: GLib.HashTable | null
|
|
20255
20044
|
}
|
|
20256
20045
|
|
|
@@ -20260,12 +20049,10 @@ interface SerializableTreeMap extends Serializable, SerializableCollection {
|
|
|
20260
20049
|
|
|
20261
20050
|
// Own properties of GXml-0.18.GXml.SerializableTreeMap
|
|
20262
20051
|
|
|
20263
|
-
ignored_serializable_properties: GLib.HashTable
|
|
20264
20052
|
ignoredSerializableProperties: GLib.HashTable
|
|
20265
20053
|
|
|
20266
20054
|
// Conflicting properties
|
|
20267
20055
|
|
|
20268
|
-
read_only_view: any
|
|
20269
20056
|
readOnlyView: any
|
|
20270
20057
|
|
|
20271
20058
|
// Own fields of GXml-0.18.GXml.SerializableTreeMap
|
|
@@ -20505,7 +20292,6 @@ module SerializableObjectModel {
|
|
|
20505
20292
|
|
|
20506
20293
|
// Own constructor properties of GXml-0.18.GXml.SerializableObjectModel
|
|
20507
20294
|
|
|
20508
|
-
ignored_serializable_properties?: GLib.HashTable | null
|
|
20509
20295
|
ignoredSerializableProperties?: GLib.HashTable | null
|
|
20510
20296
|
}
|
|
20511
20297
|
|
|
@@ -20515,7 +20301,6 @@ interface SerializableObjectModel extends Serializable {
|
|
|
20515
20301
|
|
|
20516
20302
|
// Own properties of GXml-0.18.GXml.SerializableObjectModel
|
|
20517
20303
|
|
|
20518
|
-
ignored_serializable_properties: GLib.HashTable
|
|
20519
20304
|
ignoredSerializableProperties: GLib.HashTable
|
|
20520
20305
|
|
|
20521
20306
|
// Own fields of GXml-0.18.GXml.SerializableObjectModel
|
|
@@ -21135,12 +20920,10 @@ interface TNode extends Node {
|
|
|
21135
20920
|
// Own properties of GXml-0.18.GXml.TNode
|
|
21136
20921
|
|
|
21137
20922
|
readonly attrs: Gee.Map
|
|
21138
|
-
readonly children_nodes: Gee.BidirList
|
|
21139
20923
|
readonly childrenNodes: Gee.BidirList
|
|
21140
20924
|
readonly document: Document
|
|
21141
20925
|
readonly name: string | null
|
|
21142
20926
|
readonly namespaces: Gee.List
|
|
21143
|
-
readonly type_node: NodeType
|
|
21144
20927
|
readonly typeNode: NodeType
|
|
21145
20928
|
value: string | null
|
|
21146
20929
|
readonly parent: Node
|
|
@@ -21243,7 +21026,6 @@ interface TNodeTChildrenList {
|
|
|
21243
21026
|
|
|
21244
21027
|
// Conflicting properties
|
|
21245
21028
|
|
|
21246
|
-
read_only_view: any
|
|
21247
21029
|
readOnlyView: any
|
|
21248
21030
|
|
|
21249
21031
|
// Own fields of GXml-0.18.GXml.TNodeTChildrenList
|