This file is indexed.

/usr/share/gtk-doc/html/libinstpatch/libinstpatch-IpatchXml.html is in libinstpatch-doc 1.0.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>IpatchXml</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<link rel="home" href="index.html" title="libinstpatch Reference Manual">
<link rel="up" href="ch02.html" title="Utility objects and functions">
<link rel="prev" href="libinstpatch-IpatchUnit-generic.html" title="IpatchUnit_generic">
<link rel="next" href="libinstpatch-IpatchXmlObject.html" title="IpatchXmlObject">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Base objects and functions">
<link rel="chapter" href="ch02.html" title="Utility objects and functions">
<link rel="chapter" href="ch03.html" title="Sample data objects and functions">
<link rel="chapter" href="ch04.html" title="DLS patches">
<link rel="chapter" href="ch05.html" title="SoundFont patches">
<link rel="chapter" href="ch06.html" title="GigaSampler patches">
<link rel="chapter" href="ch07.html" title="Virtual banks">
<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
<link rel="index" href="api-index-full.html" title="API Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libinstpatch-IpatchUnit-generic.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libinstpatch Reference Manual</th>
<td><a accesskey="n" href="libinstpatch-IpatchXmlObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libinstpatch-IpatchXml.synopsis" class="shortcut">Top</a>
                 | 
                <a href="#libinstpatch-IpatchXml.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry" title="IpatchXml">
<a name="libinstpatch-IpatchXml"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libinstpatch-IpatchXml.top_of_page"></a>IpatchXml</span></h2>
<p>IpatchXml — XML tree functions</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1" title="Stability Level">
<a name="libinstpatch-IpatchXml.stability-level"></a><h2>Stability Level</h2>
Stable, unless otherwise indicated
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="libinstpatch-IpatchXml.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
                    <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a>;
                    <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a>;
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-new-node"
>ipatch_xml_new_node</a>                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *parent,
                                                         const char *name,
                                                         const char *value,
                                                         const char *attr_name,
                                                         ...);
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-new-node-strv"
>ipatch_xml_new_node_strv</a>            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *parent,
                                                         const char *name,
                                                         const char *value,
                                                         const char **attr_names,
                                                         const char **attr_values);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-data"
>ipatch_xml_get_data</a>                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-data"
>ipatch_xml_set_data</a>                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-data-full"
>ipatch_xml_set_data_full</a>            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
>GDestroyNotify</a> destroy_func);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-steal-data"
>ipatch_xml_steal_data</a>               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-qdata"
>ipatch_xml_get_qdata</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-qdata"
>ipatch_xml_set_qdata</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-qdata-full"
>ipatch_xml_set_qdata_full</a>           (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
>GDestroyNotify</a> destroy_func);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-steal-qdata"
>ipatch_xml_steal_qdata</a>              (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-destroy"
>ipatch_xml_destroy</a>                  (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-copy"
>ipatch_xml_copy</a>                     (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-name"
>ipatch_xml_set_name</a>                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *name);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-value"
>ipatch_xml_set_value</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *value);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-value-printf"
>ipatch_xml_set_value_printf</a>         (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *format,
                                                         ...);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-take-name"
>ipatch_xml_take_name</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         char *name);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-take-value"
>ipatch_xml_take_value</a>               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         char *value);
const char *        <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-name"
>ipatch_xml_get_name</a>                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-test-name"
>ipatch_xml_test_name</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *cmpname);
const char *        <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-value"
>ipatch_xml_get_value</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);
char *              <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-dup-value"
>ipatch_xml_dup_value</a>                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-test-value"
>ipatch_xml_test_value</a>               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *cmpvalue);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-attribute"
>ipatch_xml_set_attribute</a>            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *attr_name,
                                                         const char *attr_value);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-attributes"
>ipatch_xml_set_attributes</a>           (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *attr_name,
                                                         const char *attr_value,
                                                         const char *attr2_name,
                                                         ...);
