This file is indexed.

/usr/share/doc/libxmlunit-java/api/index-all.html is in libxmlunit-java-doc 1.5-1.

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
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Mon Oct 21 15:41:07 UTC 2013 -->
<title>Index (XMLUnit Documentation)</title>
<meta name="date" content="2013-10-21">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (XMLUnit Documentation)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit"><span class="strong">AbstractNodeTester</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Helper class.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#AbstractNodeTester()">AbstractNodeTester()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#addSchemaSource(javax.xml.transform.Source)">addSchemaSource(Source)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">Adds a source for the schema defintion.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#append(int)">append(int)</a></span> - Method in class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Appends a single int.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#append(int[])">append(int[])</a></span> - Method in class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Appends an array of ints.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendAttributeDetail(java.lang.StringBuffer, org.w3c.dom.Node)">appendAttributeDetail(StringBuffer, Node)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendCdataSectionDetail(java.lang.StringBuffer, org.w3c.dom.Node)">appendCdataSectionDetail(StringBuffer, Node)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendCommentDetail(java.lang.StringBuffer, org.w3c.dom.Node)">appendCommentDetail(StringBuffer, Node)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendDocumentDetail(java.lang.StringBuffer)">appendDocumentDetail(StringBuffer)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendDocumentTypeDetail(java.lang.StringBuffer, org.w3c.dom.Node)">appendDocumentTypeDetail(StringBuffer, Node)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendElementDetail(java.lang.StringBuffer, org.w3c.dom.Node, boolean)">appendElementDetail(StringBuffer, Node, boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#appendMessage(java.lang.StringBuffer)">appendMessage(StringBuffer)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Append the message from the result of this Diff instance to a specified
  StringBuffer</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendNodeDetail(java.lang.StringBuffer, org.custommonkey.xmlunit.NodeDetail)">appendNodeDetail(StringBuffer, NodeDetail)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>
<div class="block">Convert a Node into a simple String representation 
 and append to StringBuffer</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendProcessingInstructionDetail(java.lang.StringBuffer, org.w3c.dom.Node)">appendProcessingInstructionDetail(StringBuffer, Node)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#appendTextDetail(java.lang.StringBuffer, org.w3c.dom.Node)">appendTextDetail(StringBuffer, Node)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#areAttributesComparable(org.w3c.dom.Element, org.w3c.dom.Element)">areAttributesComparable(Element, Element)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</a></dt>
