@girs/gxml-0.18 0.18.0-3.2.4 → 0.18.0-3.2.6
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 +14 -1
- package/gxml-0.18-ambient.d.ts +4 -1
- package/gxml-0.18-import.d.ts +0 -1
- package/gxml-0.18.d.cts +218 -0
- package/gxml-0.18.d.ts +218 -0
- package/package.json +7 -7
package/gxml-0.18.d.ts
CHANGED
|
@@ -216,6 +216,7 @@ module Collection {
|
|
|
216
216
|
|
|
217
217
|
element?: DomElement | null
|
|
218
218
|
items_type?: GObject.GType | null
|
|
219
|
+
itemsType?: GObject.GType | null
|
|
219
220
|
}
|
|
220
221
|
|
|
221
222
|
}
|
|
@@ -225,9 +226,12 @@ interface Collection extends GObject.Object {
|
|
|
225
226
|
// Own properties of GXml-0.18.GXml.Collection
|
|
226
227
|
|
|
227
228
|
readonly nodes_index: GLib.Queue
|
|
229
|
+
readonly nodesIndex: GLib.Queue
|
|
228
230
|
element: DomElement
|
|
229
231
|
readonly items_name: string | null
|
|
232
|
+
readonly itemsName: string | null
|
|
230
233
|
items_type: GObject.GType
|
|
234
|
+
itemsType: GObject.GType
|
|
231
235
|
readonly length: number
|
|
232
236
|
|
|
233
237
|
// Owm methods of GXml-0.18.GXml.Collection
|
|
@@ -477,6 +481,7 @@ module Map {
|
|
|
477
481
|
// Own constructor properties of GXml-0.18.GXml.Map
|
|
478
482
|
|
|
479
483
|
attribute_key?: string | null
|
|
484
|
+
attributeKey?: string | null
|
|
480
485
|
}
|
|
481
486
|
|
|
482
487
|
}
|
|
@@ -486,7 +491,9 @@ interface Map extends GObject.Object, Collection, Gee.Traversable, Gee.Iterable
|
|
|
486
491
|
// Own properties of GXml-0.18.GXml.Map
|
|
487
492
|
|
|
488
493
|
attribute_key: string | null
|
|
494
|
+
attributeKey: string | null
|
|
489
495
|
readonly keys_set: Gee.Set
|
|
496
|
+
readonly keysSet: Gee.Set
|
|
490
497
|
|
|
491
498
|
// Owm methods of GXml-0.18.GXml.Map
|
|
492
499
|
|
|
@@ -679,6 +686,8 @@ module PairedMap {
|
|
|
679
686
|
|
|
680
687
|
attribute_primary_key?: string | null
|
|
681
688
|
attribute_secondary_key?: string | null
|
|
689
|
+
attributePrimaryKey?: string | null
|
|
690
|
+
attributeSecondaryKey?: string | null
|
|
682
691
|
}
|
|
683
692
|
|
|
684
693
|
}
|
|
@@ -688,8 +697,11 @@ interface PairedMap extends GObject.Object, Collection, Gee.Traversable, Gee.Ite
|
|
|
688
697
|
// Own properties of GXml-0.18.GXml.PairedMap
|
|
689
698
|
|
|
690
699
|
attribute_primary_key: string | null
|
|
700
|
+
attributePrimaryKey: string | null
|
|
691
701
|
attribute_secondary_key: string | null
|
|
702
|
+
attributeSecondaryKey: string | null
|
|
692
703
|
readonly primary_keys_set: Gee.Set
|
|
704
|
+
readonly primaryKeysSet: Gee.Set
|
|
693
705
|
|
|
694
706
|
// Owm methods of GXml-0.18.GXml.PairedMap
|
|
695
707
|
|
|
@@ -896,6 +908,9 @@ module ThreeMap {
|
|
|
896
908
|
attribute_primary_key?: string | null
|
|
897
909
|
attribute_secondary_key?: string | null
|
|
898
910
|
attribute_third_key?: string | null
|
|
911
|
+
attributePrimaryKey?: string | null
|
|
912
|
+
attributeSecondaryKey?: string | null
|
|
913
|
+
attributeThirdKey?: string | null
|
|
899
914
|
}
|
|
900
915
|
|
|
901
916
|
}
|
|
@@ -905,9 +920,13 @@ interface ThreeMap extends GObject.Object, Collection, Gee.Traversable, Gee.Iter
|
|
|
905
920
|
// Own properties of GXml-0.18.GXml.ThreeMap
|
|
906
921
|
|
|
907
922
|
attribute_primary_key: string | null
|
|
923
|
+
attributePrimaryKey: string | null
|
|
908
924
|
attribute_secondary_key: string | null
|
|
925
|
+
attributeSecondaryKey: string | null
|
|
909
926
|
attribute_third_key: string | null
|
|
927
|
+
attributeThirdKey: string | null
|
|
910
928
|
readonly primary_keys_set: Gee.Set
|
|
929
|
+
readonly primaryKeysSet: Gee.Set
|
|
911
930
|
|
|
912
931
|
// Owm methods of GXml-0.18.GXml.ThreeMap
|
|
913
932
|
|
|
@@ -1318,6 +1337,8 @@ module Document {
|
|
|
1318
1337
|
prefix_default_ns?: boolean | null
|
|
1319
1338
|
backup?: boolean | null
|
|
1320
1339
|
file?: Gio.File | null
|
|
1340
|
+
nsTop?: boolean | null
|
|
1341
|
+
prefixDefaultNs?: boolean | null
|
|
1321
1342
|
}
|
|
1322
1343
|
|
|
1323
1344
|
}
|
|
@@ -1328,7 +1349,9 @@ interface Document extends GObject.Object, Node {
|
|
|
1328
1349
|
|
|
1329
1350
|
indent: boolean
|
|
1330
1351
|
ns_top: boolean
|
|
1352
|
+
nsTop: boolean
|
|
1331
1353
|
prefix_default_ns: boolean
|
|
1354
|
+
prefixDefaultNs: boolean
|
|
1332
1355
|
backup: boolean
|
|
1333
1356
|
readonly root: Node
|
|
1334
1357
|
file: Gio.File
|
|
@@ -1515,8 +1538,10 @@ interface DomAttr extends GObject.Object {
|
|
|
1515
1538
|
// Own properties of GXml-0.18.GXml.DomAttr
|
|
1516
1539
|
|
|
1517
1540
|
readonly namespace_uri: string | null
|
|
1541
|
+
readonly namespaceUri: string | null
|
|
1518
1542
|
readonly prefix: string | null
|
|
1519
1543
|
readonly local_name: string | null
|
|
1544
|
+
readonly localName: string | null
|
|
1520
1545
|
readonly name: string | null
|
|
1521
1546
|
value: string | null
|
|
1522
1547
|
readonly specified: boolean
|
|
@@ -1735,6 +1760,7 @@ interface DomText extends DomCharacterData {
|
|
|
1735
1760
|
// Own properties of GXml-0.18.GXml.DomText
|
|
1736
1761
|
|
|
1737
1762
|
readonly whole_text: string | null
|
|
1763
|
+
readonly wholeText: string | null
|
|
1738
1764
|
|
|
1739
1765
|
// Owm methods of GXml-0.18.GXml.DomText
|
|
1740
1766
|
|
|
@@ -2216,8 +2242,11 @@ interface DomParentNode extends GObject.Object {
|
|
|
2216
2242
|
|
|
2217
2243
|
readonly children: DomHTMLCollection
|
|
2218
2244
|
readonly first_element_child: DomElement
|
|
2245
|
+
readonly firstElementChild: DomElement
|
|
2219
2246
|
readonly last_element_child: DomElement
|
|
2247
|
+
readonly lastElementChild: DomElement
|
|
2220
2248
|
readonly child_element_count: number
|
|
2249
|
+
readonly childElementCount: number
|
|
2221
2250
|
|
|
2222
2251
|
// Owm methods of GXml-0.18.GXml.DomParentNode
|
|
2223
2252
|
|
|
@@ -2286,7 +2315,9 @@ interface DomNonDocumentTypeChildNode extends GObject.Object {
|
|
|
2286
2315
|
// Own properties of GXml-0.18.GXml.DomNonDocumentTypeChildNode
|
|
2287
2316
|
|
|
2288
2317
|
readonly previous_element_sibling: DomElement
|
|
2318
|
+
readonly previousElementSibling: DomElement
|
|
2289
2319
|
readonly next_element_sibling: DomElement
|
|
2320
|
+
readonly nextElementSibling: DomElement
|
|
2290
2321
|
|
|
2291
2322
|
// Owm methods of GXml-0.18.GXml.DomNonDocumentTypeChildNode
|
|
2292
2323
|
|
|
@@ -2383,6 +2414,7 @@ interface DomNodeList extends GObject.Object, Gee.BidirList {
|
|
|
2383
2414
|
// Conflicting properties
|
|
2384
2415
|
|
|
2385
2416
|
read_only_view: any
|
|
2417
|
+
readOnlyView: any
|
|
2386
2418
|
|
|
2387
2419
|
// Owm methods of GXml-0.18.GXml.DomNodeList
|
|
2388
2420
|
|
|
@@ -2481,6 +2513,7 @@ interface DomHTMLCollection extends GObject.Object, Gee.BidirList {
|
|
|
2481
2513
|
// Conflicting properties
|
|
2482
2514
|
|
|
2483
2515
|
read_only_view: any
|
|
2516
|
+
readOnlyView: any
|
|
2484
2517
|
|
|
2485
2518
|
// Owm methods of GXml-0.18.GXml.DomHTMLCollection
|
|
2486
2519
|
|
|
@@ -2590,8 +2623,11 @@ interface DomNodeIterator {
|
|
|
2590
2623
|
|
|
2591
2624
|
readonly root: DomNode
|
|
2592
2625
|
readonly reference_node: DomNode
|
|
2626
|
+
readonly referenceNode: DomNode
|
|
2593
2627
|
readonly pointer_before_reference_node: boolean
|
|
2628
|
+
readonly pointerBeforeReferenceNode: boolean
|
|
2594
2629
|
readonly what_to_show: number
|
|
2630
|
+
readonly whatToShow: number
|
|
2595
2631
|
readonly filter: DomNodeFilter
|
|
2596
2632
|
|
|
2597
2633
|
// Owm methods of GXml-0.18.GXml.DomNodeIterator
|
|
@@ -2667,8 +2703,10 @@ interface DomTreeWalker extends GObject.Object {
|
|
|
2667
2703
|
|
|
2668
2704
|
readonly root: DomNode
|
|
2669
2705
|
readonly what_to_show: number
|
|
2706
|
+
readonly whatToShow: number
|
|
2670
2707
|
readonly filter: DomNodeFilter
|
|
2671
2708
|
readonly current_node: DomNode
|
|
2709
|
+
readonly currentNode: DomNode
|
|
2672
2710
|
|
|
2673
2711
|
// Owm methods of GXml-0.18.GXml.DomTreeWalker
|
|
2674
2712
|
|
|
@@ -2828,6 +2866,7 @@ interface DomTokenList extends GObject.Object, Gee.BidirList {
|
|
|
2828
2866
|
// Conflicting properties
|
|
2829
2867
|
|
|
2830
2868
|
read_only_view: any
|
|
2869
|
+
readOnlyView: any
|
|
2831
2870
|
|
|
2832
2871
|
// Owm methods of GXml-0.18.GXml.DomTokenList
|
|
2833
2872
|
|
|
@@ -2964,6 +3003,7 @@ interface DomSettableTokenList extends DomTokenList {
|
|
|
2964
3003
|
// Conflicting properties
|
|
2965
3004
|
|
|
2966
3005
|
read_only_view: any
|
|
3006
|
+
readOnlyView: any
|
|
2967
3007
|
|
|
2968
3008
|
// Owm methods of GXml-0.18.GXml.DomSettableTokenList
|
|
2969
3009
|
|
|
@@ -3099,12 +3139,17 @@ interface DomDocument extends GObject.Object, DomNode, DomParentNode, DomNonElem
|
|
|
3099
3139
|
readonly implementation: DomImplementation
|
|
3100
3140
|
readonly url: string | null
|
|
3101
3141
|
readonly document_uri: string | null
|
|
3142
|
+
readonly documentUri: string | null
|
|
3102
3143
|
readonly origin: string | null
|
|
3103
3144
|
readonly compat_mode: string | null
|
|
3145
|
+
readonly compatMode: string | null
|
|
3104
3146
|
readonly character_set: string | null
|
|
3147
|
+
readonly characterSet: string | null
|
|
3105
3148
|
readonly content_type: string | null
|
|
3149
|
+
readonly contentType: string | null
|
|
3106
3150
|
readonly doctype: DomDocumentType
|
|
3107
3151
|
readonly document_element: DomElement
|
|
3152
|
+
readonly documentElement: DomElement
|
|
3108
3153
|
|
|
3109
3154
|
// Owm methods of GXml-0.18.GXml.DomDocument
|
|
3110
3155
|
|
|
@@ -3513,7 +3558,9 @@ interface DomDocumentType extends GObject.Object, DomNode, DomChildNode {
|
|
|
3513
3558
|
|
|
3514
3559
|
readonly name: string | null
|
|
3515
3560
|
readonly public_id: string | null
|
|
3561
|
+
readonly publicId: string | null
|
|
3516
3562
|
readonly system_id: string | null
|
|
3563
|
+
readonly systemId: string | null
|
|
3517
3564
|
|
|
3518
3565
|
// Owm methods of GXml-0.18.GXml.DomDocumentType
|
|
3519
3566
|
|
|
@@ -3728,6 +3775,7 @@ module DomElement {
|
|
|
3728
3775
|
|
|
3729
3776
|
id?: string | null
|
|
3730
3777
|
class_name?: string | null
|
|
3778
|
+
className?: string | null
|
|
3731
3779
|
}
|
|
3732
3780
|
|
|
3733
3781
|
}
|
|
@@ -3737,12 +3785,17 @@ interface DomElement extends GObject.Object, DomNode, DomChildNode, DomNonDocume
|
|
|
3737
3785
|
// Own properties of GXml-0.18.GXml.DomElement
|
|
3738
3786
|
|
|
3739
3787
|
readonly namespace_uri: string | null
|
|
3788
|
+
readonly namespaceUri: string | null
|
|
3740
3789
|
readonly prefix: string | null
|
|
3741
3790
|
readonly local_name: string | null
|
|
3791
|
+
readonly localName: string | null
|
|
3742
3792
|
readonly tag_name: string | null
|
|
3793
|
+
readonly tagName: string | null
|
|
3743
3794
|
id: string | null
|
|
3744
3795
|
class_name: string | null
|
|
3796
|
+
className: string | null
|
|
3745
3797
|
readonly class_list: DomTokenList
|
|
3798
|
+
readonly classList: DomTokenList
|
|
3746
3799
|
readonly attributes: DomNamedNodeMap
|
|
3747
3800
|
|
|
3748
3801
|
// Owm methods of GXml-0.18.GXml.DomElement
|
|
@@ -3994,13 +4047,19 @@ interface DomEvent extends GObject.Object {
|
|
|
3994
4047
|
|
|
3995
4048
|
readonly etype: string | null
|
|
3996
4049
|
readonly event_target: DomEventTarget
|
|
4050
|
+
readonly eventTarget: DomEventTarget
|
|
3997
4051
|
readonly current_target: DomEventTarget
|
|
4052
|
+
readonly currentTarget: DomEventTarget
|
|
3998
4053
|
readonly bubbles: boolean
|
|
3999
4054
|
readonly cancelable: boolean
|
|
4000
4055
|
readonly is_trusted: boolean
|
|
4056
|
+
readonly isTrusted: boolean
|
|
4001
4057
|
readonly time_stamp: DomTimeStamp
|
|
4058
|
+
readonly timeStamp: DomTimeStamp
|
|
4002
4059
|
readonly default_prevented: boolean
|
|
4060
|
+
readonly defaultPrevented: boolean
|
|
4003
4061
|
readonly event_phase: DomEventPhase
|
|
4062
|
+
readonly eventPhase: DomEventPhase
|
|
4004
4063
|
|
|
4005
4064
|
// Owm methods of GXml-0.18.GXml.DomEvent
|
|
4006
4065
|
|
|
@@ -4212,6 +4271,8 @@ module DomMutationRecord {
|
|
|
4212
4271
|
|
|
4213
4272
|
added_nodes?: DomNodeList | null
|
|
4214
4273
|
removed_nodes?: DomNodeList | null
|
|
4274
|
+
addedNodes?: DomNodeList | null
|
|
4275
|
+
removedNodes?: DomNodeList | null
|
|
4215
4276
|
}
|
|
4216
4277
|
|
|
4217
4278
|
}
|
|
@@ -4223,12 +4284,19 @@ interface DomMutationRecord extends GObject.Object {
|
|
|
4223
4284
|
readonly mtype: string | null
|
|
4224
4285
|
readonly target: DomNode
|
|
4225
4286
|
added_nodes: DomNodeList
|
|
4287
|
+
addedNodes: DomNodeList
|
|
4226
4288
|
removed_nodes: DomNodeList
|
|
4289
|
+
removedNodes: DomNodeList
|
|
4227
4290
|
readonly previous_sibling: DomNode
|
|
4291
|
+
readonly previousSibling: DomNode
|
|
4228
4292
|
readonly next_sibling: DomNode
|
|
4293
|
+
readonly nextSibling: DomNode
|
|
4229
4294
|
readonly attribute_name: string | null
|
|
4295
|
+
readonly attributeName: string | null
|
|
4230
4296
|
readonly attribute_namespace: string | null
|
|
4297
|
+
readonly attributeNamespace: string | null
|
|
4231
4298
|
readonly old_value: string | null
|
|
4299
|
+
readonly oldValue: string | null
|
|
4232
4300
|
|
|
4233
4301
|
// Owm methods of GXml-0.18.GXml.DomMutationRecord
|
|
4234
4302
|
|
|
@@ -4317,6 +4385,9 @@ module DomNode {
|
|
|
4317
4385
|
owner_document?: DomDocument | null
|
|
4318
4386
|
node_value?: string | null
|
|
4319
4387
|
text_content?: string | null
|
|
4388
|
+
ownerDocument?: DomDocument | null
|
|
4389
|
+
nodeValue?: string | null
|
|
4390
|
+
textContent?: string | null
|
|
4320
4391
|
}
|
|
4321
4392
|
|
|
4322
4393
|
}
|
|
@@ -4326,18 +4397,31 @@ interface DomNode extends GObject.Object, DomEventTarget {
|
|
|
4326
4397
|
// Own properties of GXml-0.18.GXml.DomNode
|
|
4327
4398
|
|
|
4328
4399
|
readonly node_type: DomNodeNodeType
|
|
4400
|
+
readonly nodeType: DomNodeNodeType
|
|
4329
4401
|
readonly node_name: string | null
|
|
4402
|
+
readonly nodeName: string | null
|
|
4330
4403
|
readonly base_uri: string | null
|
|
4404
|
+
readonly baseUri: string | null
|
|
4331
4405
|
owner_document: DomDocument
|
|
4406
|
+
ownerDocument: DomDocument
|
|
4332
4407
|
readonly parent_node: DomNode
|
|
4408
|
+
readonly parentNode: DomNode
|
|
4333
4409
|
readonly parent_element: DomElement
|
|
4410
|
+
readonly parentElement: DomElement
|
|
4334
4411
|
readonly child_nodes: DomNodeList
|
|
4412
|
+
readonly childNodes: DomNodeList
|
|
4335
4413
|
readonly first_child: DomNode
|
|
4414
|
+
readonly firstChild: DomNode
|
|
4336
4415
|
readonly last_child: DomNode
|
|
4416
|
+
readonly lastChild: DomNode
|
|
4337
4417
|
readonly previous_sibling: DomNode
|
|
4418
|
+
readonly previousSibling: DomNode
|
|
4338
4419
|
readonly next_sibling: DomNode
|
|
4420
|
+
readonly nextSibling: DomNode
|
|
4339
4421
|
node_value: string | null
|
|
4422
|
+
nodeValue: string | null
|
|
4340
4423
|
text_content: string | null
|
|
4424
|
+
textContent: string | null
|
|
4341
4425
|
|
|
4342
4426
|
// Owm methods of GXml-0.18.GXml.DomNode
|
|
4343
4427
|
|
|
@@ -4478,11 +4562,16 @@ interface DomRange extends GObject.Object {
|
|
|
4478
4562
|
// Own properties of GXml-0.18.GXml.DomRange
|
|
4479
4563
|
|
|
4480
4564
|
readonly start_container: DomNode
|
|
4565
|
+
readonly startContainer: DomNode
|
|
4481
4566
|
readonly start_offset: number
|
|
4567
|
+
readonly startOffset: number
|
|
4482
4568
|
readonly end_container: DomNode
|
|
4569
|
+
readonly endContainer: DomNode
|
|
4483
4570
|
readonly end_offset: number
|
|
4571
|
+
readonly endOffset: number
|
|
4484
4572
|
readonly collapsed: boolean
|
|
4485
4573
|
readonly common_ancestor_container: DomNode
|
|
4574
|
+
readonly commonAncestorContainer: DomNode
|
|
4486
4575
|
|
|
4487
4576
|
// Owm methods of GXml-0.18.GXml.DomRange
|
|
4488
4577
|
|
|
@@ -4601,6 +4690,7 @@ interface Element extends GObject.Object, Node {
|
|
|
4601
4690
|
// Own properties of GXml-0.18.GXml.Element
|
|
4602
4691
|
|
|
4603
4692
|
readonly tag_name: string | null
|
|
4693
|
+
readonly tagName: string | null
|
|
4604
4694
|
content: string | null
|
|
4605
4695
|
|
|
4606
4696
|
// Owm methods of GXml-0.18.GXml.Element
|
|
@@ -4966,10 +5056,12 @@ interface Node extends GObject.Object {
|
|
|
4966
5056
|
|
|
4967
5057
|
readonly namespaces: Gee.List
|
|
4968
5058
|
readonly children_nodes: Gee.BidirList
|
|
5059
|
+
readonly childrenNodes: Gee.BidirList
|
|
4969
5060
|
readonly attrs: Gee.Map
|
|
4970
5061
|
readonly name: string | null
|
|
4971
5062
|
value: string | null
|
|
4972
5063
|
readonly type_node: NodeType
|
|
5064
|
+
readonly typeNode: NodeType
|
|
4973
5065
|
readonly document: Document
|
|
4974
5066
|
readonly parent: Node
|
|
4975
5067
|
|
|
@@ -5073,7 +5165,9 @@ interface Notation extends GObject.Object, Node {
|
|
|
5073
5165
|
// Own properties of GXml-0.18.GXml.Notation
|
|
5074
5166
|
|
|
5075
5167
|
readonly public_id: string | null
|
|
5168
|
+
readonly publicId: string | null
|
|
5076
5169
|
readonly external_id: string | null
|
|
5170
|
+
readonly externalId: string | null
|
|
5077
5171
|
|
|
5078
5172
|
// Owm methods of GXml-0.18.GXml.Notation
|
|
5079
5173
|
|
|
@@ -5557,6 +5651,9 @@ module IXsdSchema {
|
|
|
5557
5651
|
element_definitions?: IXsdListElements | null
|
|
5558
5652
|
simple_type_definitions?: IXsdListSimpleTypes | null
|
|
5559
5653
|
complex_type_definitions?: IXsdListComplexTypes | null
|
|
5654
|
+
elementDefinitions?: IXsdListElements | null
|
|
5655
|
+
simpleTypeDefinitions?: IXsdListSimpleTypes | null
|
|
5656
|
+
complexTypeDefinitions?: IXsdListComplexTypes | null
|
|
5560
5657
|
}
|
|
5561
5658
|
|
|
5562
5659
|
}
|
|
@@ -5566,8 +5663,11 @@ interface IXsdSchema extends GObject.Object, DomElement {
|
|
|
5566
5663
|
// Own properties of GXml-0.18.GXml.IXsdSchema
|
|
5567
5664
|
|
|
5568
5665
|
element_definitions: IXsdListElements
|
|
5666
|
+
elementDefinitions: IXsdListElements
|
|
5569
5667
|
simple_type_definitions: IXsdListSimpleTypes
|
|
5668
|
+
simpleTypeDefinitions: IXsdListSimpleTypes
|
|
5570
5669
|
complex_type_definitions: IXsdListComplexTypes
|
|
5670
|
+
complexTypeDefinitions: IXsdListComplexTypes
|
|
5571
5671
|
|
|
5572
5672
|
// Owm methods of GXml-0.18.GXml.IXsdSchema
|
|
5573
5673
|
|
|
@@ -6000,6 +6100,8 @@ module IXsdTypeRestriction {
|
|
|
6000
6100
|
simple_type?: IXsdSimpleType | null
|
|
6001
6101
|
enumerations?: IXsdListTypeRestrictionEnumerations | null
|
|
6002
6102
|
white_spaces?: IXsdListTypeRestrictionWhiteSpaces | null
|
|
6103
|
+
simpleType?: IXsdSimpleType | null
|
|
6104
|
+
whiteSpaces?: IXsdListTypeRestrictionWhiteSpaces | null
|
|
6003
6105
|
}
|
|
6004
6106
|
|
|
6005
6107
|
}
|
|
@@ -6011,8 +6113,10 @@ interface IXsdTypeRestriction extends GObject.Object, IXsdTypeDef {
|
|
|
6011
6113
|
base: string | null
|
|
6012
6114
|
id: string | null
|
|
6013
6115
|
simple_type: IXsdSimpleType
|
|
6116
|
+
simpleType: IXsdSimpleType
|
|
6014
6117
|
enumerations: IXsdListTypeRestrictionEnumerations
|
|
6015
6118
|
white_spaces: IXsdListTypeRestrictionWhiteSpaces
|
|
6119
|
+
whiteSpaces: IXsdListTypeRestrictionWhiteSpaces
|
|
6016
6120
|
|
|
6017
6121
|
// Owm methods of GXml-0.18.GXml.IXsdTypeRestriction
|
|
6018
6122
|
|
|
@@ -6767,6 +6871,8 @@ module IXsdComplexType {
|
|
|
6767
6871
|
name?: string | null
|
|
6768
6872
|
default_attributes_apply?: boolean | null
|
|
6769
6873
|
content_type?: IXsdBaseContent | null
|
|
6874
|
+
defaultAttributesApply?: boolean | null
|
|
6875
|
+
contentType?: IXsdBaseContent | null
|
|
6770
6876
|
}
|
|
6771
6877
|
|
|
6772
6878
|
}
|
|
@@ -6781,9 +6887,13 @@ interface IXsdComplexType extends GObject.Object, DomElement, IXsdBaseType {
|
|
|
6781
6887
|
mixed: boolean
|
|
6782
6888
|
name: string | null
|
|
6783
6889
|
default_attributes_apply: boolean
|
|
6890
|
+
defaultAttributesApply: boolean
|
|
6784
6891
|
content_type: IXsdBaseContent
|
|
6892
|
+
contentType: IXsdBaseContent
|
|
6785
6893
|
readonly type_attributes: IXsdListAttributes
|
|
6894
|
+
readonly typeAttributes: IXsdListAttributes
|
|
6786
6895
|
readonly group_attributes: IXsdListAttributesGroup
|
|
6896
|
+
readonly groupAttributes: IXsdListAttributesGroup
|
|
6787
6897
|
|
|
6788
6898
|
// Owm methods of GXml-0.18.GXml.IXsdComplexType
|
|
6789
6899
|
|
|
@@ -7115,6 +7225,11 @@ module IXsdElement {
|
|
|
7115
7225
|
anotation?: IXsdAnnotation | null
|
|
7116
7226
|
simple_type?: IXsdSimpleType | null
|
|
7117
7227
|
complex_type?: IXsdComplexType | null
|
|
7228
|
+
substitutionGroup?: DomTokenList | null
|
|
7229
|
+
targetNamespace?: string | null
|
|
7230
|
+
objectType?: string | null
|
|
7231
|
+
simpleType?: IXsdSimpleType | null
|
|
7232
|
+
complexType?: IXsdComplexType | null
|
|
7118
7233
|
}
|
|
7119
7234
|
|
|
7120
7235
|
}
|
|
@@ -7136,11 +7251,16 @@ interface IXsdElement extends GObject.Object, DomElement {
|
|
|
7136
7251
|
nillable: boolean
|
|
7137
7252
|
// Has conflict: ref: string | null
|
|
7138
7253
|
substitution_group: DomTokenList
|
|
7254
|
+
substitutionGroup: DomTokenList
|
|
7139
7255
|
target_namespace: string | null
|
|
7256
|
+
targetNamespace: string | null
|
|
7140
7257
|
object_type: string | null
|
|
7258
|
+
objectType: string | null
|
|
7141
7259
|
anotation: IXsdAnnotation
|
|
7142
7260
|
simple_type: IXsdSimpleType
|
|
7261
|
+
simpleType: IXsdSimpleType
|
|
7143
7262
|
complex_type: IXsdComplexType
|
|
7263
|
+
complexType: IXsdComplexType
|
|
7144
7264
|
|
|
7145
7265
|
// Owm methods of GXml-0.18.GXml.IXsdElement
|
|
7146
7266
|
|
|
@@ -7691,6 +7811,8 @@ module IXsdList {
|
|
|
7691
7811
|
element?: DomElement | null
|
|
7692
7812
|
items_type?: GObject.GType | null
|
|
7693
7813
|
items_name?: GObject.GType | null
|
|
7814
|
+
itemsType?: GObject.GType | null
|
|
7815
|
+
itemsName?: GObject.GType | null
|
|
7694
7816
|
}
|
|
7695
7817
|
|
|
7696
7818
|
}
|
|
@@ -7701,7 +7823,9 @@ interface IXsdList extends GObject.Object, Collection {
|
|
|
7701
7823
|
|
|
7702
7824
|
element: DomElement
|
|
7703
7825
|
items_type: GObject.GType
|
|
7826
|
+
itemsType: GObject.GType
|
|
7704
7827
|
items_name: any
|
|
7828
|
+
itemsName: any
|
|
7705
7829
|
readonly length: number
|
|
7706
7830
|
|
|
7707
7831
|
// Owm methods of GXml-0.18.GXml.IXsdList
|
|
@@ -7790,6 +7914,7 @@ interface IXsdListElements extends GObject.Object, IXsdList {
|
|
|
7790
7914
|
// Conflicting properties
|
|
7791
7915
|
|
|
7792
7916
|
items_name: any
|
|
7917
|
+
itemsName: any
|
|
7793
7918
|
|
|
7794
7919
|
// Conflicting methods
|
|
7795
7920
|
|
|
@@ -7856,6 +7981,7 @@ interface IXsdListSimpleTypes extends GObject.Object, IXsdList {
|
|
|
7856
7981
|
// Conflicting properties
|
|
7857
7982
|
|
|
7858
7983
|
items_name: any
|
|
7984
|
+
itemsName: any
|
|
7859
7985
|
|
|
7860
7986
|
// Conflicting methods
|
|
7861
7987
|
|
|
@@ -7922,6 +8048,7 @@ interface IXsdListComplexTypes extends GObject.Object, IXsdList {
|
|
|
7922
8048
|
// Conflicting properties
|
|
7923
8049
|
|
|
7924
8050
|
items_name: any
|
|
8051
|
+
itemsName: any
|
|
7925
8052
|
|
|
7926
8053
|
// Conflicting methods
|
|
7927
8054
|
|
|
@@ -7988,6 +8115,7 @@ interface IXsdListAttributes extends GObject.Object, IXsdList {
|
|
|
7988
8115
|
// Conflicting properties
|
|
7989
8116
|
|
|
7990
8117
|
items_name: any
|
|
8118
|
+
itemsName: any
|
|
7991
8119
|
|
|
7992
8120
|
// Conflicting methods
|
|
7993
8121
|
|
|
@@ -8054,6 +8182,7 @@ interface IXsdListAttributesGroup extends GObject.Object, IXsdList {
|
|
|
8054
8182
|
// Conflicting properties
|
|
8055
8183
|
|
|
8056
8184
|
items_name: any
|
|
8185
|
+
itemsName: any
|
|
8057
8186
|
|
|
8058
8187
|
// Conflicting methods
|
|
8059
8188
|
|
|
@@ -8120,6 +8249,7 @@ interface IXsdListTypeRestrictionEnumerations extends GObject.Object, IXsdList {
|
|
|
8120
8249
|
// Conflicting properties
|
|
8121
8250
|
|
|
8122
8251
|
items_name: any
|
|
8252
|
+
itemsName: any
|
|
8123
8253
|
|
|
8124
8254
|
// Conflicting methods
|
|
8125
8255
|
|
|
@@ -8186,6 +8316,7 @@ interface IXsdListTypeRestrictionWhiteSpaces extends GObject.Object, IXsdList {
|
|
|
8186
8316
|
// Conflicting properties
|
|
8187
8317
|
|
|
8188
8318
|
items_name: any
|
|
8319
|
+
itemsName: any
|
|
8189
8320
|
|
|
8190
8321
|
// Conflicting methods
|
|
8191
8322
|
|
|
@@ -8278,6 +8409,7 @@ module Serializable {
|
|
|
8278
8409
|
// Own constructor properties of GXml-0.18.GXml.Serializable
|
|
8279
8410
|
|
|
8280
8411
|
serialized_xml_node_value?: string | null
|
|
8412
|
+
serializedXmlNodeValue?: string | null
|
|
8281
8413
|
}
|
|
8282
8414
|
|
|
8283
8415
|
}
|
|
@@ -8287,8 +8419,11 @@ interface Serializable extends GObject.Object {
|
|
|
8287
8419
|
// Own properties of GXml-0.18.GXml.Serializable
|
|
8288
8420
|
|
|
8289
8421
|
readonly unknown_serializable_properties: Gee.Map
|
|
8422
|
+
readonly unknownSerializableProperties: Gee.Map
|
|
8290
8423
|
readonly unknown_serializable_nodes: Gee.Collection
|
|
8424
|
+
readonly unknownSerializableNodes: Gee.Collection
|
|
8291
8425
|
serialized_xml_node_value: string | null
|
|
8426
|
+
serializedXmlNodeValue: string | null
|
|
8292
8427
|
|
|
8293
8428
|
// Owm methods of GXml-0.18.GXml.Serializable
|
|
8294
8429
|
|
|
@@ -8695,9 +8830,13 @@ interface XPathObject extends GObject.Object {
|
|
|
8695
8830
|
// Own properties of GXml-0.18.GXml.XPathObject
|
|
8696
8831
|
|
|
8697
8832
|
readonly object_type: XPathObjectType
|
|
8833
|
+
readonly objectType: XPathObjectType
|
|
8698
8834
|
readonly boolean_value: boolean
|
|
8835
|
+
readonly booleanValue: boolean
|
|
8699
8836
|
readonly string_value: string | null
|
|
8837
|
+
readonly stringValue: string | null
|
|
8700
8838
|
readonly number_value: number
|
|
8839
|
+
readonly numberValue: number
|
|
8701
8840
|
readonly nodeset: DomHTMLCollection
|
|
8702
8841
|
|
|
8703
8842
|
// Owm methods of GXml-0.18.GXml.XPathObject
|
|
@@ -8763,6 +8902,7 @@ module CssSelectorData {
|
|
|
8763
8902
|
selector_type?: CssSelectorType | null
|
|
8764
8903
|
data?: string | null
|
|
8765
8904
|
value?: string | null
|
|
8905
|
+
selectorType?: CssSelectorType | null
|
|
8766
8906
|
}
|
|
8767
8907
|
|
|
8768
8908
|
}
|
|
@@ -8772,6 +8912,7 @@ interface CssSelectorData {
|
|
|
8772
8912
|
// Own properties of GXml-0.18.GXml.CssSelectorData
|
|
8773
8913
|
|
|
8774
8914
|
selector_type: CssSelectorType
|
|
8915
|
+
selectorType: CssSelectorType
|
|
8775
8916
|
data: string | null
|
|
8776
8917
|
value: string | null
|
|
8777
8918
|
|
|
@@ -8954,6 +9095,7 @@ interface DomElementList extends DomHTMLCollection {
|
|
|
8954
9095
|
// Conflicting properties
|
|
8955
9096
|
|
|
8956
9097
|
read_only_view: any
|
|
9098
|
+
readOnlyView: any
|
|
8957
9099
|
|
|
8958
9100
|
// Own fields of GXml-0.18.GXml.DomElementList
|
|
8959
9101
|
|
|
@@ -9282,6 +9424,11 @@ module DomMutationObserverInit {
|
|
|
9282
9424
|
attribute_old_value?: boolean | null
|
|
9283
9425
|
character_data_old_value?: boolean | null
|
|
9284
9426
|
attribute_filter?: Gee.List | null
|
|
9427
|
+
childList?: boolean | null
|
|
9428
|
+
characterData?: boolean | null
|
|
9429
|
+
attributeOldValue?: boolean | null
|
|
9430
|
+
characterDataOldValue?: boolean | null
|
|
9431
|
+
attributeFilter?: Gee.List | null
|
|
9285
9432
|
}
|
|
9286
9433
|
|
|
9287
9434
|
}
|
|
@@ -9291,12 +9438,17 @@ interface DomMutationObserverInit {
|
|
|
9291
9438
|
// Own properties of GXml-0.18.GXml.DomMutationObserverInit
|
|
9292
9439
|
|
|
9293
9440
|
child_list: boolean
|
|
9441
|
+
childList: boolean
|
|
9294
9442
|
attributes: boolean
|
|
9295
9443
|
character_data: boolean
|
|
9444
|
+
characterData: boolean
|
|
9296
9445
|
subtree: boolean
|
|
9297
9446
|
attribute_old_value: boolean
|
|
9447
|
+
attributeOldValue: boolean
|
|
9298
9448
|
character_data_old_value: boolean
|
|
9449
|
+
characterDataOldValue: boolean
|
|
9299
9450
|
attribute_filter: Gee.List
|
|
9451
|
+
attributeFilter: Gee.List
|
|
9300
9452
|
|
|
9301
9453
|
// Own fields of GXml-0.18.GXml.DomMutationObserverInit
|
|
9302
9454
|
|
|
@@ -9422,6 +9574,7 @@ interface ElementList extends DomHTMLCollection {
|
|
|
9422
9574
|
// Conflicting properties
|
|
9423
9575
|
|
|
9424
9576
|
read_only_view: any
|
|
9577
|
+
readOnlyView: any
|
|
9425
9578
|
|
|
9426
9579
|
// Own fields of GXml-0.18.GXml.ElementList
|
|
9427
9580
|
|
|
@@ -9566,6 +9719,7 @@ interface GHtmlDocument extends DomHtmlDocument {
|
|
|
9566
9719
|
// Own properties of GXml-0.18.GXml.GHtmlDocument
|
|
9567
9720
|
|
|
9568
9721
|
readonly default_options: number
|
|
9722
|
+
readonly defaultOptions: number
|
|
9569
9723
|
|
|
9570
9724
|
// Own fields of GXml-0.18.GXml.GHtmlDocument
|
|
9571
9725
|
|
|
@@ -10616,6 +10770,7 @@ module GomElement {
|
|
|
10616
10770
|
|
|
10617
10771
|
parse_children?: boolean | null
|
|
10618
10772
|
unparsed?: string | null
|
|
10773
|
+
parseChildren?: boolean | null
|
|
10619
10774
|
}
|
|
10620
10775
|
|
|
10621
10776
|
}
|
|
@@ -10625,6 +10780,7 @@ interface GomElement extends DomChildNode, DomNonDocumentTypeChildNode, DomParen
|
|
|
10625
10780
|
// Own properties of GXml-0.18.GXml.GomElement
|
|
10626
10781
|
|
|
10627
10782
|
parse_children: boolean
|
|
10783
|
+
parseChildren: boolean
|
|
10628
10784
|
unparsed: string | null
|
|
10629
10785
|
|
|
10630
10786
|
// Own fields of GXml-0.18.GXml.GomElement
|
|
@@ -11092,6 +11248,7 @@ interface GomNodeList extends DomNodeList {
|
|
|
11092
11248
|
// Conflicting properties
|
|
11093
11249
|
|
|
11094
11250
|
read_only_view: any
|
|
11251
|
+
readOnlyView: any
|
|
11095
11252
|
|
|
11096
11253
|
// Own fields of GXml-0.18.GXml.GomNodeList
|
|
11097
11254
|
|
|
@@ -11375,6 +11532,7 @@ module GomXsdArrayString {
|
|
|
11375
11532
|
|
|
11376
11533
|
simple_type?: string | null
|
|
11377
11534
|
source?: Gio.File | null
|
|
11535
|
+
simpleType?: string | null
|
|
11378
11536
|
}
|
|
11379
11537
|
|
|
11380
11538
|
}
|
|
@@ -11384,6 +11542,7 @@ interface GomXsdArrayString {
|
|
|
11384
11542
|
// Own properties of GXml-0.18.GXml.GomXsdArrayString
|
|
11385
11543
|
|
|
11386
11544
|
simple_type: string | null
|
|
11545
|
+
simpleType: string | null
|
|
11387
11546
|
source: Gio.File
|
|
11388
11547
|
|
|
11389
11548
|
// Own fields of GXml-0.18.GXml.GomXsdArrayString
|
|
@@ -11657,6 +11816,7 @@ module GomEnum {
|
|
|
11657
11816
|
// Own constructor properties of GXml-0.18.GXml.GomEnum
|
|
11658
11817
|
|
|
11659
11818
|
enum_type?: GObject.GType | null
|
|
11819
|
+
enumType?: GObject.GType | null
|
|
11660
11820
|
}
|
|
11661
11821
|
|
|
11662
11822
|
}
|
|
@@ -11666,6 +11826,7 @@ interface GomEnum {
|
|
|
11666
11826
|
// Own properties of GXml-0.18.GXml.GomEnum
|
|
11667
11827
|
|
|
11668
11828
|
enum_type: GObject.GType
|
|
11829
|
+
enumType: GObject.GType
|
|
11669
11830
|
|
|
11670
11831
|
// Own fields of GXml-0.18.GXml.GomEnum
|
|
11671
11832
|
|
|
@@ -11831,6 +11992,9 @@ module GomXsdSchema {
|
|
|
11831
11992
|
element_definitions?: GomXsdListElements | null
|
|
11832
11993
|
simple_type_definitions?: GomXsdListSimpleTypes | null
|
|
11833
11994
|
complex_type_definitions?: GomXsdListComplexTypes | null
|
|
11995
|
+
elementDefinitions?: GomXsdListElements | null
|
|
11996
|
+
simpleTypeDefinitions?: GomXsdListSimpleTypes | null
|
|
11997
|
+
complexTypeDefinitions?: GomXsdListComplexTypes | null
|
|
11834
11998
|
}
|
|
11835
11999
|
|
|
11836
12000
|
}
|
|
@@ -11840,8 +12004,11 @@ interface GomXsdSchema {
|
|
|
11840
12004
|
// Own properties of GXml-0.18.GXml.GomXsdSchema
|
|
11841
12005
|
|
|
11842
12006
|
element_definitions: GomXsdListElements
|
|
12007
|
+
elementDefinitions: GomXsdListElements
|
|
11843
12008
|
simple_type_definitions: GomXsdListSimpleTypes
|
|
12009
|
+
simpleTypeDefinitions: GomXsdListSimpleTypes
|
|
11844
12010
|
complex_type_definitions: GomXsdListComplexTypes
|
|
12011
|
+
complexTypeDefinitions: GomXsdListComplexTypes
|
|
11845
12012
|
|
|
11846
12013
|
// Own fields of GXml-0.18.GXml.GomXsdSchema
|
|
11847
12014
|
|
|
@@ -12322,6 +12489,8 @@ module GomXsdTypeRestriction {
|
|
|
12322
12489
|
simple_type?: GomXsdSimpleType | null
|
|
12323
12490
|
enumerations?: GomXsdListTypeRestrictionEnumerations | null
|
|
12324
12491
|
white_spaces?: GomXsdListTypeRestrictionWhiteSpaces | null
|
|
12492
|
+
simpleType?: GomXsdSimpleType | null
|
|
12493
|
+
whiteSpaces?: GomXsdListTypeRestrictionWhiteSpaces | null
|
|
12325
12494
|
}
|
|
12326
12495
|
|
|
12327
12496
|
}
|
|
@@ -12332,8 +12501,10 @@ interface GomXsdTypeRestriction {
|
|
|
12332
12501
|
|
|
12333
12502
|
base: string | null
|
|
12334
12503
|
simple_type: GomXsdSimpleType
|
|
12504
|
+
simpleType: GomXsdSimpleType
|
|
12335
12505
|
enumerations: GomXsdListTypeRestrictionEnumerations
|
|
12336
12506
|
white_spaces: GomXsdListTypeRestrictionWhiteSpaces
|
|
12507
|
+
whiteSpaces: GomXsdListTypeRestrictionWhiteSpaces
|
|
12337
12508
|
|
|
12338
12509
|
// Own fields of GXml-0.18.GXml.GomXsdTypeRestriction
|
|
12339
12510
|
|
|
@@ -13755,6 +13926,8 @@ module GomXsdComplexType {
|
|
|
13755
13926
|
name?: string | null
|
|
13756
13927
|
default_attributes_apply?: boolean | null
|
|
13757
13928
|
content_type?: GomXsdBaseContent | null
|
|
13929
|
+
defaultAttributesApply?: boolean | null
|
|
13930
|
+
contentType?: GomXsdBaseContent | null
|
|
13758
13931
|
}
|
|
13759
13932
|
|
|
13760
13933
|
}
|
|
@@ -13769,9 +13942,13 @@ interface GomXsdComplexType {
|
|
|
13769
13942
|
mixed: boolean
|
|
13770
13943
|
name: string | null
|
|
13771
13944
|
default_attributes_apply: boolean
|
|
13945
|
+
defaultAttributesApply: boolean
|
|
13772
13946
|
content_type: GomXsdBaseContent
|
|
13947
|
+
contentType: GomXsdBaseContent
|
|
13773
13948
|
readonly type_attributes: GomXsdList
|
|
13949
|
+
readonly typeAttributes: GomXsdList
|
|
13774
13950
|
readonly group_attributes: GomXsdList
|
|
13951
|
+
readonly groupAttributes: GomXsdList
|
|
13775
13952
|
|
|
13776
13953
|
// Own fields of GXml-0.18.GXml.GomXsdComplexType
|
|
13777
13954
|
|
|
@@ -14009,6 +14186,13 @@ module GomXsdElement {
|
|
|
14009
14186
|
anotation?: GomXsdAnnotation | null
|
|
14010
14187
|
simple_type?: GomXsdSimpleType | null
|
|
14011
14188
|
complex_type?: GomXsdComplexType | null
|
|
14189
|
+
maxOccurs?: string | null
|
|
14190
|
+
minOccurs?: string | null
|
|
14191
|
+
substitutionGroup?: DomTokenList | null
|
|
14192
|
+
targetNamespace?: string | null
|
|
14193
|
+
objectType?: string | null
|
|
14194
|
+
simpleType?: GomXsdSimpleType | null
|
|
14195
|
+
complexType?: GomXsdComplexType | null
|
|
14012
14196
|
}
|
|
14013
14197
|
|
|
14014
14198
|
}
|
|
@@ -14024,16 +14208,23 @@ interface GomXsdElement {
|
|
|
14024
14208
|
fixed: string | null
|
|
14025
14209
|
form: string | null
|
|
14026
14210
|
max_occurs: string | null
|
|
14211
|
+
maxOccurs: string | null
|
|
14027
14212
|
min_occurs: string | null
|
|
14213
|
+
minOccurs: string | null
|
|
14028
14214
|
name: string | null
|
|
14029
14215
|
nillable: boolean
|
|
14030
14216
|
// Has conflict: ref: string | null
|
|
14031
14217
|
substitution_group: DomTokenList
|
|
14218
|
+
substitutionGroup: DomTokenList
|
|
14032
14219
|
target_namespace: string | null
|
|
14220
|
+
targetNamespace: string | null
|
|
14033
14221
|
object_type: string | null
|
|
14222
|
+
objectType: string | null
|
|
14034
14223
|
anotation: GomXsdAnnotation
|
|
14035
14224
|
simple_type: GomXsdSimpleType
|
|
14225
|
+
simpleType: GomXsdSimpleType
|
|
14036
14226
|
complex_type: GomXsdComplexType
|
|
14227
|
+
complexType: GomXsdComplexType
|
|
14037
14228
|
|
|
14038
14229
|
// Own fields of GXml-0.18.GXml.GomXsdElement
|
|
14039
14230
|
|
|
@@ -17148,6 +17339,7 @@ interface GDomTokenList extends DomTokenList {
|
|
|
17148
17339
|
// Conflicting properties
|
|
17149
17340
|
|
|
17150
17341
|
read_only_view: any
|
|
17342
|
+
readOnlyView: any
|
|
17151
17343
|
|
|
17152
17344
|
// Own fields of GXml-0.18.GXml.GDomTokenList
|
|
17153
17345
|
|
|
@@ -17328,6 +17520,7 @@ interface GDomSettableTokenList extends DomSettableTokenList {
|
|
|
17328
17520
|
// Conflicting properties
|
|
17329
17521
|
|
|
17330
17522
|
read_only_view: any
|
|
17523
|
+
readOnlyView: any
|
|
17331
17524
|
|
|
17332
17525
|
// Own fields of GXml-0.18.GXml.GDomSettableTokenList
|
|
17333
17526
|
|
|
@@ -17506,6 +17699,7 @@ interface GDomHTMLCollection extends DomHTMLCollection {
|
|
|
17506
17699
|
// Conflicting properties
|
|
17507
17700
|
|
|
17508
17701
|
read_only_view: any
|
|
17702
|
+
readOnlyView: any
|
|
17509
17703
|
|
|
17510
17704
|
// Own fields of GXml-0.18.GXml.GDomHTMLCollection
|
|
17511
17705
|
|
|
@@ -18202,6 +18396,7 @@ interface GListChildren extends DomNodeList, DomHTMLCollection {
|
|
|
18202
18396
|
// Conflicting properties
|
|
18203
18397
|
|
|
18204
18398
|
read_only_view: any
|
|
18399
|
+
readOnlyView: any
|
|
18205
18400
|
|
|
18206
18401
|
// Own fields of GXml-0.18.GXml.GListChildren
|
|
18207
18402
|
|
|
@@ -18391,6 +18586,7 @@ interface GListNamespaces {
|
|
|
18391
18586
|
// Conflicting properties
|
|
18392
18587
|
|
|
18393
18588
|
read_only_view: any
|
|
18589
|
+
readOnlyView: any
|
|
18394
18590
|
|
|
18395
18591
|
// Own fields of GXml-0.18.GXml.GListNamespaces
|
|
18396
18592
|
|
|
@@ -18589,10 +18785,12 @@ interface GNode extends DomEventTarget, DomNode, Node {
|
|
|
18589
18785
|
|
|
18590
18786
|
readonly attrs: Gee.Map
|
|
18591
18787
|
readonly children_nodes: Gee.BidirList
|
|
18788
|
+
readonly childrenNodes: Gee.BidirList
|
|
18592
18789
|
readonly namespaces: Gee.List
|
|
18593
18790
|
readonly document: Document
|
|
18594
18791
|
readonly parent: Node
|
|
18595
18792
|
readonly type_node: NodeType
|
|
18793
|
+
readonly typeNode: NodeType
|
|
18596
18794
|
readonly name: string | null
|
|
18597
18795
|
value: string | null
|
|
18598
18796
|
|
|
@@ -19185,6 +19383,7 @@ interface NodeList {
|
|
|
19185
19383
|
// Conflicting properties
|
|
19186
19384
|
|
|
19187
19385
|
read_only_view: any
|
|
19386
|
+
readOnlyView: any
|
|
19188
19387
|
|
|
19189
19388
|
// Own fields of GXml-0.18.GXml.NodeList
|
|
19190
19389
|
|
|
@@ -19564,6 +19763,7 @@ module SerializableArrayList {
|
|
|
19564
19763
|
// Own constructor properties of GXml-0.18.GXml.SerializableArrayList
|
|
19565
19764
|
|
|
19566
19765
|
ignored_serializable_properties?: GLib.HashTable | null
|
|
19766
|
+
ignoredSerializableProperties?: GLib.HashTable | null
|
|
19567
19767
|
}
|
|
19568
19768
|
|
|
19569
19769
|
}
|
|
@@ -19573,10 +19773,12 @@ interface SerializableArrayList extends Serializable, SerializableCollection {
|
|
|
19573
19773
|
// Own properties of GXml-0.18.GXml.SerializableArrayList
|
|
19574
19774
|
|
|
19575
19775
|
ignored_serializable_properties: GLib.HashTable
|
|
19776
|
+
ignoredSerializableProperties: GLib.HashTable
|
|
19576
19777
|
|
|
19577
19778
|
// Conflicting properties
|
|
19578
19779
|
|
|
19579
19780
|
read_only_view: any
|
|
19781
|
+
readOnlyView: any
|
|
19580
19782
|
|
|
19581
19783
|
// Own fields of GXml-0.18.GXml.SerializableArrayList
|
|
19582
19784
|
|
|
@@ -19755,6 +19957,7 @@ module SerializableDualKeyMap {
|
|
|
19755
19957
|
// Own constructor properties of GXml-0.18.GXml.SerializableDualKeyMap
|
|
19756
19958
|
|
|
19757
19959
|
ignored_serializable_properties?: GLib.HashTable | null
|
|
19960
|
+
ignoredSerializableProperties?: GLib.HashTable | null
|
|
19758
19961
|
}
|
|
19759
19962
|
|
|
19760
19963
|
}
|
|
@@ -19764,11 +19967,16 @@ interface SerializableDualKeyMap extends Gee.Traversable, Serializable, Serializ
|
|
|
19764
19967
|
// Own properties of GXml-0.18.GXml.SerializableDualKeyMap
|
|
19765
19968
|
|
|
19766
19969
|
readonly value_type: GObject.GType
|
|
19970
|
+
readonly valueType: GObject.GType
|
|
19767
19971
|
readonly primary_key_type: GObject.GType
|
|
19972
|
+
readonly primaryKeyType: GObject.GType
|
|
19768
19973
|
readonly secondary_key_type: GObject.GType
|
|
19974
|
+
readonly secondaryKeyType: GObject.GType
|
|
19769
19975
|
readonly primary_keys: Gee.Collection
|
|
19976
|
+
readonly primaryKeys: Gee.Collection
|
|
19770
19977
|
readonly size: number
|
|
19771
19978
|
ignored_serializable_properties: GLib.HashTable
|
|
19979
|
+
ignoredSerializableProperties: GLib.HashTable
|
|
19772
19980
|
|
|
19773
19981
|
// Own fields of GXml-0.18.GXml.SerializableDualKeyMap
|
|
19774
19982
|
|
|
@@ -19889,6 +20097,7 @@ module SerializableHashMap {
|
|
|
19889
20097
|
// Own constructor properties of GXml-0.18.GXml.SerializableHashMap
|
|
19890
20098
|
|
|
19891
20099
|
ignored_serializable_properties?: GLib.HashTable | null
|
|
20100
|
+
ignoredSerializableProperties?: GLib.HashTable | null
|
|
19892
20101
|
}
|
|
19893
20102
|
|
|
19894
20103
|
}
|
|
@@ -19898,6 +20107,7 @@ interface SerializableHashMap extends Serializable, SerializableCollection {
|
|
|
19898
20107
|
// Own properties of GXml-0.18.GXml.SerializableHashMap
|
|
19899
20108
|
|
|
19900
20109
|
ignored_serializable_properties: GLib.HashTable
|
|
20110
|
+
ignoredSerializableProperties: GLib.HashTable
|
|
19901
20111
|
|
|
19902
20112
|
// Own fields of GXml-0.18.GXml.SerializableHashMap
|
|
19903
20113
|
|
|
@@ -20032,6 +20242,7 @@ module SerializableTreeMap {
|
|
|
20032
20242
|
// Own constructor properties of GXml-0.18.GXml.SerializableTreeMap
|
|
20033
20243
|
|
|
20034
20244
|
ignored_serializable_properties?: GLib.HashTable | null
|
|
20245
|
+
ignoredSerializableProperties?: GLib.HashTable | null
|
|
20035
20246
|
}
|
|
20036
20247
|
|
|
20037
20248
|
}
|
|
@@ -20041,10 +20252,12 @@ interface SerializableTreeMap extends Serializable, SerializableCollection {
|
|
|
20041
20252
|
// Own properties of GXml-0.18.GXml.SerializableTreeMap
|
|
20042
20253
|
|
|
20043
20254
|
ignored_serializable_properties: GLib.HashTable
|
|
20255
|
+
ignoredSerializableProperties: GLib.HashTable
|
|
20044
20256
|
|
|
20045
20257
|
// Conflicting properties
|
|
20046
20258
|
|
|
20047
20259
|
read_only_view: any
|
|
20260
|
+
readOnlyView: any
|
|
20048
20261
|
|
|
20049
20262
|
// Own fields of GXml-0.18.GXml.SerializableTreeMap
|
|
20050
20263
|
|
|
@@ -20284,6 +20497,7 @@ module SerializableObjectModel {
|
|
|
20284
20497
|
// Own constructor properties of GXml-0.18.GXml.SerializableObjectModel
|
|
20285
20498
|
|
|
20286
20499
|
ignored_serializable_properties?: GLib.HashTable | null
|
|
20500
|
+
ignoredSerializableProperties?: GLib.HashTable | null
|
|
20287
20501
|
}
|
|
20288
20502
|
|
|
20289
20503
|
}
|
|
@@ -20293,6 +20507,7 @@ interface SerializableObjectModel extends Serializable {
|
|
|
20293
20507
|
// Own properties of GXml-0.18.GXml.SerializableObjectModel
|
|
20294
20508
|
|
|
20295
20509
|
ignored_serializable_properties: GLib.HashTable
|
|
20510
|
+
ignoredSerializableProperties: GLib.HashTable
|
|
20296
20511
|
|
|
20297
20512
|
// Own fields of GXml-0.18.GXml.SerializableObjectModel
|
|
20298
20513
|
|
|
@@ -20912,10 +21127,12 @@ interface TNode extends Node {
|
|
|
20912
21127
|
|
|
20913
21128
|
readonly attrs: Gee.Map
|
|
20914
21129
|
readonly children_nodes: Gee.BidirList
|
|
21130
|
+
readonly childrenNodes: Gee.BidirList
|
|
20915
21131
|
readonly document: Document
|
|
20916
21132
|
readonly name: string | null
|
|
20917
21133
|
readonly namespaces: Gee.List
|
|
20918
21134
|
readonly type_node: NodeType
|
|
21135
|
+
readonly typeNode: NodeType
|
|
20919
21136
|
value: string | null
|
|
20920
21137
|
readonly parent: Node
|
|
20921
21138
|
|
|
@@ -21018,6 +21235,7 @@ interface TNodeTChildrenList {
|
|
|
21018
21235
|
// Conflicting properties
|
|
21019
21236
|
|
|
21020
21237
|
read_only_view: any
|
|
21238
|
+
readOnlyView: any
|
|
21021
21239
|
|
|
21022
21240
|
// Own fields of GXml-0.18.GXml.TNodeTChildrenList
|
|
21023
21241
|
|