const char *        <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-attribute"
>ipatch_xml_get_attribute</a>            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *name);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-test-attribute"
>ipatch_xml_test_attribute</a>           (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *attr_name,
                                                         const char *cmpval);
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-find-child"
>ipatch_xml_find_child</a>               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *name);
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-find-by-path"
>ipatch_xml_find_by_path</a>             (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *path);
char *              <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-to-str"
>ipatch_xml_to_str</a>                   (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
>guint</a> indent);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-save-to-file"
>ipatch_xml_save_to_file</a>             (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
>guint</a> indent,
                                                         const char *filename,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **err);
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-from-str"
>ipatch_xml_from_str</a>                 (const char *str,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **err);
<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-load-from-file"
>ipatch_xml_load_from_file</a>           (const char *filename,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **err);
<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *     <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-node-new"
>ipatch_xml_node_new</a>                 (void);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-node-free"
>ipatch_xml_node_free</a>                (<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *node);
<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *     <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-node-duplicate"
>ipatch_xml_node_duplicate</a>           (const <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *xmlnode);
<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *     <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-attr-new"
>ipatch_xml_attr_new</a>                 (void);
void                <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-attr-free"
>ipatch_xml_attr_free</a>                (<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *attr);
<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *     <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-attr-duplicate"
>ipatch_xml_attr_duplicate</a>           (const <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *attr);
</pre>
</div>
<div class="refsect1" title="Description">
<a name="libinstpatch-IpatchXml.description"></a><h2>Description</h2>
<p>
Functions for manipulating XML node trees and saving/loading to/from
XML content in strings or files.  XML node trees use the glib GNode N-ary
tree data type for added flexibility.</p>
</div>
<div class="refsect1" title="Details">
<a name="libinstpatch-IpatchXml.details"></a><h2>Details</h2>
<div class="refsect2" title="IpatchXmlNode">
<a name="IpatchXmlNode"></a><h3>IpatchXmlNode</h3>
<pre class="programlisting">typedef struct {
  char *name;		/* XML element name */
  char *value;		/* Text content of element */
  GData *qdata;		/* To associate arbitrary data with XML nodes */
  GList *attributes;	/* List of IpatchXmlAttr structures */
} IpatchXmlNode;
</pre>
<p>
An XML element node.  Note that a given node can contain only one text value.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term">char *<em class="structfield"><code>name</code></em>;</span></p></td>
<td> XML element name
</td>
</tr>
<tr>
<td><p><span class="term">char *<em class="structfield"><code>value</code></em>;</span></p></td>
<td> XML text value or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><a
href="/usr/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html#GData"
>GData</a> *<em class="structfield"><code>qdata</code></em>;</span></p></td>
<td></td>
</tr>
<tr>
<td><p><span class="term"><a
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *<em class="structfield"><code>attributes</code></em>;</span></p></td>
<td> Linked list of <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
><span class="type">IpatchXmlAttr</span></a> structures
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="IpatchXmlAttr">
<a name="IpatchXmlAttr"></a><h3>IpatchXmlAttr</h3>
<pre class="programlisting">typedef struct {
  char *name;
  char *value;
} IpatchXmlAttr;
</pre>
<p>
Structure for storing an XML attribute.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term">char *<em class="structfield"><code>name</code></em>;</span></p></td>
<td> Attribute name
</td>
</tr>
<tr>
<td><p><span class="term">char *<em class="structfield"><code>value</code></em>;</span></p></td>
<td> Attribute value
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_new_node ()">
<a name="ipatch-xml-new-node"></a><h3>ipatch_xml_new_node ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_new_node                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *parent,
                                                         const char *name,
                                                         const char *value,
                                                         const char *attr_name,
                                                         ...);</pre>
<p>
Create a new XML tree node and append it to the given <em class="parameter"><code>parent</code></em>, if supplied.
Note that the returned GNode can be used with other N-Array glib operations.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
<td> Parent node to add new node to as a child, or <code class="literal">NULL</code> to create new root node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> Name of the new XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> Text value to assign to the new node or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> First attribute name to assign or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> If <em class="parameter"><code>attr_name</code></em> was supplied first string value to be assigned should be
  the first parameter, additional name/value attribute string pairs may
  follow terminated by a <code class="literal">NULL</code> name.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New XML tree node
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_new_node_strv ()">
<a name="ipatch-xml-new-node-strv"></a><h3>ipatch_xml_new_node_strv ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_new_node_strv            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *parent,
                                                         const char *name,
                                                         const char *value,
                                                         const char **attr_names,
                                                         const char **attr_values);</pre>