<dd>
<div class="block">Determine whether the qualifying attributes are present in both elements
 and if so whether their values are the same</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#assertIsValid()">assertIsValid()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Assert that a document is valid.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertNodeTestPasses(org.xml.sax.InputSource, org.custommonkey.xmlunit.NodeTester, short)">assertNodeTestPasses(InputSource, NodeTester, short)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Execute a <code>NodeTest<code> for a single node type
 and assert that it passes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertNodeTestPasses(java.lang.String, org.custommonkey.xmlunit.NodeTester, short)">assertNodeTestPasses(String, NodeTester, short)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Execute a <code>NodeTest<code> for a single node type
 and assert that it passes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertNodeTestPasses(org.custommonkey.xmlunit.NodeTest, org.custommonkey.xmlunit.NodeTester, short[], boolean)">assertNodeTestPasses(NodeTest, NodeTester, short[], boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Execute a <code>NodeTest<code> for multiple node types and make an
 assertion about it whether it is expected to pass</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertNodeTestPasses(org.xml.sax.InputSource, org.custommonkey.xmlunit.NodeTester, short)">assertNodeTestPasses(InputSource, NodeTester, short)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Execute a <code>NodeTest<code> for a single node type
 and assert that it passes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertNodeTestPasses(java.lang.String, org.custommonkey.xmlunit.NodeTester, short)">assertNodeTestPasses(String, NodeTester, short)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Execute a <code>NodeTest<code> for a single node type
 and assert that it passes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertNodeTestPasses(org.custommonkey.xmlunit.NodeTest, org.custommonkey.xmlunit.NodeTester, short[], boolean)">assertNodeTestPasses(NodeTest, NodeTester, short[], boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Execute a <code>NodeTest<code> for multiple node types and make an
 assertion about it whether it is expected to pass</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(org.custommonkey.xmlunit.Diff, boolean)">assertXMLEqual(Diff, boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not similar.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)">assertXMLEqual(String, Diff, boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not similar.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLEqual(InputSource, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, java.lang.String)">assertXMLEqual(String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLEqual(Document, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.io.Reader, java.io.Reader)">assertXMLEqual(Reader, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLEqual(String, InputSource, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, java.lang.String, java.lang.String)">assertXMLEqual(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLEqual(String, Document, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, java.io.Reader, java.io.Reader)">assertXMLEqual(String, Reader, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(org.custommonkey.xmlunit.Diff, boolean)">assertXMLEqual(Diff, boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not similar.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)">assertXMLEqual(String, Diff, boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not similar.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLEqual(InputSource, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, java.lang.String)">assertXMLEqual(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLEqual(Document, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.io.Reader, java.io.Reader)">assertXMLEqual(Reader, Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, java.lang.String, java.lang.String)">assertXMLEqual(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLEqual(String, InputSource, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLEqual(String, Document, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, java.io.Reader, java.io.Reader)">assertXMLEqual(String, Reader, Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLIdentical(org.custommonkey.xmlunit.Diff, boolean)">assertXMLIdentical(Diff, boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not identical</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLIdentical(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)">assertXMLIdentical(String, Diff, boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not identical</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLIdentical(org.custommonkey.xmlunit.Diff, boolean)">assertXMLIdentical(Diff, boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not identical</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLIdentical(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)">assertXMLIdentical(String, Diff, boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the result of an XML comparison is or is not identical</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLNotEqual(InputSource, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, java.lang.String)">assertXMLNotEqual(String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLNotEqual(Document, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.io.Reader, java.io.Reader)">assertXMLNotEqual(Reader, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLNotEqual(String, InputSource, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, java.lang.String, java.lang.String)">assertXMLNotEqual(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLNotEqual(String, Document, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, java.io.Reader, java.io.Reader)">assertXMLNotEqual(String, Reader, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLNotEqual(InputSource, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, java.lang.String)">assertXMLNotEqual(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLNotEqual(Document, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.io.Reader, java.io.Reader)">assertXMLNotEqual(Reader, Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)">assertXMLNotEqual(String, InputSource, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, java.lang.String, java.lang.String)">assertXMLNotEqual(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)">assertXMLNotEqual(String, Document, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, java.io.Reader, java.io.Reader)">assertXMLNotEqual(String, Reader, Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that two XML documents are NOT similar</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.xml.sax.InputSource)">assertXMLValid(InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that an InputSource containing XML contains valid XML:
 the document must contain a DOCTYPE declaration to be validated</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(java.lang.String)">assertXMLValid(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a String containing XML contains valid XML: the String must
 contain a DOCTYPE declaration to be validated</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String)">assertXMLValid(InputSource, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that an InputSource containing XML contains valid XML:
 the document must contain a DOCTYPE to be validated, but the
 validation will use the systemId to obtain the DTD</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(java.lang.String, java.lang.String)">assertXMLValid(String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a String containing XML contains valid XML: the String must
 contain a DOCTYPE to be validated, but the validation will use the
 systemId to obtain the DTD</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String, java.lang.String)">assertXMLValid(InputSource, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a piece of XML contains valid XML: the document
 will be given a DOCTYPE to be validated with the name and
 systemId specified regardless of whether it already contains a
 doctype declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(java.lang.String, java.lang.String, java.lang.String)">assertXMLValid(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a String containing XML contains valid XML: the String will
 be given a DOCTYPE to be validated with the name and systemId specified
 regardless of whether it already contains a doctype declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.custommonkey.xmlunit.Validator)">assertXMLValid(Validator)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a Validator instance returns <code>isValid() == true</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.xml.sax.InputSource)">assertXMLValid(InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a piece of XML contains valid XML: the input must
 contain a DOCTYPE declaration to be validated</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(java.lang.String)">assertXMLValid(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a String containing XML contains valid XML: the String must
 contain a DOCTYPE declaration to be validated</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String)">assertXMLValid(InputSource, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a piece of XML contains valid XML: the document must
 contain a DOCTYPE to be validated, but the validation will use the
 systemId to obtain the DTD</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(java.lang.String, java.lang.String)">assertXMLValid(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a String containing XML contains valid XML: the String must
 contain a DOCTYPE to be validated, but the validation will use the
 systemId to obtain the DTD</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String, java.lang.String)">assertXMLValid(InputSource, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a piece of XML contains valid XML: the document
 will be given a DOCTYPE to be validated with the name and
 systemId specified regardless of whether it already contains a
 doctype declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(java.lang.String, java.lang.String, java.lang.String)">assertXMLValid(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a String containing XML contains valid XML: the String will
 be given a DOCTYPE to be validated with the name and systemId specified
 regardless of whether it already contains a doctype declaration.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.custommonkey.xmlunit.Validator)">assertXMLValid(Validator)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a Validator instance returns <code>isValid() == true</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathEvaluatesTo(String, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert the value of an Xpath expression in an XML document.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, java.lang.String)">assertXpathEvaluatesTo(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert the value of an Xpath expression in an XML String</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathEvaluatesTo(String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert the value of an Xpath expression in an DOM Document</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathEvaluatesTo(String, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert the value of an Xpath expression in an XML String</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, java.lang.String)">assertXpathEvaluatesTo(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert the value of an Xpath expression in an XML String</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathEvaluatesTo(String, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert the value of an Xpath expression in an DOM Document</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathExists(java.lang.String, org.xml.sax.InputSource)">assertXpathExists(String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a specific XPath exists in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathExists(java.lang.String, java.lang.String)">assertXpathExists(String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a specific XPath exists in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathExists(java.lang.String, org.w3c.dom.Document)">assertXpathExists(String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a specific XPath exists in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathExists(java.lang.String, org.xml.sax.InputSource)">assertXpathExists(String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a specific XPath exists in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathExists(java.lang.String, java.lang.String)">assertXpathExists(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a specific XPath exists in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathExists(java.lang.String, org.w3c.dom.Document)">assertXpathExists(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a specific XPath exists in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXPathMatches(String, String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXPathMatches(String, String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String, java.io.Reader)">assertXPathMatches(String, String, String, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXPathMatches(String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String)">assertXPathMatches(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.io.Reader)">assertXPathMatches(String, String, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathNotExists(java.lang.String, org.xml.sax.InputSource)">assertXpathNotExists(String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a specific XPath does NOT exist in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathNotExists(java.lang.String, java.lang.String)">assertXpathNotExists(String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a specific XPath does NOT exist in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathNotExists(java.lang.String, org.w3c.dom.Document)">assertXpathNotExists(String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that a specific XPath does NOT exist in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathNotExists(java.lang.String, org.xml.sax.InputSource)">assertXpathNotExists(String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a specific XPath does NOT exist in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathNotExists(java.lang.String, java.lang.String)">assertXpathNotExists(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a specific XPath does NOT exist in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathNotExists(java.lang.String, org.w3c.dom.Document)">assertXpathNotExists(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that a specific XPath does NOT exist in some given XML</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathsEqual(String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathsEqual(String, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathsEqual(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same XML string are
 equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathsEqual(String, InputSource, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two documents are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathsEqual(String, String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two XML strings are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathsEqual(String, Document, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two documents are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathsEqual(String, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathsEqual(String, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathsEqual(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same XML string are
 equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathsEqual(String, InputSource, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two XML pieces are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathsEqual(String, String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two XML strings are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathsEqual(String, Document, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two documents are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathsNotEqual(String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathsNotEqual(String, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathsNotEqual(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same XML string are NOT
 equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathsNotEqual(String, String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two XML strings are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathsNotEqual(String, InputSource, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two XML strings are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathsNotEqual(String, Document, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two documents are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathsNotEqual(String, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same document are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathsNotEqual(String, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same XML are NOT
 equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathsNotEqual(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in the same XML string are NOT
 equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathsNotEqual(String, InputSource, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two pieces of XML
 are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathsNotEqual(String, String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two XML strings are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathsNotEqual(String, Document, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the node lists of two Xpaths in two documents are NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathValuesEqual(String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same document are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesEqual(String, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
  equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesEqual(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
  equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesEqual(String, InputSource, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesEqual(String, String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathValuesEqual(String, Document, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two documents are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathValuesEqual(String, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same document are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesEqual(String, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML are
  equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesEqual(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
  equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesEqual(String, InputSource, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesEqual(String, String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathValuesEqual(String, Document, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two documents are equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesNotEqual(String, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesNotEqual(String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathValuesNotEqual(String, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same document are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesNotEqual(String, InputSource, String, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesNotEqual(String, String, String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathValuesNotEqual(String, Document, String, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two documents are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesNotEqual(String, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesNotEqual(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)">assertXpathValuesNotEqual(String, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in the same document are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)">assertXpathValuesNotEqual(String, InputSource, String, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertXpathValuesNotEqual(String, String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)">assertXpathValuesNotEqual(String, Document, String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Assert that the evaluation of two Xpaths in two documents are
 NOT equal</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_NAME_NOT_FOUND">ATTR_NAME_NOT_FOUND</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 elements and one has an attribute the other does not</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_NAME_NOT_FOUND_ID">ATTR_NAME_NOT_FOUND_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 elements and one has an attribute the other does not</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_SEQUENCE">ATTR_SEQUENCE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 attribute lists with the same attributes in different sequence</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_SEQUENCE_ID">ATTR_SEQUENCE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 attribute lists with the same attributes in different sequence</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE">ATTR_VALUE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 attributes with the same name but different values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_EXPLICITLY_SPECIFIED">ATTR_VALUE_EXPLICITLY_SPECIFIED</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing an implied attribute value against an explicit value</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_EXPLICITLY_SPECIFIED_ID">ATTR_VALUE_EXPLICITLY_SPECIFIED_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing an implied attribute value against an explicit value</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_ID">ATTR_VALUE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 attributes with the same name but different values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#attributeDifference(org.custommonkey.xmlunit.Difference)">attributeDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>
<div class="block">Delegates to <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><code>textualDifference</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeInputStream.html#available()">available()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</a></dt>
<dd>
<div class="block">InputStream method</div>
</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#buildControlDocument(java.lang.String)">buildControlDocument(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Utility method to build a Document using the control DocumentBuilder
 to parse the specified String.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#buildControlDocument(org.xml.sax.InputSource)">buildControlDocument(InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Utility method to build a Document using the control DocumentBuilder
 and the specified InputSource</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#buildDocument(javax.xml.parsers.DocumentBuilder, java.io.Reader)">buildDocument(DocumentBuilder, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Utility method to build a Document using a specific DocumentBuilder
 and reading characters from a specific Reader.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#buildDocument(javax.xml.parsers.DocumentBuilder, org.xml.sax.InputSource)">buildDocument(DocumentBuilder, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Utility method to build a Document using a specific DocumentBuilder
 and a specific InputSource</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#buildTestDocument(java.lang.String)">buildTestDocument(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Utility method to build a Document using the test DocumentBuilder
 to parse the specified String.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#buildTestDocument(org.xml.sax.InputSource)">buildTestDocument(InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Utility method to build a Document using the test DocumentBuilder
 and the specified InputSource</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#capacity()">capacity()</a></span> - Method in class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Returns the current capacity (the size the buffer can use
 before it needs to grow).</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">CaseInsensitiveDifferenceListener</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Ignores case for all textual content.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html#CaseInsensitiveDifferenceListener(org.custommonkey.xmlunit.DifferenceListener)">CaseInsensitiveDifferenceListener(DifferenceListener)</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">CaseInsensitiveDifferenceListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CDATA_VALUE">CDATA_VALUE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 CDATA sections with different values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CDATA_VALUE_ID">CDATA_VALUE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 CDATA sections with different values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#cdataDifference(org.custommonkey.xmlunit.Difference)">cdataDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>
<div class="block">Delegates to <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><code>textualDifference</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#characters(char[], int, int)">characters(char[], int, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">ContentHandler method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODE_NOT_FOUND">CHILD_NODE_NOT_FOUND</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes and one holds more childnodes than can be
 matched against child nodes of the other.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODE_NOT_FOUND_ID">CHILD_NODE_NOT_FOUND_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes and one holds more childnodes than can be
 matched against child nodes of the other.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_LENGTH">CHILD_NODELIST_LENGTH</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different numbers of children</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_LENGTH_ID">CHILD_NODELIST_LENGTH_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different numbers of children</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_SEQUENCE">CHILD_NODELIST_SEQUENCE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with children whose nodes are in different sequence</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_SEQUENCE_ID">CHILD_NODELIST_SEQUENCE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with children whose nodes are in different sequence</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#clearParameters()">clearParameters()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Clear parameters used for the transformation</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#clearTrackedAttribute()">clearTrackedAttribute()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Call after processing attributes of an element and turining to
 compare the child nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeInputStream.html#close()">close()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeReader.html#close()">close()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeInputStream.html#close()">close()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</a></dt>
<dd>
<div class="block">InputStream method
 Note that calling close allows a repeated read of the content</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#CLOSE_NODE">CLOSE_NODE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"&gt;"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#comment(char[], int, int)">comment(char[], int, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">LexicalHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#COMMENT_VALUE">COMMENT_VALUE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 comments with different values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#COMMENT_VALUE_ID">COMMENT_VALUE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 comments with different values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#commentDifference(org.custommonkey.xmlunit.Difference)">commentDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>
<div class="block">Delegates to <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><code>textualDifference</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#compare()">compare()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Top of the recursive comparison execution tree</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compare(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)">compare(Node, Node, DifferenceListener, ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Entry point for Node comparison testing.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compare(java.lang.Object, java.lang.Object, org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.Difference)">compare(Object, Object, Node, Node, DifferenceListener, Difference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">If the expected and actual values are unequal then inform the listener of
  a difference and throw a DifferenceFoundException.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compare(java.lang.Object, java.lang.Object, org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.Difference, org.custommonkey.xmlunit.XpathNodeTracker, org.custommonkey.xmlunit.XpathNodeTracker)">compare(Object, Object, Node, Node, DifferenceListener, Difference, XpathNodeTracker, XpathNodeTracker)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">If the expected and actual values are unequal then inform the listener of
  a difference and throw a DifferenceFoundException.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareAttribute(org.w3c.dom.Attr, org.w3c.dom.Attr, org.custommonkey.xmlunit.DifferenceListener)">compareAttribute(Attr, Attr, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two attributes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareCDataSection(org.w3c.dom.CDATASection, org.w3c.dom.CDATASection, org.custommonkey.xmlunit.DifferenceListener)">compareCDataSection(CDATASection, CDATASection, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two CDATA sections - unused, kept for backwards compatibility</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareComment(org.w3c.dom.Comment, org.w3c.dom.Comment, org.custommonkey.xmlunit.DifferenceListener)">compareComment(Comment, Comment, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two comments</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareDocument(org.w3c.dom.Document, org.w3c.dom.Document, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)">compareDocument(Document, Document, DifferenceListener, ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two Documents for doctype and then element differences</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareDocumentType(org.w3c.dom.DocumentType, org.w3c.dom.DocumentType, org.custommonkey.xmlunit.DifferenceListener)">compareDocumentType(DocumentType, DocumentType, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two DocumentType nodes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareElement(org.w3c.dom.Element, org.w3c.dom.Element, org.custommonkey.xmlunit.DifferenceListener)">compareElement(Element, Element, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare 2 elements and their attributes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareHasChildNodes(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener)">compareHasChildNodes(Node, Node, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare the number of children, and if the same, compare the actual
  children via their NodeLists.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNode(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)">compareNode(Node, Node, DifferenceListener, ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">First point of call: if nodes are comparable it compares node values then
  recurses to compare node children.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeBasics(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener)">compareNodeBasics(Node, Node, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compares node type and node namespace characteristics: basically
 determines if nodes are comparable further</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeChildren(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)">compareNodeChildren(Node, Node, DifferenceListener, ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare the number of children, and if the same, compare the actual
  children via their NodeLists.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeList(org.w3c.dom.NodeList, org.w3c.dom.NodeList, int, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)">compareNodeList(NodeList, NodeList, int, DifferenceListener, ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the version with List arguments instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeList(java.util.List, java.util.List, int, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)">compareNodeList(List, List, int, DifferenceListener, ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare the contents of two node list one by one, assuming that order
 of children is NOT important: matching begins at same position in test
 list as control list.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareProcessingInstruction(org.w3c.dom.ProcessingInstruction, org.w3c.dom.ProcessingInstruction, org.custommonkey.xmlunit.DifferenceListener)">compareProcessingInstruction(ProcessingInstruction, ProcessingInstruction, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two processing instructions</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareRecognizedXMLSchemaInstanceAttribute(org.w3c.dom.Attr, org.w3c.dom.Attr, org.custommonkey.xmlunit.DifferenceListener)">compareRecognizedXMLSchemaInstanceAttribute(Attr, Attr, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare two attributes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareText(org.w3c.dom.Text, org.w3c.dom.Text, org.custommonkey.xmlunit.DifferenceListener)">compareText(Text, Text, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare text - unused, kept for backwards compatibility</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compareText(org.w3c.dom.CharacterData, org.w3c.dom.CharacterData, org.custommonkey.xmlunit.DifferenceListener)">compareText(CharacterData, CharacterData, DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Compare text</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(org.xml.sax.InputSource, org.xml.sax.InputSource)">compareXML(InputSource, InputSource)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Compare XML documents provided by two InputSource classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.io.Reader, java.io.Reader)">compareXML(Reader, Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Compare XML documents provided by two Reader classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.lang.String, java.io.Reader)">compareXML(String, Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Compare XML documents provided by two Reader classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.io.Reader, java.lang.String)">compareXML(Reader, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Compare XML documents provided by two Reader classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.lang.String, java.lang.String)">compareXML(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Compare two XML documents provided as strings</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(org.w3c.dom.Document, org.w3c.dom.Document)">compareXML(Document, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Compare two XML documents provided as strings</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(org.xml.sax.InputSource, org.xml.sax.InputSource)">compareXML(InputSource, InputSource)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Compare XML documents provided by two InputSource classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.io.Reader, java.io.Reader)">compareXML(Reader, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Compare XML documents provided by two Reader classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.lang.String, java.io.Reader)">compareXML(String, Reader)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Compare XML documents provided by two Reader classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.io.Reader, java.lang.String)">compareXML(Reader, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Compare XML documents provided by two Reader classes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.lang.String, java.lang.String)">compareXML(String, String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Compare two XML documents provided as strings</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(org.w3c.dom.Document, org.w3c.dom.Document)">compareXML(Document, Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Compare two XML documents provided as strings</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/ComparisonController.html" title="interface in org.custommonkey.xmlunit"><span class="strong">ComparisonController</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Callback interface used by DifferenceEngine to determine whether to halt the 
 node-by-node comparison of two pieces of XML</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions"><span class="strong">ConfigurationException</span></a> - Exception in <a href="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</a></dt>
<dd>
<div class="block">Exception thrown when an XML parser-, transformer- or XPath-factory
 throws a configuration exception.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html#ConfigurationException(java.lang.Throwable)">ConfigurationException(Throwable)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions">ConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html#ConfigurationException(java.lang.String)">ConfigurationException(String)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions">ConfigurationException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/CountingNodeTester.html" title="class in org.custommonkey.xmlunit"><span class="strong">CountingNodeTester</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples"><code>CountingNodeTester</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/CountingNodeTester.html#CountingNodeTester(int)">CountingNodeTester(int)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/CountingNodeTester.html" title="class in org.custommonkey.xmlunit">CountingNodeTester</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">CountingNodeTester</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Counts the number of nodes in a document to allow assertions to be made
  using a NodeTest.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#CountingNodeTester(int)">CountingNodeTester(int)</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit"><span class="strong">DetailedDiff</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Compares and describes all the differences between two XML documents.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DetailedDiff.html#DetailedDiff(org.custommonkey.xmlunit.Diff)">DetailedDiff(Diff)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</a></dt>
<dd>
<div class="block">Create a new instance based on a prototypical Diff instance</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit"><span class="strong">Diff</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Compares and describes any difference between XML documents.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(java.lang.String, java.lang.String)">Diff(String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML in two Strings</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(java.io.Reader, java.io.Reader)">Diff(Reader, Reader)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML read from two Readers</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(org.w3c.dom.Document, org.w3c.dom.Document)">Diff(Document, Document)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML in two Documents</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(java.lang.String, org.custommonkey.xmlunit.Transform)">Diff(String, Transform)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML in a control Document against the
 result of a transformation</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(org.xml.sax.InputSource, org.xml.sax.InputSource)">Diff(InputSource, InputSource)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML read from two JAXP InputSources</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(javax.xml.transform.dom.DOMSource, javax.xml.transform.dom.DOMSource)">Diff(DOMSource, DOMSource)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML in two JAXP DOMSources</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(org.w3c.dom.Document, org.w3c.dom.Document, org.custommonkey.xmlunit.DifferenceEngine)">Diff(Document, Document, DifferenceEngine)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML in two Documents using a specific
 DifferenceEngine</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(org.w3c.dom.Document, org.w3c.dom.Document, org.custommonkey.xmlunit.DifferenceEngine, org.custommonkey.xmlunit.ElementQualifier)">Diff(Document, Document, DifferenceEngine, ElementQualifier)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff that compares the XML in two Documents using a specific
 DifferenceEngine and ElementQualifier</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#Diff(org.custommonkey.xmlunit.Diff)">Diff(Diff)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Construct a Diff from a prototypical instance.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit"><span class="strong">Difference</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Value object that describes a difference between DOM Nodes using one of
 the DifferenceConstants ID values and a NodeDetail instance.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#Difference(int, java.lang.String)">Difference(int, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>
<div class="block">Constructor for non-similar Difference instances</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#Difference(int, java.lang.String, boolean)">Difference(int, String, boolean)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>
<div class="block">Constructor for similar Difference instances</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#Difference(org.custommonkey.xmlunit.Difference, org.custommonkey.xmlunit.NodeDetail, org.custommonkey.xmlunit.NodeDetail)">Difference(Difference, NodeDetail, NodeDetail)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>
<div class="block">Copy constructor using prototype Difference and
 encountered NodeDetails</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit"><span class="strong">DifferenceConstants</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Constants for describing differences between DOM Nodes.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit"><span class="strong">DifferenceEngine</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Class that has responsibility for comparing Nodes and notifying a
 DifferenceListener of any differences or dissimilarities that are found.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#DifferenceEngine(org.custommonkey.xmlunit.ComparisonController)">DifferenceEngine(ComparisonController)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Simple constructor that uses no MatchTracker at all.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#DifferenceEngine(org.custommonkey.xmlunit.ComparisonController, org.custommonkey.xmlunit.MatchTracker)">DifferenceEngine(ComparisonController, MatchTracker)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>
<div class="block">Simple constructor</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/DifferenceEngine.DifferenceFoundException.html" title="class in org.custommonkey.xmlunit"><span class="strong">DifferenceEngine.DifferenceFoundException</span></a> - Exception in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Marker exception thrown by the protected compare() method and passed
 upwards through the call stack to the public compare() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DetailedDiff.html#differenceFound(org.custommonkey.xmlunit.Difference)">differenceFound(Difference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</a></dt>
<dd>
<div class="block">DifferenceListener implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#differenceFound(org.custommonkey.xmlunit.Difference)">differenceFound(Difference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">DifferenceListener implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceListener.html#differenceFound(org.custommonkey.xmlunit.Difference)">differenceFound(Difference)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></dt>
<dd>
<div class="block">Receive notification that 2 nodes are different.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#differenceFound(org.custommonkey.xmlunit.Difference)">differenceFound(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>
<div class="block">Delegates to the nested DifferenceListener unless the
 Difference is of type <a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_ID"><code>ATTR_VALUE_ID</code></a>, <a href="./org/custommonkey/xmlunit/DifferenceConstants.html#CDATA_VALUE_ID"><code>CDATA_VALUE_ID</code></a>, <a href="./org/custommonkey/xmlunit/DifferenceConstants.html#COMMENT_VALUE_ID"><code>COMMENT_VALUE_ID</code></a> or <a href="./org/custommonkey/xmlunit/DifferenceConstants.html#TEXT_VALUE_ID"><code>TEXT_VALUE_ID</code></a> - for those special differences <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#attributeDifference(org.custommonkey.xmlunit.Difference)"><code>attributeDifference</code></a>, <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#cdataDifference(org.custommonkey.xmlunit.Difference)"><code>cdataDifference</code></a>, <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#commentDifference(org.custommonkey.xmlunit.Difference)"><code>commentDifference</code></a> or <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textDifference(org.custommonkey.xmlunit.Difference)"><code>textDifference</code></a>
 are invoked respectively.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html#differenceFound(org.custommonkey.xmlunit.Difference)">differenceFound(Difference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit"><span class="strong">DifferenceListener</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Listener for callbacks from a
 <a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compare(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><code>DifferenceEngine comparison</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_NAME">DOCTYPE_NAME</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 document types with different names</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_NAME_ID">DOCTYPE_NAME_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 document types with different names</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_PUBLIC_ID">DOCTYPE_PUBLIC_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 document types with different public identifiers</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_PUBLIC_ID_ID">DOCTYPE_PUBLIC_ID_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 document types with different public identifiers</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_SYSTEM_ID">DOCTYPE_SYSTEM_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 document types with different system identifiers</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_SYSTEM_ID_ID">DOCTYPE_SYSTEM_ID_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 document types with different system identifiers</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit"><span class="strong">DoctypeInputStream</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Adapts the marked-up content in a source InputStream to specify that it
 conforms to a different DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeInputStream.html#DoctypeInputStream(java.io.InputStream, java.lang.String, java.lang.String, java.lang.String)">DoctypeInputStream(InputStream, String, String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</a></dt>
<dd>
<div class="block">Create an InputStream whose XML content is provided by the
 originalSource with the exception of the DOCTYPE which is
 provided by the doctypeName and systemID.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit"><span class="strong">DoctypeReader</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Adapts the marked-up content in a source Reader to specify that it
 conforms to a different DTD.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeReader.html#DoctypeReader(java.io.Reader, java.lang.String, java.lang.String)">DoctypeReader(Reader, String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></dt>
<dd>
<div class="block">Create a Reader whose XML content is provided by the originalSource with
 the exception of the DOCTYPE which is provided by the doctypeName
 and systemID.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#DOCUMENT_NODE_DESCRIPTION">DOCUMENT_NODE_DESCRIPTION</a></span> - Static variable in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_NUM_ATTRIBUTES">ELEMENT_NUM_ATTRIBUTES</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 elements with different number of attributes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_NUM_ATTRIBUTES_ID">ELEMENT_NUM_ATTRIBUTES_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 elements with different number of attributes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_TAG_NAME">ELEMENT_TAG_NAME</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 elements with different tag names</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_TAG_NAME_ID">ELEMENT_TAG_NAME_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 elements with different tag names</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit"><span class="strong">ElementNameAndAttributeQualifier</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">More complex interface implementation that tests two elements for tag name
 and attribute name comparability.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#ElementNameAndAttributeQualifier()">ElementNameAndAttributeQualifier()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</a></dt>
<dd>
<div class="block">No-args constructor: use all attributes from all elements to determine
 whether elements qualify for comparability</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#ElementNameAndAttributeQualifier(java.lang.String)">ElementNameAndAttributeQualifier(String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</a></dt>
<dd>
<div class="block">Simple constructor for a single qualifying attribute name</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#ElementNameAndAttributeQualifier(java.lang.String[])">ElementNameAndAttributeQualifier(String[])</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</a></dt>
<dd>
<div class="block">Extended constructor for multiple qualifying attribute names</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit"><span class="strong">ElementNameAndTextQualifier</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">More complex interface implementation that tests two elements for tag name
 and text content comparability.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#ElementNameAndTextQualifier()">ElementNameAndTextQualifier()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit"><span class="strong">ElementNameQualifier</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Simple interface implementation that tests two elements for name
 comparability.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameQualifier.html#ElementNameQualifier()">ElementNameQualifier()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/ElementQualifier.html" title="interface in org.custommonkey.xmlunit"><span class="strong">ElementQualifier</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Interface used by the DifferenceEngine class to determine which elements can
 be compared within a NodeList of child nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#EMPTY_CONTEXT">EMPTY_CONTEXT</a></span> - Static variable in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</a></dt>
<dd>
<div class="block">An empty context containing no prefixes at all.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#END_CDATA">END_CDATA</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"]]"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#END_COMMENT">END_COMMENT</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"--""</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#END_PROCESSING_INSTRUCTION">END_PROCESSING_INSTRUCTION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"?"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endCDATA()">endCDATA()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled LexicalHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endDocument()">endDocument()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endDTD()">endDTD()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled LexicalHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endEntity(java.lang.String)">endEntity(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled LexicalHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endPrefixMapping(java.lang.String)">endPrefixMapping(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>
<div class="block">Now that Differences can be constructed from prototypes
 we need to be able to compare them to those in DifferenceConstants</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameQualifier.html#equalsNamespace(org.w3c.dom.Node, org.w3c.dom.Node)">equalsNamespace(Node, Node)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</a></dt>
<dd>
<div class="block">Determine whether two nodes are defined by the same namespace URI</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#error(org.xml.sax.SAXParseException)">error(SAXParseException)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">ErrorHandler interface method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#evaluate(java.lang.String, org.w3c.dom.Document)">evaluate(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</a></dt>
<dd>
<div class="block">Evaluate the result of executing the specified xpath syntax
 <code>select</code> expression on the specified document</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html#evaluate(java.lang.String, org.w3c.dom.Document)">evaluate(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></dt>
<dd>
<div class="block">Evaluate the result of executing the specified xpath syntax
 <code>select</code> expression on the specified document</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathEngine.html#evaluate(java.lang.String, org.w3c.dom.Document)">evaluate(String, Document)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</a></dt>
<dd>
<div class="block">Evaluate the result of executing the specified xpath syntax
 <code>select</code> expression on the specified document</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#extractText(org.w3c.dom.Element)">extractText(Element)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Extract the normalized text from within an element</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#fatalError(org.xml.sax.SAXParseException)">fatalError(SAXParseException)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">ErrorHandler interface method.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">FloatingPointTolerantDifferenceListener</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Expects texts to be floating point numbers and treats them as
 identical if they only differ by a given tolerance value (or less).</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html#FloatingPointTolerantDifferenceListener(org.custommonkey.xmlunit.DifferenceListener, double)">FloatingPointTolerantDifferenceListener(DifferenceListener, double)</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">FloatingPointTolerantDifferenceListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#flush()">flush()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Swing-HTML-parser template method, no ContentHandler equivalent</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DetailedDiff.html#getAllDifferences()">getAllDifferences()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</a></dt>
<dd>
<div class="block">Obtain all the differences found by this instance</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html#getCause()">getCause()</a></span> - Method in exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitException</a></dt>
<dd>
<div class="block">Root cause of the exception, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html#getCause()">getCause()</a></span> - Method in exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</a></dt>
<dd>
<div class="block">Root cause of the exception, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getCompareUnmatched()">getCompareUnmatched()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether unmatched control nodes should be compared to unmatched
 test nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeInputStream.html#getContent(java.lang.String)">getContent(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeReader.html#getContent()">getContent()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getControlDocumentBuilderFactory()">getControlDocumentBuilderFactory()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the <code>DocumentBuilderFactory</code> instance used to instantiate
 parsers for the control XML in an XMLTestCase.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getControlEntityResolver()">getControlEntityResolver()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Obtains the EntityResolver to be added to all new control parsers.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#getControlNodeDetail()">getControlNodeDetail()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getControlParser()">getControlParser()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use newControlParser()</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#getDescription()">getDescription()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#getDocument()">getDocument()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getExpandEntityReferences()">getExpandEntityReferences()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether the parser shall be instructed to expand entity references.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#getId()">getId()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreAttributeOrder()">getIgnoreAttributeOrder()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether to ignore the order of attributes on an element.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreComments()">getIgnoreComments()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether comments should be ignored.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreDiffBetweenTextAndCDATA()">getIgnoreDiffBetweenTextAndCDATA()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether CDATA sections and Text nodes should be considered the same.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreWhitespace()">getIgnoreWhitespace()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether to ignore whitespace when comparing node values.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#getInstanceErrors(javax.xml.transform.Source)">getInstanceErrors(Source)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">Obtain a list of all errors in the given instance.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#getMatchingNodes(java.lang.String, org.w3c.dom.Document)">getMatchingNodes(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</a></dt>
<dd>
<div class="block">Execute the specified xpath syntax <code>select</code> expression
 on the specified document and return the list of nodes (could have
 length zero) that match</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html#getMatchingNodes(java.lang.String, org.w3c.dom.Document)">getMatchingNodes(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></dt>
<dd>
<div class="block">Execute the specified xpath syntax <code>select</code> expression
 on the specified document and return the list of nodes (could have
 length zero) that match</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathEngine.html#getMatchingNodes(java.lang.String, org.w3c.dom.Document)">getMatchingNodes(String, Document)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</a></dt>
<dd>
<div class="block">Execute the specified xpath syntax <code>select</code> expression
 on the specified document and return the list of nodes (could have
 length zero) that match</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTestException.html#getMessage()">getMessage()</a></span> - Method in exception org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#getNamespaceURI(java.lang.String)">getNamespaceURI(String)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NamespaceContext.html#getNamespaceURI(java.lang.String)">getNamespaceURI(String)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit">NamespaceContext</a></dt>
<dd>
<div class="block">Obtain the URI for a given prefix.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#getNamespaceURI(java.lang.String)">getNamespaceURI(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDetail.html#getNode()">getNode()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</a></dt>
<dd>
<div class="block">Returns the node.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTestException.html#getNode()">getNode()</a></span> - Method in exception org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameQualifier.html#getNonNamespacedNodeName(org.w3c.dom.Node)">getNonNamespacedNodeName(Node)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</a></dt>
<dd>
<div class="block">Strip any namespace information off a node name</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getNormalize()">getNormalize()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether Text nodes should be normalized.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getNormalizeWhitespace()">getNormalizeWhitespace()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether whitespace characters inside text nodes or attributes
 should be "normalized".</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#getParameter(java.lang.String)">getParameter(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">See a parameter used for the transformation</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#getPrefix(java.lang.String)">getPrefix(String)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#getPrefixes(java.lang.String)">getPrefixes(String)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NamespaceContext.html#getPrefixes()">getPrefixes()</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit">NamespaceContext</a></dt>
<dd>
<div class="block">Get all prefixes of this context.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#getPrefixes()">getPrefixes()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#getResultDocument()">getResultDocument()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Perform the XSLT transformation specified in the constructor</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#getResultString()">getResultString()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Perform the XSLT transformation specified in the constructor</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getSAXParserFactory()">getSAXParserFactory()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the SAX parser to use in tests.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#getSchemaErrors()">getSchemaErrors()</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">Obtain a list of all errors in the schema defintion.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getStripCommentsTransform(org.w3c.dom.Document)">getStripCommentsTransform(Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Obtain the transformation that will strip comments from a DOM.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getStripWhitespaceTransform(org.w3c.dom.Document)">getStripWhitespaceTransform(Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Obtain the transformation that will strip whitespace from a DOM
 containing empty Text nodes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getTestDocumentBuilderFactory()">getTestDocumentBuilderFactory()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the <code>DocumentBuilderFactory</code> instance used to instantiate
 parsers for the test XML in an XMLTestCase.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#getTestNodeDetail()">getTestNodeDetail()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getTestParser()">getTestParser()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use newTestParser()</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#getTrace()">getTrace()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#getTrace()">getTrace()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getTransformerFactory()">getTransformerFactory()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the transformer to use for XSLT transformations (and by
 implication serialization and XPaths).</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getURIResolver()">getURIResolver()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Gets the URIResolver used during Transformations.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDetail.html#getValue()">getValue()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</a></dt>
<dd>
<div class="block">Returns the value.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getVersion()">getVersion()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Place holder for current version info.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getWhitespaceStrippedDocument(org.w3c.dom.Document)">getWhitespaceStrippedDocument(Document)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Returns a new Document instance that is identical to the one
 passed in with element content whitespace removed.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getXPathFactory()">getXPathFactory()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Gets the class to use as XPathFactory when using JAXP 1.3.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDetail.html#getXpathLocation()">getXpathLocation()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</a></dt>
<dd>
<div class="block">Returns the xpathLocation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getXpathNamespaceContext()">getXpathNamespaceContext()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the NamespaceContext to use in XPath tests.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html#getXPathResultAsDocument(java.lang.String, org.w3c.dom.Document)">getXPathResultAsDocument(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></dt>
<dd>
<div class="block">Execute the copy-of transform and return the resulting Document.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html#getXPathResultNode(java.lang.String, org.w3c.dom.Document)">getXPathResultNode(String, Document)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></dt>
<dd>
<div class="block">Testable method to execute the copy-of transform and return the root
 node of the resulting Document.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#getXSLTVersion()">getXSLTVersion()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">The XSLT version set on stylesheets used internally.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ComparisonController.html#haltComparison(org.custommonkey.xmlunit.Difference)">haltComparison(Difference)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ComparisonController.html" title="interface in org.custommonkey.xmlunit">ComparisonController</a></dt>
<dd>
<div class="block">Determine whether a Difference that the listener has been notified of
  should halt further XML comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DetailedDiff.html#haltComparison(org.custommonkey.xmlunit.Difference)">haltComparison(Difference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</a></dt>
<dd>
<div class="block">ComparisonController implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#haltComparison(org.custommonkey.xmlunit.Difference)">haltComparison(Difference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">ComparisonController implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleComment(char[], int)">handleComment(char[], int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Equivalent to Sax LexicalHandler <code>comment</code> method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleEndTag(javax.swing.text.html.HTML.Tag, int)">handleEndTag(HTML.Tag, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Equivalent to Sax <code>endElement</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleError(java.lang.String, int)">handleError(String, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Swing-HTML-parser template method, no ContentHandler equivalent.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleSimpleTag(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet, int)">handleSimpleTag(HTML.Tag, MutableAttributeSet, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Equivalent to Sax <code>startElement</code> plus
 <code>endElement</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleStartTag(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet, int)">handleStartTag(HTML.Tag, MutableAttributeSet, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Equivalent to Sax <code>startElement</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleText(char[], int)">handleText(char[], int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Equivalent to Sax <code>characters</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_CHILD_NODES">HAS_CHILD_NODES</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes but only one has any children</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_CHILD_NODES_ID">HAS_CHILD_NODES_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes but only one has any children</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_DOCTYPE_DECLARATION">HAS_DOCTYPE_DECLARATION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 Documents only one of which has a doctype</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_DOCTYPE_DECLARATION_ID">HAS_DOCTYPE_DECLARATION_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 Documents only one of which has a doctype</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#hashCode()">hashCode()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>
<div class="block">hashcode implementation to go with equals.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTestException.html#hasNode()">hasNode()</a></span> - Method in exception org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit"><span class="strong">HTMLDocumentBuilder</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Build a DOM document from HTML content converting from 'plain' HTML into
 'XHTML' along the way with the help of a TolerantSaxDocumentBuilder and
 the Swing html parser classes.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#HTMLDocumentBuilder(org.custommonkey.xmlunit.TolerantSaxDocumentBuilder)">HTMLDocumentBuilder(TolerantSaxDocumentBuilder)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit"><span class="strong">HTMLDocumentBuilder.SwingEvent2SaxAdapter</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Adapts Swing HTML callback messages to Sax equivalents, passing them
 to a Sax-aware ContentHandler.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#HTMLDocumentBuilder.SwingEvent2SaxAdapter()">HTMLDocumentBuilder.SwingEvent2SaxAdapter()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#identical()">identical()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Return the result of a comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#ignorableWhitespace(char[], int, int)">ignorableWhitespace(char[], int, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled ContentHandler method</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit"><span class="strong">IgnoreTextAndAttributeValuesDifferenceListener</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Class to use when performing a Diff that only compares the 
 structure of 2 pieces of XML, i.e.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html#IgnoreTextAndAttributeValuesDifferenceListener()">IgnoreTextAndAttributeValuesDifferenceListener()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#indent()">indent()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Call before examining child nodes one level of indentation into DOM</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#indexOf(int[])">indexOf(int[])</a></span> - Method in class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">finds sequence in current buffer.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util"><span class="strong">IntegerBuffer</span></a> - Class in <a href="./org/custommonkey/xmlunit/util/package-summary.html">org.custommonkey.xmlunit.util</a></dt>
<dd>
<div class="block">Simplistic dynamically growing buffer of integers used by DoctypeSupport.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#IntegerBuffer()">IntegerBuffer()</a></span> - Constructor for class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Creates a new buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#IntegerBuffer(int)">IntegerBuffer(int)</a></span> - Constructor for class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Creates a new buffer with the given initial capacity.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#isInstanceValid(javax.xml.transform.Source)">isInstanceValid(Source)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">Is the given schema instance valid according to the configured
 schema definition(s)?</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#isRecoverable()">isRecoverable()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#isSchemaValid()">isSchemaValid()</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">Is the given schema definition valid?</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#isValid()">isValid()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Perform the validation of the source against DTD / Schema.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#JAVA5_XSLTC_FACTORY_NAME">JAVA5_XSLTC_FACTORY_NAME</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">Factory class of the XSLTC version shipping with JDK 1.5 which
 is pretty broken.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13"><span class="strong">Jaxp13XpathEngine</span></a> - Class in <a href="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</a></dt>
<dd>
<div class="block">XPath engine based on javax.xml.xpath.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#Jaxp13XpathEngine()">Jaxp13XpathEngine()</a></span> - Constructor for class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/JAXPConstants.html" title="class in org.custommonkey.xmlunit"><span class="strong">JAXPConstants</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Utility constant class for JAXP-defined constants.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/JAXPConstants.html#JAXPConstants()">JAXPConstants()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/JAXPConstants.html" title="class in org.custommonkey.xmlunit">JAXPConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit"><span class="strong">JAXPConstants.Properties</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Utility constant class for JAXP Properties, typically used with
 <code>XMLReader#setProperty(String, Object)</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html#JAXPConstants.Properties()">JAXPConstants.Properties()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/MatchTracker.html#matchFound(org.custommonkey.xmlunit.Difference)">matchFound(Difference)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/MatchTracker.html" title="interface in org.custommonkey.xmlunit">MatchTracker</a></dt>
<dd>
<div class="block">Receive notification that 2 match.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/MatchTracker.html" title="interface in org.custommonkey.xmlunit"><span class="strong">MatchTracker</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Listener for callbacks from a <a href="./org/custommonkey/xmlunit/DifferenceEngine.html#compare(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><code>DifferenceEngine comparison</code></a> that is notified on each and every
 comparision that resulted in a match.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">MultiLevelElementNameAndTextQualifier</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Per popular request an interface implementation that uses element
 names and the text node containes in the n'th child node to compare
 elements.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html#MultiLevelElementNameAndTextQualifier(int)">MultiLevelElementNameAndTextQualifier(int)</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Uses element names and the text nested <code>levels</code>
 child elements deeper into the element to compare elements.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html#MultiLevelElementNameAndTextQualifier(int, boolean)">MultiLevelElementNameAndTextQualifier(int, boolean)</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Uses element names and the text nested <code>levels</code>
 child elements deeper into the element to compare elements.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_PREFIX">NAMESPACE_PREFIX</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different namespace prefixes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_PREFIX_ID">NAMESPACE_PREFIX_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different namespace prefixes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_URI">NAMESPACE_URI</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different namespace URIs</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_URI_ID">NAMESPACE_URI_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different namespace URIs</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit"><span class="strong">NamespaceContext</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Interface used by XpathEngine in order to map prefixes to namespace URIs.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#newControlParser()">newControlParser()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the <code>DocumentBuilder</code> instance used to parse the control
 XML in an XMLTestCase.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#newTestParser()">newTestParser()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Get the <code>DocumentBuilder</code> instance used to parse the test XML
 in an XMLTestCase.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#newXpathEngine()">newXpathEngine()</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Obtains an XpathEngine to use in XPath tests.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NO_NAMESPACE_SCHEMA_LOCATION">NO_NAMESPACE_SCHEMA_LOCATION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different xsi:noNamespaceSchemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NO_NAMESPACE_SCHEMA_LOCATION_ID">NO_NAMESPACE_SCHEMA_LOCATION_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different xsi:noNamespaceSchemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NODE_TYPE">NODE_TYPE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different node types</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#NODE_TYPE_ID">NODE_TYPE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different node types</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit"><span class="strong">NodeDescriptor</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Class for describing Nodes</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDescriptor.html#NodeDescriptor()">NodeDescriptor()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit"><span class="strong">NodeDetail</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Parameter class for holding information about a <code>Node</code> within
 a Difference instance</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeDetail.html#NodeDetail(java.lang.String, org.w3c.dom.Node, java.lang.String)">NodeDetail(String, Node, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</a></dt>
<dd>
<div class="block">Constructor for NodeDetail.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit"><span class="strong">NodeInputStream</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Adapter class to present the content of a DOM Node (e.g.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeInputStream.html#NodeInputStream(org.w3c.dom.Node)">NodeInputStream(Node)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</a></dt>
<dd>
<div class="block">Simple constructor</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeInputStream.html#NodeInputStream(org.w3c.dom.Node, java.util.Properties)">NodeInputStream(Node, Properties)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</a></dt>
<dd>
<div class="block">Simple constructor</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit"><span class="strong">NodeTest</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Encapsulation of the Node-by-Node testing of a DOM Document
 Uses a nodetype-specific <code>NodeFilter</code> to pass the DOM Nodes
 to a NodeTester instance that performs the acual Node validation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(java.lang.String)">NodeTest(String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Construct a NodeTest for the DOM built using the String and JAXP</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(java.io.Reader)">NodeTest(Reader)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Construct a NodeTest for the DOM built using the Reader and JAXP</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(org.xml.sax.InputSource)">NodeTest(InputSource)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Construct a NodeTest for the DOM built using the InputSource.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(org.w3c.dom.Document)">NodeTest(Document)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Construct a NodeTest for the specified Document</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(org.w3c.dom.traversal.DocumentTraversal, org.w3c.dom.Node)">NodeTest(DocumentTraversal, Node)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Construct a NodeTest using the specified DocumentTraversal, starting at
 the specified root node</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit"><span class="strong">NodeTester</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Perform Node-by-Node validation of a DOM Document.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit"><span class="strong">NodeTestException</span></a> - Exception in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Thrown by a NodeTest that fails.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTestException.html#NodeTestException(java.lang.String, org.w3c.dom.Node)">NodeTestException(String, Node)</a></span> - Constructor for exception org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</a></dt>
<dd>
<div class="block">Constructor for specific node and message</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTestException.html#NodeTestException(java.lang.String)">NodeTestException(String)</a></span> - Constructor for exception org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</a></dt>
<dd>
<div class="block">Constructor for message only</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#noMoreNodes(org.custommonkey.xmlunit.NodeTest)">noMoreNodes(NodeTest)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Validate that the Nodes validated one-by-one in the <code>isValid</code>
 method were all the Nodes expected.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#noMoreNodes(org.custommonkey.xmlunit.NodeTest)">noMoreNodes(NodeTest)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</a></dt>
<dd>
<div class="block">Called by NodeTest when all nodes have been iterated over: time to see
 if all the nodes that were expected were found.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTester.html#noMoreNodes(org.custommonkey.xmlunit.NodeTest)">noMoreNodes(NodeTest)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit">NodeTester</a></dt>
<dd>
<div class="block">Validate that the Nodes passed one-by-one to the <code>testNode</code>
 method were all the Nodes expected.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#OPEN_END_NODE">OPEN_END_NODE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"&lt;/"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#OPEN_START_NODE">OPEN_START_NODE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"&lt;"</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a> - package org.custommonkey.xmlunit</dt>
<dd>
<div class="block">Contains XMLUnit classes and interfaces.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a> - package org.custommonkey.xmlunit.examples</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</a> - package org.custommonkey.xmlunit.exceptions</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</a> - package org.custommonkey.xmlunit.jaxp13</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/util/package-summary.html">org.custommonkey.xmlunit.util</a> - package org.custommonkey.xmlunit.util</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#outdent()">outdent()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Call after examining child nodes, ie before returning back one level of indentation from DOM</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#overrideDifferenceListener(org.custommonkey.xmlunit.DifferenceListener)">overrideDifferenceListener(DifferenceListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Override the <code>DifferenceListener</code> used to determine how 
 to handle differences that are found.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#overrideElementQualifier(org.custommonkey.xmlunit.ElementQualifier)">overrideElementQualifier(ElementQualifier)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Override the <code>ElementQualifier</code> used to determine which
 control and test nodes are comparable for this difference comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#overrideMatchTracker(org.custommonkey.xmlunit.MatchTracker)">overrideMatchTracker(MatchTracker)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Override the <code>MatchTracker</code> used to track
 successfully matched nodes.</div>
</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#parse(java.io.Reader)">parse(Reader)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#parse(java.lang.String)">parse(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#parse(java.io.Reader, org.xml.sax.ContentHandler)">parse(Reader, ContentHandler)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</a></dt>
<dd>
<div class="block">Perform Swing-HTML-parse-event-to-Sax-event conversion</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#performTest(org.custommonkey.xmlunit.NodeTester, short)">performTest(NodeTester, short)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Does this NodeTest pass using the specified NodeTester instance?</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTest.html#performTest(org.custommonkey.xmlunit.NodeTester, short[])">performTest(NodeTester, short[])</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></dt>
<dd>
<div class="block">Does this NodeTest pass using the specified NodeTester instance?</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#preloadChildList(java.util.List)">preloadChildList(List)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Preload the items in a List by visiting each in turn
 Required for pieces of test XML whose node children can be visited
 out of sequence by a DifferenceEngine comparison</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#preloadNodeList(org.w3c.dom.NodeList)">preloadNodeList(NodeList)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Preload the items in a NodeList by visiting each in turn
 Required for pieces of test XML whose node children can be visited
 out of sequence by a DifferenceEngine comparison</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_DATA">PROCESSING_INSTRUCTION_DATA</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 processing instructions with different instructions</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_DATA_ID">PROCESSING_INSTRUCTION_DATA_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 processing instructions with different instructions</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_TARGET">PROCESSING_INSTRUCTION_TARGET</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 processing instructions with different targets</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_TARGET_ID">PROCESSING_INSTRUCTION_TARGET_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 processing instructions with different targets</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#processingInstruction(java.lang.String, java.lang.String)">processingInstruction(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">ContentHandler method</div>
</dd>
</dl>
<a name="_Q_">
<!--   -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)">qualifyForComparison(Element, Element)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</a></dt>
<dd>
<div class="block">Determine whether two elements qualify for further Difference comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)">qualifyForComparison(Element, Element)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Determine whether two elements qualify for further Difference comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)">qualifyForComparison(Element, Element)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</a></dt>
<dd>
<div class="block">Determine whether two elements qualify for further Difference comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)">qualifyForComparison(Element, Element)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementQualifier.html" title="interface in org.custommonkey.xmlunit">ElementQualifier</a></dt>
<dd>
<div class="block">Determine whether two elements are comparable</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)">qualifyForComparison(Element, Element)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)">qualifyForComparison(Element, Element)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">RecursiveElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Returns result of recursive comparison of all the nodes of a
 control and test element.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeInputStream.html#read()">read()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</a></dt>
<dd>
<div class="block">Read DOCTYPE-replaced content from the wrapped InputStream</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeReader.html#read(char[], int, int)">read(char[], int, int)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></dt>
<dd>
<div class="block">Read DOCTYPE-replaced content from the wrapped Reader</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeReader.html#read()">read()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></dt>
<dd>
<div class="block">Read DOCTYPE-replaced content from the wrapped Reader</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeInputStream.html#read()">read()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</a></dt>
<dd>
<div class="block">InputStream method</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">RecursiveElementNameAndTextQualifier</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Compares all Element and Text nodes in two pieces of XML.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html#RecursiveElementNameAndTextQualifier()">RecursiveElementNameAndTextQualifier()</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">RecursiveElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Uses element names and the text nested an arbitrary level of
 child elements deeper into the element to compare
 elements.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DoctypeReader.html#replaceDoctype(java.lang.StringBuffer, java.lang.String, java.lang.String)">replaceDoctype(StringBuffer, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>this method is only here for BWC, it is no longer
 used by this class</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#reset()">reset()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Clear state data.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#resetCounter()">resetCounter()</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</a></dt>
<dd>
<div class="block">Reset the counter so that an instance can be reused for another
 <code>NodeTest</code></div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#resolveEntity(java.lang.String, java.lang.String)">resolveEntity(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Entity Resolver method: allows us to override an existing systemID
 referenced in the markup DOCTYPE instruction.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_ACCEPT_DIFFERENCE">RETURN_ACCEPT_DIFFERENCE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></dt>
<dd>
<div class="block">Standard return value for the <code>differenceFound</code> method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL">RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></dt>
<dd>
<div class="block">Override return value for the <code>differenceFound</code> method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR">RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></dt>
<dd>
<div class="block">Override return value for the <code>differenceFound</code> method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT">RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></dt>
<dd>
<div class="block">Override return value for the <code>differenceFound</code> method.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html#SCHEMA_LANGUAGE">SCHEMA_LANGUAGE</a></span> - Static variable in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</a></dt>
<dd>
<div class="block">Property name for the Schema Language being used.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#SCHEMA_LOCATION">SCHEMA_LOCATION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different xsi:schemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#SCHEMA_LOCATION_ID">SCHEMA_LOCATION_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 nodes with different xsi:schemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html#SCHEMA_SOURCE">SCHEMA_SOURCE</a></span> - Static variable in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</a></dt>
<dd>
<div class="block">Property name for the Schema Location being used.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setCompareUnmatched(boolean)">setCompareUnmatched(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether to compare unmatched control nodes to unmatched test nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setControlDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory)">setControlDocumentBuilderFactory(DocumentBuilderFactory)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Override the <code>DocumentBuilderFactory</code> used to instantiate
 parsers for the control XML in an XMLTestCase.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setControlEntityResolver(org.xml.sax.EntityResolver)">setControlEntityResolver(EntityResolver)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Sets an EntityResolver to be added to all new control parsers.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setControlParser(java.lang.String)">setControlParser(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Overide the DocumentBuilder to use to parse control documents.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#setDocumentLocator(org.xml.sax.Locator)">setDocumentLocator(Locator)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#setErrorListener(javax.xml.transform.ErrorListener)">setErrorListener(ErrorListener)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Set the ErrorListener for the transformation</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setExpandEntityReferences(boolean)">setExpandEntityReferences(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether the parser shall be instructed to expand entity references.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreAttributeOrder(boolean)">setIgnoreAttributeOrder(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether to ignore the order of attributes on an element.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreComments(boolean)">setIgnoreComments(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether comments should be ignored.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreDiffBetweenTextAndCDATA(boolean)">setIgnoreDiffBetweenTextAndCDATA(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether CDATA sections and Text nodes should be considered the same.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreWhitespace(boolean)">setIgnoreWhitespace(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether to ignore whitespace when comparing node values.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#setJAXP12SchemaSource(java.lang.Object)">setJAXP12SchemaSource(Object)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">As per JAXP 1.2 changes, which introduced a standard way for parsers to
 support schema validation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceEngine.html#setMatchTracker(org.custommonkey.xmlunit.MatchTracker)">setMatchTracker(MatchTracker)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#setNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)">setNamespaceContext(NamespaceContext)</a></span> - Method in class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html#setNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)">setNamespaceContext(NamespaceContext)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathEngine.html#setNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)">setNamespaceContext(NamespaceContext)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</a></dt>
<dd>
<div class="block">Establish a namespace context.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setNormalize(boolean)">setNormalize(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether Text nodes should be normalized.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setNormalizeWhitespace(boolean)">setNormalizeWhitespace(boolean)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Whether whitespace characters inside text nodes or attributes
 should be "normalized".</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#setOutputProperties(java.util.Properties)">setOutputProperties(Properties)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Override output properties specified in the transformation stylesheet</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#setOutputProperty(java.lang.String, java.lang.String)">setOutputProperty(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Override an output property specified in the transformation stylesheet</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#setParameter(java.lang.String, java.lang.Object)">setParameter(String, Object)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Add a parameter for the transformation</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#setRecoverable(boolean)">setRecoverable(boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>
<div class="block">Allow the recoverable field value to be overridden.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setSAXParserFactory(java.lang.String)">setSAXParserFactory(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Override the SAX parser to use in tests.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setSAXParserFactory(javax.xml.parsers.SAXParserFactory)">setSAXParserFactory(SAXParserFactory)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Override the SAX parser to use in tests.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setTestDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory)">setTestDocumentBuilderFactory(DocumentBuilderFactory)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Override the <code>DocumentBuilderFactory</code> used to instantiate
 parsers for the test XML in an XMLTestCase.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setTestEntityResolver(org.xml.sax.EntityResolver)">setTestEntityResolver(EntityResolver)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Sets an EntityResolver to be added to all new test parsers.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setTestParser(java.lang.String)">setTestParser(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Overide the DocumentBuilder to use to parser test documents.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setTransformerFactory(java.lang.String)">setTransformerFactory(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Overide the transformer to use for XSLT transformations (and by
 implication serialization and XPaths).</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#setURIResolver(javax.xml.transform.URIResolver)">setURIResolver(URIResolver)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Set the URIResolver for the transformation</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setURIResolver(javax.xml.transform.URIResolver)">setURIResolver(URIResolver)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Sets the URIResolver to use during transformations.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setXPathFactory(java.lang.String)">setXPathFactory(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Sets the class to use as XPathFactory when using JAXP 1.3.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setXpathNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)">setXpathNamespaceContext(NamespaceContext)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Set the NamespaceContext to use in XPath tests.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLUnit.html#setXSLTVersion(java.lang.String)">setXSLTVersion(String)</a></span> - Static method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></dt>
<dd>
<div class="block">Sets the XSLT version to set on stylesheets used internally.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#similar()">similar()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Return the result of a comparison.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#similar(org.w3c.dom.Text, org.w3c.dom.Text)">similar(Text, Text)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</a></dt>
<dd>
<div class="block">Determine whether the text nodes contain similar values</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit"><span class="strong">SimpleNamespaceContext</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Implementation of NamespaceContext that's backed by a map.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#SimpleNamespaceContext(java.util.Map)">SimpleNamespaceContext(Map)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</a></dt>
<dd>
<div class="block">Creates a NamespaceContext backed by the given map.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit"><span class="strong">SimpleXpathEngine</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Simple class for accessing the Nodes matched by an Xpath expression, or
 evaluating the String value of an Xpath expression.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html#SimpleXpathEngine()">SimpleXpathEngine()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#size()">size()</a></span> - Method in class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Returns the current size.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)">skippedComparison(Node, Node)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">DifferenceListener implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceListener.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)">skippedComparison(Node, Node)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></dt>
<dd>
<div class="block">Receive notification that a comparison between 2 nodes has been skipped
  because the node types are not comparable by the DifferenceEngine</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)">skippedComparison(Node, Node)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)">skippedComparison(Node, Node)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#skippedEntity(java.lang.String)">skippedEntity(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#START_CDATA">START_CDATA</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"![CDATA["</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#START_COMMENT">START_COMMENT</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"!--"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#START_DOCTYPE">START_DOCTYPE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"!DOCTYPE"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#START_PROCESSING_INSTRUCTION">START_PROCESSING_INSTRUCTION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"?"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startCDATA()">startCDATA()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled LexicalHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startDocument()">startDocument()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startDTD(java.lang.String, java.lang.String, java.lang.String)">startDTD(String, String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled LexicalHandler method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement(String, String, String, Attributes)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startEntity(java.lang.String)">startEntity(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled LexicalHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startPrefixMapping(java.lang.String, java.lang.String)">startPrefixMapping(String, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Unhandled ContentHandler method</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#swingEvent2SaxAdapter">swingEvent2SaxAdapter</a></span> - Variable in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testAttribute(org.w3c.dom.Attr)">testAttribute(Attr)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testCDATASection(org.w3c.dom.CDATASection)">testCDATASection(CDATASection)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testComment(org.w3c.dom.Comment)">testComment(Comment)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testDocumentType(org.w3c.dom.DocumentType)">testDocumentType(DocumentType)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testElement(org.w3c.dom.Element)">testElement(Element)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testEntity(org.w3c.dom.Entity)">testEntity(Entity)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testEntityReference(org.w3c.dom.EntityReference)">testEntityReference(EntityReference)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testNode(org.w3c.dom.Node, org.custommonkey.xmlunit.NodeTest)">testNode(Node, NodeTest)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Validate a single Node by delegating to node type specific methods.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#testNode(org.w3c.dom.Node, org.custommonkey.xmlunit.NodeTest)">testNode(Node, NodeTest)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</a></dt>
<dd>
<div class="block">A single Node is always valid</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/NodeTester.html#testNode(org.w3c.dom.Node, org.custommonkey.xmlunit.NodeTest)">testNode(Node, NodeTest)</a></span> - Method in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit">NodeTester</a></dt>
<dd>
<div class="block">Validate a single Node</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testNotation(org.w3c.dom.Notation)">testNotation(Notation)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testProcessingInstruction(org.w3c.dom.ProcessingInstruction)">testProcessingInstruction(ProcessingInstruction)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/AbstractNodeTester.html#testText(org.w3c.dom.Text)">testText(Text)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></dt>
<dd>
<div class="block">Template delegator for testNode() method.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#TEXT_VALUE">TEXT_VALUE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 different text values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/DifferenceConstants.html#TEXT_VALUE_ID">TEXT_VALUE_ID</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></dt>
<dd>
<div class="block">Comparing 2 different text values</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textDifference(org.custommonkey.xmlunit.Difference)">textDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>
<div class="block">Delegates to <a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><code>textualDifference</code></a>.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">TextDifferenceListenerBase</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Base class that delegates all differences to another DifferenceListener.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#TextDifferenceListenerBase(org.custommonkey.xmlunit.DifferenceListener)">TextDifferenceListenerBase(DifferenceListener)</a></span> - Constructor for class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html#textualDifference(org.custommonkey.xmlunit.Difference)">textualDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">CaseInsensitiveDifferenceListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html#textualDifference(org.custommonkey.xmlunit.Difference)">textualDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">FloatingPointTolerantDifferenceListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)">textualDifference(Difference)</a></span> - Method in class org.custommonkey.xmlunit.examples.<a href="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></dt>
<dd>
<div class="block">Delegates to the nested DifferenceListener.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html#toIntArray()">toIntArray()</a></span> - Method in class org.custommonkey.xmlunit.util.<a href="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></dt>
<dd>
<div class="block">Returns an arry view of this buffer's content.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#tolerantSaxDocumentBuilder">tolerantSaxDocumentBuilder</a></span> - Variable in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit"><span class="strong">TolerantSaxDocumentBuilder</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Uses Sax events from the <code>ContentHandler</code> and
 <code>LexicalHandler</code> interfaces to build a DOM document in a tolerant
 fashion -- it can cope with start tags without end tags, and end tags without
 start tags for example.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#TolerantSaxDocumentBuilder(javax.xml.parsers.DocumentBuilder)">TolerantSaxDocumentBuilder(DocumentBuilder)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></dt>
<dd>
<div class="block">Constructor for specific JAXP parser</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Diff.html#toString()">toString()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></dt>
<dd>
<div class="block">Get the result of this Diff instance as a String</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Difference.html#toString()">toString()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#toString()">toString()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#toXpathString()">toXpathString()</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit"><span class="strong">Transform</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Handy wrapper for an XSLT transformation performed using JAXP/Trax.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(java.lang.String, java.lang.String)">Transform(String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation using String input XML and String stylesheet</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(java.lang.String, java.io.File)">Transform(String, File)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation using String input XML and stylesheet in a File</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(org.xml.sax.InputSource, org.xml.sax.InputSource)">Transform(InputSource, InputSource)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation using InputSource input XML and
 InputSource stylesheet</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(org.xml.sax.InputSource, java.io.File)">Transform(InputSource, File)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation using InputSource input XML and
 stylesheet in a File</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(org.w3c.dom.Node)">Transform(Node)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation that allows us to serialize a DOM Node</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(org.w3c.dom.Node, java.lang.String)">Transform(Node, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation from an input Node and stylesheet in a String</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(org.w3c.dom.Node, java.io.File)">Transform(Node, File)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation from an input Node and stylesheet in a File</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#Transform(javax.xml.transform.Source, javax.xml.transform.Source)">Transform(Source, Source)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Create a transformation using Source input XML and Source stylesheet</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Transform.html#transformTo(javax.xml.transform.Result)">transformTo(Result)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></dt>
<dd>
<div class="block">Perform the actual transformation</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#useXMLSchema(boolean)">useXMLSchema(boolean)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Turn on XML Schema validation.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13"><span class="strong">Validator</span></a> - Class in <a href="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</a></dt>
<dd>
<div class="block">Validator class based of <code>javax.xml.validation</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator()">Validator()</a></span> - Constructor for class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">validates using W3C XML Schema 1.0.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator(java.lang.String)">Validator(String)</a></span> - Constructor for class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">validates using the specified schema language.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator(javax.xml.validation.SchemaFactory)">Validator(SchemaFactory)</a></span> - Constructor for class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">validates using the specified schema factory.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator(java.lang.String, javax.xml.validation.SchemaFactory)">Validator(String, SchemaFactory)</a></span> - Constructor for class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></dt>
<dd>
<div class="block">validates using the specified schema language or factory.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit"><span class="strong">Validator</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Validates XML against its internal or external DOCTYPE, or a completely
  different DOCTYPE.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, boolean)">Validator(InputSource, boolean)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the protected three arg constructor instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, java.lang.String, boolean)">Validator(InputSource, String, boolean)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Baseline constructor: called by all others</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(org.w3c.dom.Document, java.lang.String, java.lang.String)">Validator(Document, String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">DOM-style constructor: allows Document validation post-manipulation
 of the DOM tree's contents.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(java.io.Reader)">Validator(Reader)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Basic constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(java.lang.String)">Validator(String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Basic constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource)">Validator(InputSource)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Basic constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(java.io.Reader, java.lang.String)">Validator(Reader, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Extended constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(java.lang.String, java.lang.String)">Validator(String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Extended constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, java.lang.String)">Validator(InputSource, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Extended constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, java.lang.String, java.lang.String)">Validator(InputSource, String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Full constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#Validator(java.io.Reader, java.lang.String, java.lang.String)">Validator(Reader, String, String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">Full constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#visited(org.w3c.dom.Node)">visited(Node)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Call when visiting a node whose xpath location needs tracking</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#visitedAttribute(java.lang.String)">visitedAttribute(String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#visitedNode(org.w3c.dom.Node, java.lang.String)">visitedNode(Node, String)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR">W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"noNamespaceSchemaLocation"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_NS_URI">W3C_XML_SCHEMA_INSTANCE_NS_URI</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">http://www.w3.org/2001/XMLSchema-instance</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR">W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"schemaLocation"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_TYPE_ATTR">W3C_XML_SCHEMA_INSTANCE_TYPE_ATTR</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"type"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_NS_URI">W3C_XML_SCHEMA_NS_URI</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">http://www.w3.org/2001/XMLSchema</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/Validator.html#warning(org.xml.sax.SAXParseException)">warning(SAXParseException)</a></span> - Method in class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></dt>
<dd>
<div class="block">ErrorHandler interface method.</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XML_DECLARATION">XML_DECLARATION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">&lt;?xml&gt; declaration</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit"><span class="strong">XMLAssert</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Collection of static methods so that XML assertion facilities are available
 in any class, not just test suites.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLAssert.html#XMLAssert()">XMLAssert()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit"><span class="strong">XMLConstants</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">A convenient place to hang constants relating to general XML usage</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XMLNS_ATTRIBUTE_URI">XMLNS_ATTRIBUTE_URI</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">xmlns URI</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XMLNS_PREFIX">XMLNS_PREFIX</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">xmlns attribute prefix</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit"><span class="strong">XMLTestCase</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">JUnit TestCase subclass: extend this to add XML assertion facilities to your
 test suites.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#XMLTestCase()">XMLTestCase()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Construct a new XML test case.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLTestCase.html#XMLTestCase(java.lang.String)">XMLTestCase(String)</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></dt>
<dd>
<div class="block">Construct a new test case.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit"><span class="strong">XMLUnit</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Allows access to project control parameters such as which Parser to use and
 provides some convenience methods for building Documents from Strings etc.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions"><span class="strong">XMLUnitException</span></a> - Exception in <a href="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</a></dt>
<dd>
<div class="block">Base class of any checked exception that can be thrown within
 XMLUnit.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html#XMLUnitException(java.lang.String, java.lang.Throwable)">XMLUnitException(String, Throwable)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitException</a></dt>
<dd>
<div class="block">Inititializes the exeption.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13"><span class="strong">XMLUnitNamespaceContext2Jaxp13</span></a> - Class in <a href="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</a></dt>
<dd>
<div class="block">Adapts <a href="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit"><code>XMLUnit's NamespaceContext</code></a> to
 <code>JAXP 1.3's
 NamespaceContext</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#XMLUnitNamespaceContext2Jaxp13(org.custommonkey.xmlunit.NamespaceContext)">XMLUnitNamespaceContext2Jaxp13(NamespaceContext)</a></span> - Constructor for class org.custommonkey.xmlunit.jaxp13.<a href="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions"><span class="strong">XMLUnitRuntimeException</span></a> - Exception in <a href="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</a></dt>
<dd>
<div class="block">Base class of any RuntimeException that can be thrown within
 XMLUnit.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html#XMLUnitRuntimeException(java.lang.String, java.lang.Throwable)">XMLUnitRuntimeException(String, Throwable)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</a></dt>
<dd>
<div class="block">Inititializes the exeption.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html#XMLUnitRuntimeException(java.lang.String)">XMLUnitRuntimeException(String)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</a></dt>
<dd>
<div class="block">Inititializes an exeption without cause.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_ATTRIBUTE_IDENTIFIER">XPATH_ATTRIBUTE_IDENTIFIER</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"&at;"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_CHARACTER_NODE_IDENTIFIER">XPATH_CHARACTER_NODE_IDENTIFIER</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"text()"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_COMMENT_IDENTIFIER">XPATH_COMMENT_IDENTIFIER</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"comment()"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_NODE_INDEX_END">XPATH_NODE_INDEX_END</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"]"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_NODE_INDEX_START">XPATH_NODE_INDEX_START</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"["</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_PROCESSING_INSTRUCTION_IDENTIFIER">XPATH_PROCESSING_INSTRUCTION_IDENTIFIER</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"processing-instruction()"</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_SEPARATOR">XPATH_SEPARATOR</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></dt>
<dd>
<div class="block">"/"</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit"><span class="strong">XpathEngine</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Abstraction of an engine evaluating XPath expressions.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions"><span class="strong">XpathException</span></a> - Exception in <a href="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</a></dt>
<dd>
<div class="block">Exception an <a href="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit"><code>XpathEngine</code></a> is allowed to throw.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XpathException.html#XpathException(java.lang.Throwable)">XpathException(Throwable)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</a></dt>
<dd>
<div class="block">Inititializes the exeption.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XpathException.html#XpathException(java.lang.String)">XpathException(String)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</a></dt>
<dd>
<div class="block">Inititializes the exeption.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/exceptions/XpathException.html#XpathException(java.lang.String, java.lang.Throwable)">XpathException(String, Throwable)</a></span> - Constructor for exception org.custommonkey.xmlunit.exceptions.<a href="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</a></dt>
<dd>
<div class="block">Inititializes the exeption.</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit"><span class="strong">XpathNodeTracker</span></a> - Class in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">Tracks Nodes visited by the DifferenceEngine and 
 converts that information into an Xpath-String to supply
 to the NodeDetail of a Difference instance</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XpathNodeTracker.html#XpathNodeTracker()">XpathNodeTracker()</a></span> - Constructor for class org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></dt>
<dd>
<div class="block">Simple constructor</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples"><span class="strong">XPathRegexAssert</span></a> - Class in <a href="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></dt>
<dd>
<div class="block">Example demonstrating how to use the XPath API of XMLUnit in
 conjunction with regular expressions (as provided by the
 java.util.regex package of JDK 1.4+).</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_END">XSLT_END</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;/xsl:stylesheet&gt;</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_IDENTITY_TEMPLATE">XSLT_IDENTITY_TEMPLATE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;xsl:template&gt; to copy the current nodeset into the output tree</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_START">XSLT_START</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;xsl:stylesheet ...</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_START_NO_VERSION">XSLT_START_NO_VERSION</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;xsl:stylesheet</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_STRIP_COMMENTS_TEMPLATE">XSLT_STRIP_COMMENTS_TEMPLATE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;xsl:template&gt; to copy the current nodeset into the
 output tree while stripping comments.</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_STRIP_WHITESPACE">XSLT_STRIP_WHITESPACE</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;xsl:strip-space&gt; for all elements</div>
</dd>
<dt><span class="strong"><a href="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_XML_OUTPUT_NOINDENT">XSLT_XML_OUTPUT_NOINDENT</a></span> - Static variable in interface org.custommonkey.xmlunit.<a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></dt>
<dd>
<div class="block">&lt;xsl:output&gt; for XML with no indentation</div>
</dd>
<dt><a href="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit"><span class="strong">XSLTConstants</span></a> - Interface in <a href="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></dt>
<dd>
<div class="block">A convenient place to hang constants relating to XSL transformations</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><p><a href="http://xmlunit.sourceforge.net/">XMLUnit</a> is hosted by sourceforge.net</p></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>