<p>
Like <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-new-node"
><code class="function">ipatch_xml_new_node()</code></a> but takes attribute name/values as separate strv
arrays.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
<td> Parent node to add new node to as a child, or <code class="literal">NULL</code> to create new root node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> Name of the new XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> Text value to assign to the new node or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_names</code></em> :</span></p></td>
<td> <code class="literal">NULL</code> terminated array of attribute names or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_values</code></em> :</span></p></td>
<td> <code class="literal">NULL</code> terminated array of attribute values or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New XML tree node
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_get_data ()">
<a name="ipatch-xml-get-data"></a><h3>ipatch_xml_get_data ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            ipatch_xml_get_data                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key);</pre>
<p>
Lookup data assigned to an XML node using a quark.  This is faster than
<a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-data"
><code class="function">ipatch_xml_get_data()</code></a> since the key must be converted to a quark anyways.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>quark</code></em> :</span></p></td>
<td> Quark key
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The data pointer or <code class="literal">NULL</code> if not set
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_data ()">
<a name="ipatch-xml-set-data"></a><h3>ipatch_xml_set_data ()</h3>
<pre class="programlisting">void                ipatch_xml_set_data                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<p>
Assigns arbitrary data to an XML node specified by a <em class="parameter"><code>key</code></em>.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td> Name of the key
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td> Data to associate with the key
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_data_full ()">
<a name="ipatch-xml-set-data-full"></a><h3>ipatch_xml_set_data_full ()</h3>
<pre class="programlisting">void                ipatch_xml_set_data_full            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
>GDestroyNotify</a> destroy_func);</pre>
<p>
Assigns arbitrary data to an XML node specified by a <em class="parameter"><code>key</code></em>.  Also assigns a
<em class="parameter"><code>destroy_func</code></em> callback to destroy the data when it is removed.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td> Name of the key
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td> Data to associate with the key
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_steal_data ()">
<a name="ipatch-xml-steal-data"></a><h3>ipatch_xml_steal_data ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            ipatch_xml_steal_data               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *key);</pre>
<p>
Remove keyed data from an XML node, but don't call the data's destroy notify.
Caller is thus given the ownership of the data.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td> Name of the key
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The data pointer or <code class="literal">NULL</code> if not set
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_get_qdata ()">
<a name="ipatch-xml-get-qdata"></a><h3>ipatch_xml_get_qdata ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            ipatch_xml_get_qdata                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark);</pre>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_qdata ()">
<a name="ipatch-xml-set-qdata"></a><h3>ipatch_xml_set_qdata ()</h3>
<pre class="programlisting">void                ipatch_xml_set_qdata                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<p>
Assigns arbitrary data to an XML node specified by a <em class="parameter"><code>quark</code></em> key.  This is
faster than <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-data"
><code class="function">ipatch_xml_set_data()</code></a> since the key must be converted to a quark
anyways.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>quark</code></em> :</span></p></td>
<td> Quark key
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td> Data to associate with the key
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_qdata_full ()">
<a name="ipatch-xml-set-qdata-full"></a><h3>ipatch_xml_set_qdata_full ()</h3>
<pre class="programlisting">void                ipatch_xml_set_qdata_full           (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
>GDestroyNotify</a> destroy_func);</pre>
<p>
Assigns arbitrary data to an XML node specified by a <em class="parameter"><code>key</code></em>.  Also assigns a
<em class="parameter"><code>destroy_func</code></em> callback to destroy the data when it is removed.  This is
faster than <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-data-full"
><code class="function">ipatch_xml_set_data_full()</code></a> since the key must be converted to a quark
anyways.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>quark</code></em> :</span></p></td>
<td> Quark key
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td> Data to associate with the key
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_steal_qdata ()">
<a name="ipatch-xml-steal-qdata"></a><h3>ipatch_xml_steal_qdata ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            ipatch_xml_steal_qdata              (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a> quark);</pre>
<p>
Remove keyed data from an XML node, but don't call the data's destroy notify.
Caller is thus given the ownership of the data.  This is faster than
<a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-steal-data"
><code class="function">ipatch_xml_steal_data()</code></a> since the key must be converted to a quark
anyways.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>quark</code></em> :</span></p></td>
<td> Quark key
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The data pointer or <code class="literal">NULL</code> if not set
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_destroy ()">
<a name="ipatch-xml-destroy"></a><h3>ipatch_xml_destroy ()</h3>
<pre class="programlisting">void                ipatch_xml_destroy                  (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);</pre>
<p>
Free an XML tree (a root <em class="parameter"><code>node</code></em> and all its children).  Does not need to be
the actual root of a tree, i.e., can remove a sub tree.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> Root of XML tree/sub tree to destroy
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_copy ()">
<a name="ipatch-xml-copy"></a><h3>ipatch_xml_copy ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_copy                     (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);</pre>
<p>
Perform a deep copy on an XML tree.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML tree to copy
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New duplicate XML tree.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_name ()">
<a name="ipatch-xml-set-name"></a><h3>ipatch_xml_set_name ()</h3>
<pre class="programlisting">void                ipatch_xml_set_name                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *name);</pre>
<p>
Set the name of an XML node.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> Name to assign
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_value ()">
<a name="ipatch-xml-set-value"></a><h3>ipatch_xml_set_value ()</h3>
<pre class="programlisting">void                ipatch_xml_set_value                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *value);</pre>
<p>
Set the text value of an XML node.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> Text value to assign or <code class="literal">NULL</code> to clear it
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_value_printf ()">
<a name="ipatch-xml-set-value-printf"></a><h3>ipatch_xml_set_value_printf ()</h3>
<pre class="programlisting">void                ipatch_xml_set_value_printf         (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *format,
                                                         ...);</pre>
<p>
Assign a value to an XML node using a printf format and arguments.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
<td> Printf format
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> Printf arguments
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_take_name ()">
<a name="ipatch-xml-take-name"></a><h3>ipatch_xml_take_name ()</h3>
<pre class="programlisting">void                ipatch_xml_take_name                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         char *name);</pre>
<p>
Like <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-name"
><code class="function">ipatch_xml_set_name()</code></a> but takes over the allocation of <em class="parameter"><code>name</code></em> rather than
duplicating it.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> Name to assign or <code class="literal">NULL</code> to clear it
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_take_value ()">
<a name="ipatch-xml-take-value"></a><h3>ipatch_xml_take_value ()</h3>
<pre class="programlisting">void                ipatch_xml_take_value               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         char *value);</pre>
<p>
Like <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-set-value"
><code class="function">ipatch_xml_set_value()</code></a> but takes over the allocation of <em class="parameter"><code>value</code></em> rather than
duplicating it.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> Text value to assign
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_get_name ()">
<a name="ipatch-xml-get-name"></a><h3>ipatch_xml_get_name ()</h3>
<pre class="programlisting">const char *        ipatch_xml_get_name                 (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);</pre>
<p>
Get the name of an XML node.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node to get name of
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Name of XML node which is internal and should not be modified or freed.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_test_name ()">
<a name="ipatch-xml-test-name"></a><h3>ipatch_xml_test_name ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            ipatch_xml_test_name                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *cmpname);</pre>
<p>
Test if the node has the given name.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node to get name of
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cmpname</code></em> :</span></p></td>
<td> Name to compare to
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if the node has the given name, <code class="literal">FALSE</code> otherwise
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_get_value ()">
<a name="ipatch-xml-get-value"></a><h3>ipatch_xml_get_value ()</h3>
<pre class="programlisting">const char *        ipatch_xml_get_value                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);</pre>
<p>
Get the text value of an XML node.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node to get value of
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Value of XML node or <code class="literal">NULL</code>, which is internal and should not be
  modified or freed.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_dup_value ()">
<a name="ipatch-xml-dup-value"></a><h3>ipatch_xml_dup_value ()</h3>
<pre class="programlisting">char *              ipatch_xml_dup_value                (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node);</pre>
<p>
Duplicate the text value of an XML node.  Like <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-get-value"
><code class="function">ipatch_xml_get_value()</code></a> but
makes a copy of the value which the caller owns.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node to duplicate value of
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Newly allocated duplicate value of XML node or <code class="literal">NULL</code>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_test_value ()">
<a name="ipatch-xml-test-value"></a><h3>ipatch_xml_test_value ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            ipatch_xml_test_value               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *cmpvalue);</pre>
<p>
Test if the node has the given value.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node to get name of
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cmpvalue</code></em> :</span></p></td>
<td> Value to compare to
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if the node has the given value, <code class="literal">FALSE</code> otherwise
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_attribute ()">
<a name="ipatch-xml-set-attribute"></a><h3>ipatch_xml_set_attribute ()</h3>
<pre class="programlisting">void                ipatch_xml_set_attribute            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *attr_name,
                                                         const char *attr_value);</pre>
<p>
Set or unset an attribute of an XML node.  If there is already an existing
attribute with the given <em class="parameter"><code>attr_name</code></em>, its value will be replaced.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> Attribute name to assign to
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
<td> Attribute value to assign or <code class="literal">NULL</code> to unset
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_set_attributes ()">
<a name="ipatch-xml-set-attributes"></a><h3>ipatch_xml_set_attributes ()</h3>
<pre class="programlisting">void                ipatch_xml_set_attributes           (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *attr_name,
                                                         const char *attr_value,
                                                         const char *attr2_name,
                                                         ...);</pre>
<p>
Set one or more attributes of an XML node.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> First attribute name
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_value</code></em> :</span></p></td>
<td> First attribute value
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> Additional name/value attribute strings, terminated by a <code class="literal">NULL</code> name
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_get_attribute ()">
<a name="ipatch-xml-get-attribute"></a><h3>ipatch_xml_get_attribute ()</h3>
<pre class="programlisting">const char *        ipatch_xml_get_attribute            (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *name);</pre>
<p>
Get the value of an attribute of an XML node.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> Name of attribute
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Value of the named attribute or <code class="literal">NULL</code> if not found, value is internal
  and should not be modified or freed.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_test_attribute ()">
<a name="ipatch-xml-test-attribute"></a><h3>ipatch_xml_test_attribute ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            ipatch_xml_test_attribute           (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *attr_name,
                                                         const char *cmpval);</pre>
<p>
Test if an attribute of an XML node is a given value or exists (<em class="parameter"><code>cmpval</code></em> = <code class="literal">NULL</code>).</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> Name of attribute
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cmpval</code></em> :</span></p></td>
<td> Value to compare attribute to (<code class="literal">NULL</code> to just check existence).
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if attribute exists and matches <em class="parameter"><code>cmpval</code></em> (if set).
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_find_child ()">
<a name="ipatch-xml-find-child"></a><h3>ipatch_xml_find_child ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_find_child               (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *name);</pre>
<p>
Find a child node with the given <em class="parameter"><code>name</code></em>.  Only searches the children of <em class="parameter"><code>node</code></em>
and does not search recursively.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> Node name of child to find
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Matching node or <code class="literal">NULL</code> if not found.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_find_by_path ()">
<a name="ipatch-xml-find-by-path"></a><h3>ipatch_xml_find_by_path ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_find_by_path             (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         const char *path);</pre>
<p>
Get a node in a tree from a path string.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td> Path specification in the form "name1.name2.name3" where each child
  of a node is separated by a '.' character.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Matching node or <code class="literal">NULL</code> if not found.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_to_str ()">
<a name="ipatch-xml-to-str"></a><h3>ipatch_xml_to_str ()</h3>
<pre class="programlisting">char *              ipatch_xml_to_str                   (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
>guint</a> indent);</pre>
<p>
Render an XML tree to a string.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML node
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>indent</code></em> :</span></p></td>
<td> Number of spaces of indent per level (0 for no indent)
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Newly allocated string of XML content representing <em class="parameter"><code>node</code></em>, free with
  <a
href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"
><code class="function">g_free()</code></a> when done using it.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_save_to_file ()">
<a name="ipatch-xml-save-to-file"></a><h3>ipatch_xml_save_to_file ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            ipatch_xml_save_to_file             (<a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *node,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
>guint</a> indent,
                                                         const char *filename,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **err);</pre>
<p>
Store an XML tree to a file.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> XML tree to save
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>indent</code></em> :</span></p></td>
<td> Number of spaces to indent per level
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
<td> File name to save to
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
<td> Location to store error info or <code class="literal">NULL</code> to ignore
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise (in which case <em class="parameter"><code>err</code></em> may be set)
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_from_str ()">
<a name="ipatch-xml-from-str"></a><h3>ipatch_xml_from_str ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_from_str                 (const char *str,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **err);</pre>
<p>
Parse XML content into an XML node tree.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
<td> XML content to parse
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
<td> Location to store error info or <code class="literal">NULL</code> to ignore
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Newly allocated XML node tree or <code class="literal">NULL</code> on error (<em class="parameter"><code>err</code></em> may be set),
  can be freed with <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-destroy"
><code class="function">ipatch_xml_destroy()</code></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_load_from_file ()">
<a name="ipatch-xml-load-from-file"></a><h3>ipatch_xml_load_from_file ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html#GNode"
>GNode</a> *             ipatch_xml_load_from_file           (const char *filename,
                                                         <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **err);</pre>
<p>
Parse an XML file into an XML node tree.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
<td> File name containing XML content to parse
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
<td> Location to store error info or <code class="literal">NULL</code> to ignore
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> Newly allocated XML node tree or <code class="literal">NULL</code> on error (<em class="parameter"><code>err</code></em> may be set),
  can be freed with <a
href="../libinstpatch/libinstpatch-IpatchXml.html#ipatch-xml-destroy"
><code class="function">ipatch_xml_destroy()</code></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_node_new ()">
<a name="ipatch-xml-node-new"></a><h3>ipatch_xml_node_new ()</h3>
<pre class="programlisting"><a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *     ipatch_xml_node_new                 (void);</pre>
<p>
Create a new XML node structure.  Not normally used.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New XML node structure, which should be added to a GNode.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_node_free ()">
<a name="ipatch-xml-node-free"></a><h3>ipatch_xml_node_free ()</h3>
<pre class="programlisting">void                ipatch_xml_node_free                (<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *node);</pre>
<p>
Free an XML node structure and its contents.  Not normally used.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>xmlnode</code></em> :</span></p></td>
<td> XML node structure to free
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_node_duplicate ()">
<a name="ipatch-xml-node-duplicate"></a><h3>ipatch_xml_node_duplicate ()</h3>
<pre class="programlisting"><a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *     ipatch_xml_node_duplicate           (const <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
>IpatchXmlNode</a> *xmlnode);</pre>
<p>
Duplicate an XML node structure and its contents.  Not normally used.
Note that arbitrary user data assigned to the XML node will not be duplicated.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmlnode</code></em> :</span></p></td>
<td> XML node structure to duplicate
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New duplicate of <em class="parameter"><code>xmlnode</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_attr_new ()">
<a name="ipatch-xml-attr-new"></a><h3>ipatch_xml_attr_new ()</h3>
<pre class="programlisting"><a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *     ipatch_xml_attr_new                 (void);</pre>
<p>
Create a new XML attribute structure.  Not normally used.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New XML attribute structure which should be added to an <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlNode"
><span class="type">IpatchXmlNode</span></a>
  attributes list.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_attr_free ()">
<a name="ipatch-xml-attr-free"></a><h3>ipatch_xml_attr_free ()</h3>
<pre class="programlisting">void                ipatch_xml_attr_free                (<a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *attr);</pre>
<p>
Free an XML attribute structure.  Not normally used.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> Attribute structure to free
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="ipatch_xml_attr_duplicate ()">
<a name="ipatch-xml-attr-duplicate"></a><h3>ipatch_xml_attr_duplicate ()</h3>
<pre class="programlisting"><a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *     ipatch_xml_attr_duplicate           (const <a
href="../libinstpatch/libinstpatch-IpatchXml.html#IpatchXmlAttr"
>IpatchXmlAttr</a> *attr);</pre>
<p>
Duplicate an XML attribute structure.  Not normally used.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> Attribute structure to duplicate
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> New duplicate attribute structure
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" title="See Also">
<a name="libinstpatch-IpatchXml.see-also"></a><h2>See Also</h2>
IpatchXmlObject
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>