This file is indexed.

/usr/share/doc/libxmlunit-java/api/index-all.html is in libxmlunit-java-doc 1.3-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Fri Sep 09 03:20:05 UTC 2011 -->
<TITLE>
Index (XMLUnit Documentation)
</TITLE>

<META NAME="date" CONTENT="2011-09-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (XMLUnit Documentation)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit"><B>AbstractNodeTester</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Helper class.<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#AbstractNodeTester()"><B>AbstractNodeTester()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#addSchemaSource(javax.xml.transform.Source)"><B>addSchemaSource(Source)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>Adds a source for the schema defintion.
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#append(int)"><B>append(int)</B></A> - 
Method in class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Appends a single int.
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#append(int[])"><B>append(int[])</B></A> - 
Method in class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Appends an array of ints.
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendAttributeDetail(java.lang.StringBuffer, org.w3c.dom.Node)"><B>appendAttributeDetail(StringBuffer, Node)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendCdataSectionDetail(java.lang.StringBuffer, org.w3c.dom.Node)"><B>appendCdataSectionDetail(StringBuffer, Node)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendCommentDetail(java.lang.StringBuffer, org.w3c.dom.Node)"><B>appendCommentDetail(StringBuffer, Node)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendDocumentDetail(java.lang.StringBuffer)"><B>appendDocumentDetail(StringBuffer)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendDocumentTypeDetail(java.lang.StringBuffer, org.w3c.dom.Node)"><B>appendDocumentTypeDetail(StringBuffer, Node)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendElementDetail(java.lang.StringBuffer, org.w3c.dom.Node, boolean)"><B>appendElementDetail(StringBuffer, Node, boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#appendMessage(java.lang.StringBuffer)"><B>appendMessage(StringBuffer)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Append the message from the result of this Diff instance to a specified
  StringBuffer
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendNodeDetail(java.lang.StringBuffer, org.custommonkey.xmlunit.NodeDetail)"><B>appendNodeDetail(StringBuffer, NodeDetail)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>Convert a Node into a simple String representation 
 and append to StringBuffer
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendProcessingInstructionDetail(java.lang.StringBuffer, org.w3c.dom.Node)"><B>appendProcessingInstructionDetail(StringBuffer, Node)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#appendTextDetail(java.lang.StringBuffer, org.w3c.dom.Node)"><B>appendTextDetail(StringBuffer, Node)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#areAttributesComparable(org.w3c.dom.Element, org.w3c.dom.Element)"><B>areAttributesComparable(Element, Element)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</A>
<DD>Determine whether the qualifying attributes are present in both elements
 and if so whether their values are the same
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#assertIsValid()"><B>assertIsValid()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Assert that a document is valid.
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertNodeTestPasses(org.xml.sax.InputSource, org.custommonkey.xmlunit.NodeTester, short)"><B>assertNodeTestPasses(InputSource, NodeTester, short)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Execute a <code>NodeTest<code> for a single node type
 and assert that it passes
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertNodeTestPasses(java.lang.String, org.custommonkey.xmlunit.NodeTester, short)"><B>assertNodeTestPasses(String, NodeTester, short)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Execute a <code>NodeTest<code> for a single node type
 and assert that it passes
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertNodeTestPasses(org.custommonkey.xmlunit.NodeTest, org.custommonkey.xmlunit.NodeTester, short[], boolean)"><B>assertNodeTestPasses(NodeTest, NodeTester, short[], boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Execute a <code>NodeTest<code> for multiple node types and make an
 assertion about it whether it is expected to pass
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertNodeTestPasses(org.xml.sax.InputSource, org.custommonkey.xmlunit.NodeTester, short)"><B>assertNodeTestPasses(InputSource, NodeTester, short)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Execute a <code>NodeTest<code> for a single node type
 and assert that it passes
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertNodeTestPasses(java.lang.String, org.custommonkey.xmlunit.NodeTester, short)"><B>assertNodeTestPasses(String, NodeTester, short)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Execute a <code>NodeTest<code> for a single node type
 and assert that it passes
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertNodeTestPasses(org.custommonkey.xmlunit.NodeTest, org.custommonkey.xmlunit.NodeTester, short[], boolean)"><B>assertNodeTestPasses(NodeTest, NodeTester, short[], boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Execute a <code>NodeTest<code> for multiple node types and make an
 assertion about it whether it is expected to pass
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLEqual(Diff, boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the result of an XML comparison is or is not similar.
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLEqual(String, Diff, boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the result of an XML comparison is or is not similar.
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLEqual(InputSource, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, java.lang.String)"><B>assertXMLEqual(String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLEqual(Document, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.io.Reader, java.io.Reader)"><B>assertXMLEqual(Reader, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLEqual(String, InputSource, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXMLEqual(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLEqual(String, Document, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLEqual(java.lang.String, java.io.Reader, java.io.Reader)"><B>assertXMLEqual(String, Reader, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLEqual(Diff, boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the result of an XML comparison is or is not similar.
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLEqual(String, Diff, boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the result of an XML comparison is or is not similar.
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLEqual(InputSource, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, java.lang.String)"><B>assertXMLEqual(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLEqual(Document, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.io.Reader, java.io.Reader)"><B>assertXMLEqual(Reader, Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXMLEqual(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLEqual(String, InputSource, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLEqual(String, Document, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLEqual(java.lang.String, java.io.Reader, java.io.Reader)"><B>assertXMLEqual(String, Reader, Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLIdentical(org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLIdentical(Diff, boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the result of an XML comparison is or is not identical
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLIdentical(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLIdentical(String, Diff, boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the result of an XML comparison is or is not identical
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLIdentical(org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLIdentical(Diff, boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the result of an XML comparison is or is not identical
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLIdentical(java.lang.String, org.custommonkey.xmlunit.Diff, boolean)"><B>assertXMLIdentical(String, Diff, boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the result of an XML comparison is or is not identical
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLNotEqual(InputSource, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, java.lang.String)"><B>assertXMLNotEqual(String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLNotEqual(Document, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.io.Reader, java.io.Reader)"><B>assertXMLNotEqual(Reader, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLNotEqual(String, InputSource, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXMLNotEqual(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLNotEqual(String, Document, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLNotEqual(java.lang.String, java.io.Reader, java.io.Reader)"><B>assertXMLNotEqual(String, Reader, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLNotEqual(InputSource, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, java.lang.String)"><B>assertXMLNotEqual(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLNotEqual(Document, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.io.Reader, java.io.Reader)"><B>assertXMLNotEqual(Reader, Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>assertXMLNotEqual(String, InputSource, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXMLNotEqual(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)"><B>assertXMLNotEqual(String, Document, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLNotEqual(java.lang.String, java.io.Reader, java.io.Reader)"><B>assertXMLNotEqual(String, Reader, Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that two XML documents are NOT similar
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.xml.sax.InputSource)"><B>assertXMLValid(InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that an InputSource containing XML contains valid XML:
 the document must contain a DOCTYPE declaration to be validated
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(java.lang.String)"><B>assertXMLValid(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a String containing XML contains valid XML: the String must
 contain a DOCTYPE declaration to be validated
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String)"><B>assertXMLValid(InputSource, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(java.lang.String, java.lang.String)"><B>assertXMLValid(String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String, java.lang.String)"><B>assertXMLValid(InputSource, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(java.lang.String, java.lang.String, java.lang.String)"><B>assertXMLValid(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXMLValid(org.custommonkey.xmlunit.Validator)"><B>assertXMLValid(Validator)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a Validator instance returns <code>isValid() == true</code>
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.xml.sax.InputSource)"><B>assertXMLValid(InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a piece of XML contains valid XML: the input must
 contain a DOCTYPE declaration to be validated
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(java.lang.String)"><B>assertXMLValid(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a String containing XML contains valid XML: the String must
 contain a DOCTYPE declaration to be validated
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String)"><B>assertXMLValid(InputSource, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(java.lang.String, java.lang.String)"><B>assertXMLValid(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.xml.sax.InputSource, java.lang.String, java.lang.String)"><B>assertXMLValid(InputSource, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(java.lang.String, java.lang.String, java.lang.String)"><B>assertXMLValid(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXMLValid(org.custommonkey.xmlunit.Validator)"><B>assertXMLValid(Validator)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a Validator instance returns <code>isValid() == true</code>
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathEvaluatesTo(String, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert the value of an Xpath expression in an XML document.
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathEvaluatesTo(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert the value of an Xpath expression in an XML String
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathEvaluatesTo(String, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert the value of an Xpath expression in an DOM Document
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathEvaluatesTo(String, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert the value of an Xpath expression in an XML String
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathEvaluatesTo(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert the value of an Xpath expression in an XML String
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathEvaluatesTo(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathEvaluatesTo(String, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert the value of an Xpath expression in an DOM Document
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathExists(java.lang.String, org.xml.sax.InputSource)"><B>assertXpathExists(String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a specific XPath exists in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathExists(java.lang.String, java.lang.String)"><B>assertXpathExists(String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a specific XPath exists in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathExists(java.lang.String, org.w3c.dom.Document)"><B>assertXpathExists(String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a specific XPath exists in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathExists(java.lang.String, org.xml.sax.InputSource)"><B>assertXpathExists(String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a specific XPath exists in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathExists(java.lang.String, java.lang.String)"><B>assertXpathExists(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a specific XPath exists in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathExists(java.lang.String, org.w3c.dom.Document)"><B>assertXpathExists(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a specific XPath exists in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXPathMatches(String, String, String, Document)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXPathMatches(String, String, String, String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String, java.io.Reader)"><B>assertXPathMatches(String, String, String, Reader)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXPathMatches(String, String, Document)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.lang.String)"><B>assertXPathMatches(String, String, String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html#assertXPathMatches(java.lang.String, java.lang.String, java.io.Reader)"><B>assertXPathMatches(String, String, Reader)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathNotExists(java.lang.String, org.xml.sax.InputSource)"><B>assertXpathNotExists(String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a specific XPath does NOT exist in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathNotExists(java.lang.String, java.lang.String)"><B>assertXpathNotExists(String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a specific XPath does NOT exist in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathNotExists(java.lang.String, org.w3c.dom.Document)"><B>assertXpathNotExists(String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that a specific XPath does NOT exist in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathNotExists(java.lang.String, org.xml.sax.InputSource)"><B>assertXpathNotExists(String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a specific XPath does NOT exist in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathNotExists(java.lang.String, java.lang.String)"><B>assertXpathNotExists(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a specific XPath does NOT exist in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathNotExists(java.lang.String, org.w3c.dom.Document)"><B>assertXpathNotExists(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that a specific XPath does NOT exist in some given XML
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsEqual(String, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in the same document are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsEqual(String, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in the same document are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsEqual(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in the same XML string are
 equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsEqual(String, InputSource, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in two documents are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsEqual(String, String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in two XML strings are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsEqual(String, Document, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in two documents are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsEqual(String, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in the same document are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsEqual(String, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in the same document are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsEqual(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in the same XML string are
 equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsEqual(String, InputSource, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in two XML pieces are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsEqual(String, String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in two XML strings are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsEqual(String, Document, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in two documents are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsNotEqual(String, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in the same document are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsNotEqual(String, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in the same document are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsNotEqual(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in the same XML string are NOT
 equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsNotEqual(String, String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in two XML strings are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsNotEqual(String, InputSource, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in two XML strings are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathsNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsNotEqual(String, Document, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the node lists of two Xpaths in two documents are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsNotEqual(String, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in the same document are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsNotEqual(String, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in the same XML are NOT
 equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsNotEqual(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in the same XML string are NOT
 equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathsNotEqual(String, InputSource, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in two pieces of XML
 are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathsNotEqual(String, String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in two XML strings are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathsNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathsNotEqual(String, Document, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the node lists of two Xpaths in two documents are NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesEqual(String, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in the same document are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesEqual(String, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
  equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesEqual(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
  equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesEqual(String, InputSource, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesEqual(String, String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesEqual(String, Document, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in two documents are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesEqual(String, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in the same document are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesEqual(String, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in the same XML are
  equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesEqual(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
  equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesEqual(String, InputSource, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesEqual(String, String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesEqual(String, Document, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in two documents are equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesNotEqual(String, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesNotEqual(String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesNotEqual(String, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in the same document are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesNotEqual(String, InputSource, String, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesNotEqual(String, String, String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#assertXpathValuesNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesNotEqual(String, Document, String, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>Assert that the evaluation of two Xpaths in two documents are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesNotEqual(String, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesNotEqual(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in the same XML string are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesNotEqual(String, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in the same document are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, org.xml.sax.InputSource, java.lang.String, org.xml.sax.InputSource)"><B>assertXpathValuesNotEqual(String, InputSource, String, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>assertXpathValuesNotEqual(String, String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in two XML strings are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#assertXpathValuesNotEqual(java.lang.String, org.w3c.dom.Document, java.lang.String, org.w3c.dom.Document)"><B>assertXpathValuesNotEqual(String, Document, String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Assert that the evaluation of two Xpaths in two documents are
 NOT equal
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_NAME_NOT_FOUND"><B>ATTR_NAME_NOT_FOUND</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 elements and one has an attribute the other does not
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_NAME_NOT_FOUND_ID"><B>ATTR_NAME_NOT_FOUND_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 elements and one has an attribute the other does not
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_SEQUENCE"><B>ATTR_SEQUENCE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 attribute lists with the same attributes in different sequence
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_SEQUENCE_ID"><B>ATTR_SEQUENCE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 attribute lists with the same attributes in different sequence
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE"><B>ATTR_VALUE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 attributes with the same name but different values
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_EXPLICITLY_SPECIFIED"><B>ATTR_VALUE_EXPLICITLY_SPECIFIED</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing an implied attribute value against an explicit value
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_EXPLICITLY_SPECIFIED_ID"><B>ATTR_VALUE_EXPLICITLY_SPECIFIED_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing an implied attribute value against an explicit value
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ATTR_VALUE_ID"><B>ATTR_VALUE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 attributes with the same name but different values
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#attributeDifference(org.custommonkey.xmlunit.Difference)"><B>attributeDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>Delegates to <A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><CODE>textualDifference</CODE></A>.
<DT><A HREF="./org/custommonkey/xmlunit/NodeInputStream.html#available()"><B>available()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</A>
<DD>InputStream method
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#buildControlDocument(java.lang.String)"><B>buildControlDocument(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Utility method to build a Document using the control DocumentBuilder
 to parse the specified String.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#buildControlDocument(org.xml.sax.InputSource)"><B>buildControlDocument(InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Utility method to build a Document using the control DocumentBuilder
 and the specified InputSource
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#buildDocument(javax.xml.parsers.DocumentBuilder, java.io.Reader)"><B>buildDocument(DocumentBuilder, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Utility method to build a Document using a specific DocumentBuilder
 and reading characters from a specific Reader.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#buildDocument(javax.xml.parsers.DocumentBuilder, org.xml.sax.InputSource)"><B>buildDocument(DocumentBuilder, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Utility method to build a Document using a specific DocumentBuilder
 and a specific InputSource
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#buildTestDocument(java.lang.String)"><B>buildTestDocument(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Utility method to build a Document using the test DocumentBuilder
 to parse the specified String.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#buildTestDocument(org.xml.sax.InputSource)"><B>buildTestDocument(InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Utility method to build a Document using the test DocumentBuilder
 and the specified InputSource
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#capacity()"><B>capacity()</B></A> - 
Method in class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Returns the current capacity (the size the buffer can use
 before it needs to grow).
<DT><A HREF="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples"><B>CaseInsensitiveDifferenceListener</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>Ignores case for all textual content.<DT><A HREF="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html#CaseInsensitiveDifferenceListener(org.custommonkey.xmlunit.DifferenceListener)"><B>CaseInsensitiveDifferenceListener(DifferenceListener)</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">CaseInsensitiveDifferenceListener</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CDATA_VALUE"><B>CDATA_VALUE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 CDATA sections with different values
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CDATA_VALUE_ID"><B>CDATA_VALUE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 CDATA sections with different values
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#cdataDifference(org.custommonkey.xmlunit.Difference)"><B>cdataDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>Delegates to <A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><CODE>textualDifference</CODE></A>.
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#characters(char[], int, int)"><B>characters(char[], int, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>ContentHandler method.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODE_NOT_FOUND"><B>CHILD_NODE_NOT_FOUND</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes and one holds more childnodes than can be
 matched against child nodes of the other.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODE_NOT_FOUND_ID"><B>CHILD_NODE_NOT_FOUND_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes and one holds more childnodes than can be
 matched against child nodes of the other.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_LENGTH"><B>CHILD_NODELIST_LENGTH</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different numbers of children
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_LENGTH_ID"><B>CHILD_NODELIST_LENGTH_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different numbers of children
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_SEQUENCE"><B>CHILD_NODELIST_SEQUENCE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with children whose nodes are in different sequence
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#CHILD_NODELIST_SEQUENCE_ID"><B>CHILD_NODELIST_SEQUENCE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with children whose nodes are in different sequence
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#clearParameters()"><B>clearParameters()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Clear parameters used for the transformation
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#clearTrackedAttribute()"><B>clearTrackedAttribute()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>Call after processing attributes of an element and turining to
 compare the child nodes.
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html#close()"><B>close()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html#close()"><B>close()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeInputStream.html#close()"><B>close()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</A>
<DD>InputStream method
 Note that calling close allows a repeated read of the content
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#CLOSE_NODE"><B>CLOSE_NODE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"&gt;"
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#comment(char[], int, int)"><B>comment(char[], int, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>LexicalHandler method
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#COMMENT_VALUE"><B>COMMENT_VALUE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 comments with different values
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#COMMENT_VALUE_ID"><B>COMMENT_VALUE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 comments with different values
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#commentDifference(org.custommonkey.xmlunit.Difference)"><B>commentDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>Delegates to <A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><CODE>textualDifference</CODE></A>.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#compare()"><B>compare()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Top of the recursive comparison execution tree
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compare(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><B>compare(Node, Node, DifferenceListener, ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Entry point for Node comparison testing.
<DT><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)"><B>compare(Object, Object, Node, Node, DifferenceListener, Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>If the expected and actual values are unequal then inform the listener of
  a difference and throw a DifferenceFoundException.
<DT><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)"><B>compare(Object, Object, Node, Node, DifferenceListener, Difference, XpathNodeTracker, XpathNodeTracker)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>If the expected and actual values are unequal then inform the listener of
  a difference and throw a DifferenceFoundException.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareAttribute(org.w3c.dom.Attr, org.w3c.dom.Attr, org.custommonkey.xmlunit.DifferenceListener)"><B>compareAttribute(Attr, Attr, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two attributes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareCDataSection(org.w3c.dom.CDATASection, org.w3c.dom.CDATASection, org.custommonkey.xmlunit.DifferenceListener)"><B>compareCDataSection(CDATASection, CDATASection, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two CDATA sections - unused, kept for backwards compatibility
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareComment(org.w3c.dom.Comment, org.w3c.dom.Comment, org.custommonkey.xmlunit.DifferenceListener)"><B>compareComment(Comment, Comment, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two comments
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareDocument(org.w3c.dom.Document, org.w3c.dom.Document, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><B>compareDocument(Document, Document, DifferenceListener, ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two Documents for doctype and then element differences
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareDocumentType(org.w3c.dom.DocumentType, org.w3c.dom.DocumentType, org.custommonkey.xmlunit.DifferenceListener)"><B>compareDocumentType(DocumentType, DocumentType, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two DocumentType nodes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareElement(org.w3c.dom.Element, org.w3c.dom.Element, org.custommonkey.xmlunit.DifferenceListener)"><B>compareElement(Element, Element, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare 2 elements and their attributes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareHasChildNodes(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener)"><B>compareHasChildNodes(Node, Node, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare the number of children, and if the same, compare the actual
  children via their NodeLists.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNode(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><B>compareNode(Node, Node, DifferenceListener, ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>First point of call: if nodes are comparable it compares node values then
  recurses to compare node children.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeBasics(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener)"><B>compareNodeBasics(Node, Node, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compares node type and node namespace characteristics: basically
 determines if nodes are comparable further
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeChildren(org.w3c.dom.Node, org.w3c.dom.Node, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><B>compareNodeChildren(Node, Node, DifferenceListener, ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare the number of children, and if the same, compare the actual
  children via their NodeLists.
<DT><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)"><B>compareNodeList(NodeList, NodeList, int, DifferenceListener, ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the version with List arguments instead</I>
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareNodeList(java.util.List, java.util.List, int, org.custommonkey.xmlunit.DifferenceListener, org.custommonkey.xmlunit.ElementQualifier)"><B>compareNodeList(List, List, int, DifferenceListener, ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareProcessingInstruction(org.w3c.dom.ProcessingInstruction, org.w3c.dom.ProcessingInstruction, org.custommonkey.xmlunit.DifferenceListener)"><B>compareProcessingInstruction(ProcessingInstruction, ProcessingInstruction, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two processing instructions
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareRecognizedXMLSchemaInstanceAttribute(org.w3c.dom.Attr, org.w3c.dom.Attr, org.custommonkey.xmlunit.DifferenceListener)"><B>compareRecognizedXMLSchemaInstanceAttribute(Attr, Attr, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare two attributes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareText(org.w3c.dom.Text, org.w3c.dom.Text, org.custommonkey.xmlunit.DifferenceListener)"><B>compareText(Text, Text, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare text - unused, kept for backwards compatibility
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#compareText(org.w3c.dom.CharacterData, org.w3c.dom.CharacterData, org.custommonkey.xmlunit.DifferenceListener)"><B>compareText(CharacterData, CharacterData, DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Compare text
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>compareXML(InputSource, InputSource)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Compare XML documents provided by two InputSource classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.io.Reader, java.io.Reader)"><B>compareXML(Reader, Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Compare XML documents provided by two Reader classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.lang.String, java.io.Reader)"><B>compareXML(String, Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Compare XML documents provided by two Reader classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.io.Reader, java.lang.String)"><B>compareXML(Reader, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Compare XML documents provided by two Reader classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(java.lang.String, java.lang.String)"><B>compareXML(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Compare two XML documents provided as strings
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#compareXML(org.w3c.dom.Document, org.w3c.dom.Document)"><B>compareXML(Document, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Compare two XML documents provided as strings
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>compareXML(InputSource, InputSource)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Compare XML documents provided by two InputSource classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.io.Reader, java.io.Reader)"><B>compareXML(Reader, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Compare XML documents provided by two Reader classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.lang.String, java.io.Reader)"><B>compareXML(String, Reader)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Compare XML documents provided by two Reader classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.io.Reader, java.lang.String)"><B>compareXML(Reader, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Compare XML documents provided by two Reader classes
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(java.lang.String, java.lang.String)"><B>compareXML(String, String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Compare two XML documents provided as strings
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#compareXML(org.w3c.dom.Document, org.w3c.dom.Document)"><B>compareXML(Document, Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Compare two XML documents provided as strings
<DT><A HREF="./org/custommonkey/xmlunit/ComparisonController.html" title="interface in org.custommonkey.xmlunit"><B>ComparisonController</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Callback interface used by DifferenceEngine to determine whether to halt the 
 node-by-node comparison of two pieces of XML<DT><A HREF="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions"><B>ConfigurationException</B></A> - Exception in <A HREF="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</A><DD>Exception thrown when an XML parser-, transformer- or XPath-factory
 throws a configuration exception.<DT><A HREF="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html#ConfigurationException(java.lang.Throwable)"><B>ConfigurationException(Throwable)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions">ConfigurationException</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html#ConfigurationException(java.lang.String)"><B>ConfigurationException(String)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions">ConfigurationException</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/CountingNodeTester.html" title="class in org.custommonkey.xmlunit"><B>CountingNodeTester</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples"><CODE>CountingNodeTester</CODE></A> instead.</I><DT><A HREF="./org/custommonkey/xmlunit/CountingNodeTester.html#CountingNodeTester(int)"><B>CountingNodeTester(int)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/CountingNodeTester.html" title="class in org.custommonkey.xmlunit">CountingNodeTester</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples"><B>CountingNodeTester</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>Counts the number of nodes in a document to allow assertions to be made
  using a NodeTest.<DT><A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#CountingNodeTester(int)"><B>CountingNodeTester(int)</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit"><B>DetailedDiff</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Compares and describes all the differences between two XML documents.<DT><A HREF="./org/custommonkey/xmlunit/DetailedDiff.html#DetailedDiff(org.custommonkey.xmlunit.Diff)"><B>DetailedDiff(Diff)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</A>
<DD>Create a new instance based on a prototypical Diff instance
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit"><B>Diff</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Compares and describes any difference between XML documents.<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(java.lang.String, java.lang.String)"><B>Diff(String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML in two Strings
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(java.io.Reader, java.io.Reader)"><B>Diff(Reader, Reader)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML read from two Readers
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(org.w3c.dom.Document, org.w3c.dom.Document)"><B>Diff(Document, Document)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML in two Documents
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(java.lang.String, org.custommonkey.xmlunit.Transform)"><B>Diff(String, Transform)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML in a control Document against the
 result of a transformation
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>Diff(InputSource, InputSource)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML read from two JAXP InputSources
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(javax.xml.transform.dom.DOMSource, javax.xml.transform.dom.DOMSource)"><B>Diff(DOMSource, DOMSource)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML in two JAXP DOMSources
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(org.w3c.dom.Document, org.w3c.dom.Document, org.custommonkey.xmlunit.DifferenceEngine)"><B>Diff(Document, Document, DifferenceEngine)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML in two Documents using a specific
 DifferenceEngine
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(org.w3c.dom.Document, org.w3c.dom.Document, org.custommonkey.xmlunit.DifferenceEngine, org.custommonkey.xmlunit.ElementQualifier)"><B>Diff(Document, Document, DifferenceEngine, ElementQualifier)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff that compares the XML in two Documents using a specific
 DifferenceEngine and ElementQualifier
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#Diff(org.custommonkey.xmlunit.Diff)"><B>Diff(Diff)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Construct a Diff from a prototypical instance.
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit"><B>Difference</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Value object that describes a difference between DOM Nodes using one of
 the DifferenceConstants ID values and a NodeDetail instance.<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#Difference(int, java.lang.String)"><B>Difference(int, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>Constructor for non-similar Difference instances
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#Difference(int, java.lang.String, boolean)"><B>Difference(int, String, boolean)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>Constructor for similar Difference instances
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#Difference(org.custommonkey.xmlunit.Difference, org.custommonkey.xmlunit.NodeDetail, org.custommonkey.xmlunit.NodeDetail)"><B>Difference(Difference, NodeDetail, NodeDetail)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>Copy constructor using prototype Difference and
 encountered NodeDetails
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit"><B>DifferenceConstants</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Constants for describing differences between DOM Nodes.<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit"><B>DifferenceEngine</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Class that has responsibility for comparing Nodes and notifying a
 DifferenceListener of any differences or dissimilarities that are found.<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#DifferenceEngine(org.custommonkey.xmlunit.ComparisonController)"><B>DifferenceEngine(ComparisonController)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Simple constructor that uses no MatchTracker at all.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#DifferenceEngine(org.custommonkey.xmlunit.ComparisonController, org.custommonkey.xmlunit.MatchTracker)"><B>DifferenceEngine(ComparisonController, MatchTracker)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>Simple constructor
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.DifferenceFoundException.html" title="class in org.custommonkey.xmlunit"><B>DifferenceEngine.DifferenceFoundException</B></A> - Exception in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Marker exception thrown by the protected compare() method and passed
 upwards through the call stack to the public compare() method.<DT><A HREF="./org/custommonkey/xmlunit/DetailedDiff.html#differenceFound(org.custommonkey.xmlunit.Difference)"><B>differenceFound(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</A>
<DD>DifferenceListener implementation.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#differenceFound(org.custommonkey.xmlunit.Difference)"><B>differenceFound(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>DifferenceListener implementation.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html#differenceFound(org.custommonkey.xmlunit.Difference)"><B>differenceFound(Difference)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</A>
<DD>Receive notification that 2 nodes are different.
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#differenceFound(org.custommonkey.xmlunit.Difference)"><B>differenceFound(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html#differenceFound(org.custommonkey.xmlunit.Difference)"><B>differenceFound(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit"><B>DifferenceListener</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>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>.<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_NAME"><B>DOCTYPE_NAME</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 document types with different names
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_NAME_ID"><B>DOCTYPE_NAME_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 document types with different names
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_PUBLIC_ID"><B>DOCTYPE_PUBLIC_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 document types with different public identifiers
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_PUBLIC_ID_ID"><B>DOCTYPE_PUBLIC_ID_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 document types with different public identifiers
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_SYSTEM_ID"><B>DOCTYPE_SYSTEM_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 document types with different system identifiers
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#DOCTYPE_SYSTEM_ID_ID"><B>DOCTYPE_SYSTEM_ID_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 document types with different system identifiers
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit"><B>DoctypeInputStream</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Adapts the marked-up content in a source InputStream to specify that it
 conforms to a different DTD.<DT><A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html#DoctypeInputStream(java.io.InputStream, java.lang.String, java.lang.String, java.lang.String)"><B>DoctypeInputStream(InputStream, String, String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit"><B>DoctypeReader</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Adapts the marked-up content in a source Reader to specify that it
 conforms to a different DTD.<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html#DoctypeReader(java.io.Reader, java.lang.String, java.lang.String)"><B>DoctypeReader(Reader, String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</A>
<DD>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.
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#DOCUMENT_NODE_DESCRIPTION"><B>DOCUMENT_NODE_DESCRIPTION</B></A> - 
Static variable in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_NUM_ATTRIBUTES"><B>ELEMENT_NUM_ATTRIBUTES</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 elements with different number of attributes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_NUM_ATTRIBUTES_ID"><B>ELEMENT_NUM_ATTRIBUTES_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 elements with different number of attributes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_TAG_NAME"><B>ELEMENT_TAG_NAME</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 elements with different tag names
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#ELEMENT_TAG_NAME_ID"><B>ELEMENT_TAG_NAME_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 elements with different tag names
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit"><B>ElementNameAndAttributeQualifier</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>More complex interface implementation that tests two elements for tag name
 and attribute name comparability.<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#ElementNameAndAttributeQualifier()"><B>ElementNameAndAttributeQualifier()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</A>
<DD>No-args constructor: use all attributes from all elements to determine
 whether elements qualify for comparability
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#ElementNameAndAttributeQualifier(java.lang.String)"><B>ElementNameAndAttributeQualifier(String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</A>
<DD>Simple constructor for a single qualifying attribute name
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#ElementNameAndAttributeQualifier(java.lang.String[])"><B>ElementNameAndAttributeQualifier(String[])</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</A>
<DD>Extended constructor for multiple qualifying attribute names
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit"><B>ElementNameAndTextQualifier</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>More complex interface implementation that tests two elements for tag name
 and text content comparability.<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#ElementNameAndTextQualifier()"><B>ElementNameAndTextQualifier()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit"><B>ElementNameQualifier</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Simple interface implementation that tests two elements for name
 comparability.<DT><A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html#ElementNameQualifier()"><B>ElementNameQualifier()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/ElementQualifier.html" title="interface in org.custommonkey.xmlunit"><B>ElementQualifier</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Interface used by the DifferenceEngine class to determine which elements can
 be compared within a NodeList of child nodes.<DT><A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#EMPTY_CONTEXT"><B>EMPTY_CONTEXT</B></A> - 
Static variable in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</A>
<DD>An empty context containing no prefixes at all.
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#END_CDATA"><B>END_CDATA</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"]]"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#END_COMMENT"><B>END_COMMENT</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"--""
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#END_PROCESSING_INSTRUCTION"><B>END_PROCESSING_INSTRUCTION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"?"
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endCDATA()"><B>endCDATA()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled LexicalHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endDocument()"><B>endDocument()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endDTD()"><B>endDTD()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled LexicalHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endElement(java.lang.String, java.lang.String, java.lang.String)"><B>endElement(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endEntity(java.lang.String)"><B>endEntity(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled LexicalHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#endPrefixMapping(java.lang.String)"><B>endPrefixMapping(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>Now that Differences can be constructed from prototypes
 we need to be able to compare them to those in DifferenceConstants
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html#equalsNamespace(org.w3c.dom.Node, org.w3c.dom.Node)"><B>equalsNamespace(Node, Node)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</A>
<DD>Determine whether two nodes are defined by the same namespace URI
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#error(org.xml.sax.SAXParseException)"><B>error(SAXParseException)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>ErrorHandler interface method.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#evaluate(java.lang.String, org.w3c.dom.Document)"><B>evaluate(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</A>
<DD>Evaluate the result of executing the specified xpath syntax
 <code>select</code> expression on the specified document
<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html#evaluate(java.lang.String, org.w3c.dom.Document)"><B>evaluate(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</A>
<DD>Evaluate the result of executing the specified xpath syntax
 <code>select</code> expression on the specified document
<DT><A HREF="./org/custommonkey/xmlunit/XpathEngine.html#evaluate(java.lang.String, org.w3c.dom.Document)"><B>evaluate(String, Document)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</A>
<DD>Evaluate the result of executing the specified xpath syntax
 <code>select</code> expression on the specified document
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#extractText(org.w3c.dom.Element)"><B>extractText(Element)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</A>
<DD>Extract the normalized text from within an element
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#fatalError(org.xml.sax.SAXParseException)"><B>fatalError(SAXParseException)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>ErrorHandler interface method.
<DT><A HREF="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples"><B>FloatingPointTolerantDifferenceListener</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>Expects texts to be floating point numbers and treats them as
 identical if they only differ by a given tolerance value (or less).<DT><A HREF="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html#FloatingPointTolerantDifferenceListener(org.custommonkey.xmlunit.DifferenceListener, double)"><B>FloatingPointTolerantDifferenceListener(DifferenceListener, double)</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">FloatingPointTolerantDifferenceListener</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#flush()"><B>flush()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Swing-HTML-parser template method, no ContentHandler equivalent
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/DetailedDiff.html#getAllDifferences()"><B>getAllDifferences()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</A>
<DD>Obtain all the differences found by this instance
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitException</A>
<DD>Root cause of the exception, if any.
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</A>
<DD>Root cause of the exception, if any.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getCompareUnmatched()"><B>getCompareUnmatched()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether unmatched control nodes should be compared to unmatched
 test nodes.
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html#getContent(java.lang.String)"><B>getContent(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html#getContent()"><B>getContent()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getControlDocumentBuilderFactory()"><B>getControlDocumentBuilderFactory()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the <code>DocumentBuilderFactory</code> instance used to instantiate
 parsers for the control XML in an XMLTestCase.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getControlEntityResolver()"><B>getControlEntityResolver()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Obtains the EntityResolver to be added to all new control parsers.
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#getControlNodeDetail()"><B>getControlNodeDetail()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getControlParser()"><B>getControlParser()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD><B>Deprecated.</B>&nbsp;<I>use newControlParser()</I>
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#getDescription()"><B>getDescription()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#getDocument()"><B>getDocument()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getExpandEntityReferences()"><B>getExpandEntityReferences()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether the parser shall be instructed to expand entity references.
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#getId()"><B>getId()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreAttributeOrder()"><B>getIgnoreAttributeOrder()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether to ignore the order of attributes on an element.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreComments()"><B>getIgnoreComments()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether comments should be ignored.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreDiffBetweenTextAndCDATA()"><B>getIgnoreDiffBetweenTextAndCDATA()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether CDATA sections and Text nodes should be considered the same.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getIgnoreWhitespace()"><B>getIgnoreWhitespace()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether to ignore whitespace when comparing node values.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#getInstanceErrors(javax.xml.transform.Source)"><B>getInstanceErrors(Source)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>Obtain a list of all errors in the given instance.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#getMatchingNodes(java.lang.String, org.w3c.dom.Document)"><B>getMatchingNodes(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html#getMatchingNodes(java.lang.String, org.w3c.dom.Document)"><B>getMatchingNodes(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/XpathEngine.html#getMatchingNodes(java.lang.String, org.w3c.dom.Document)"><B>getMatchingNodes(String, Document)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/NodeTestException.html#getMessage()"><B>getMessage()</B></A> - 
Method in exception org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#getNamespaceURI(java.lang.String)"><B>getNamespaceURI(String)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NamespaceContext.html#getNamespaceURI(java.lang.String)"><B>getNamespaceURI(String)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit">NamespaceContext</A>
<DD>Obtain the URI for a given prefix.
<DT><A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#getNamespaceURI(java.lang.String)"><B>getNamespaceURI(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDetail.html#getNode()"><B>getNode()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</A>
<DD>Returns the node.
<DT><A HREF="./org/custommonkey/xmlunit/NodeTestException.html#getNode()"><B>getNode()</B></A> - 
Method in exception org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html#getNonNamespacedNodeName(org.w3c.dom.Node)"><B>getNonNamespacedNodeName(Node)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</A>
<DD>Strip any namespace information off a node name
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getNormalize()"><B>getNormalize()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether Text nodes should be normalized.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getNormalizeWhitespace()"><B>getNormalizeWhitespace()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether whitespace characters inside text nodes or attributes
 should be "normalized".
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>See a parameter used for the transformation
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#getPrefix(java.lang.String)"><B>getPrefix(String)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#getPrefixes(java.lang.String)"><B>getPrefixes(String)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NamespaceContext.html#getPrefixes()"><B>getPrefixes()</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit">NamespaceContext</A>
<DD>Get all prefixes of this context.
<DT><A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#getPrefixes()"><B>getPrefixes()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#getResultDocument()"><B>getResultDocument()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Perform the XSLT transformation specified in the constructor
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#getResultString()"><B>getResultString()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Perform the XSLT transformation specified in the constructor
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getSAXParserFactory()"><B>getSAXParserFactory()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the SAX parser to use in tests.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#getSchemaErrors()"><B>getSchemaErrors()</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>Obtain a list of all errors in the schema defintion.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getStripCommentsTransform(org.w3c.dom.Document)"><B>getStripCommentsTransform(Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Obtain the transformation that will strip comments from a DOM.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getStripWhitespaceTransform(org.w3c.dom.Document)"><B>getStripWhitespaceTransform(Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Obtain the transformation that will strip whitespace from a DOM
 containing empty Text nodes
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getTestDocumentBuilderFactory()"><B>getTestDocumentBuilderFactory()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the <code>DocumentBuilderFactory</code> instance used to instantiate
 parsers for the test XML in an XMLTestCase.
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#getTestNodeDetail()"><B>getTestNodeDetail()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getTestParser()"><B>getTestParser()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD><B>Deprecated.</B>&nbsp;<I>use newTestParser()</I>
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#getTrace()"><B>getTrace()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#getTrace()"><B>getTrace()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getTransformerFactory()"><B>getTransformerFactory()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the transformer to use for XSLT transformations (and by
 implication serialization and XPaths).
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getURIResolver()"><B>getURIResolver()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Gets the URIResolver used during Transformations.
<DT><A HREF="./org/custommonkey/xmlunit/NodeDetail.html#getValue()"><B>getValue()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</A>
<DD>Returns the value.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getVersion()"><B>getVersion()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Place holder for current version info.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getWhitespaceStrippedDocument(org.w3c.dom.Document)"><B>getWhitespaceStrippedDocument(Document)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Returns a new Document instance that is identical to the one
 passed in with element content whitespace removed.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getXPathFactory()"><B>getXPathFactory()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Gets the class to use as XPathFactory when using JAXP 1.3.
<DT><A HREF="./org/custommonkey/xmlunit/NodeDetail.html#getXpathLocation()"><B>getXpathLocation()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</A>
<DD>Returns the xpathLocation.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getXpathNamespaceContext()"><B>getXpathNamespaceContext()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the NamespaceContext to use in XPath tests.
<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html#getXPathResultAsDocument(java.lang.String, org.w3c.dom.Document)"><B>getXPathResultAsDocument(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</A>
<DD>Execute the copy-of transform and return the resulting Document.
<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html#getXPathResultNode(java.lang.String, org.w3c.dom.Document)"><B>getXPathResultNode(String, Document)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</A>
<DD>Testable method to execute the copy-of transform and return the root
 node of the resulting Document.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#getXSLTVersion()"><B>getXSLTVersion()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>The XSLT version set on stylesheets used internally.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/ComparisonController.html#haltComparison(org.custommonkey.xmlunit.Difference)"><B>haltComparison(Difference)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ComparisonController.html" title="interface in org.custommonkey.xmlunit">ComparisonController</A>
<DD>Determine whether a Difference that the listener has been notified of
  should halt further XML comparison.
<DT><A HREF="./org/custommonkey/xmlunit/DetailedDiff.html#haltComparison(org.custommonkey.xmlunit.Difference)"><B>haltComparison(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</A>
<DD>ComparisonController implementation.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#haltComparison(org.custommonkey.xmlunit.Difference)"><B>haltComparison(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>ComparisonController implementation.
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleComment(char[], int)"><B>handleComment(char[], int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Equivalent to Sax LexicalHandler <code>comment</code> method.
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleEndTag(javax.swing.text.html.HTML.Tag, int)"><B>handleEndTag(HTML.Tag, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Equivalent to Sax <code>endElement</code>
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleError(java.lang.String, int)"><B>handleError(String, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Swing-HTML-parser template method, no ContentHandler equivalent.
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleSimpleTag(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet, int)"><B>handleSimpleTag(HTML.Tag, MutableAttributeSet, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Equivalent to Sax <code>startElement</code> plus
 <code>endElement</code>
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleStartTag(javax.swing.text.html.HTML.Tag, javax.swing.text.MutableAttributeSet, int)"><B>handleStartTag(HTML.Tag, MutableAttributeSet, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Equivalent to Sax <code>startElement</code>
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#handleText(char[], int)"><B>handleText(char[], int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Equivalent to Sax <code>characters</code>
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_CHILD_NODES"><B>HAS_CHILD_NODES</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes but only one has any children
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_CHILD_NODES_ID"><B>HAS_CHILD_NODES_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes but only one has any children
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_DOCTYPE_DECLARATION"><B>HAS_DOCTYPE_DECLARATION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 Documents only one of which has a doctype
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#HAS_DOCTYPE_DECLARATION_ID"><B>HAS_DOCTYPE_DECLARATION_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 Documents only one of which has a doctype
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>hashcode implementation to go with equals.
<DT><A HREF="./org/custommonkey/xmlunit/NodeTestException.html#hasNode()"><B>hasNode()</B></A> - 
Method in exception org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit"><B>HTMLDocumentBuilder</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>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.<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#HTMLDocumentBuilder(org.custommonkey.xmlunit.TolerantSaxDocumentBuilder)"><B>HTMLDocumentBuilder(TolerantSaxDocumentBuilder)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</A>
<DD>Constructor
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit"><B>HTMLDocumentBuilder.SwingEvent2SaxAdapter</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Adapts Swing HTML callback messages to Sax equivalents, passing them
 to a Sax-aware ContentHandler.<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#HTMLDocumentBuilder.SwingEvent2SaxAdapter()"><B>HTMLDocumentBuilder.SwingEvent2SaxAdapter()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Default constructor
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#identical()"><B>identical()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Return the result of a comparison.
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#ignorableWhitespace(char[], int, int)"><B>ignorableWhitespace(char[], int, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit"><B>IgnoreTextAndAttributeValuesDifferenceListener</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Class to use when performing a Diff that only compares the 
 structure of 2 pieces of XML, i.e.<DT><A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html#IgnoreTextAndAttributeValuesDifferenceListener()"><B>IgnoreTextAndAttributeValuesDifferenceListener()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#indent()"><B>indent()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>Call before examining child nodes one level of indentation into DOM
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#indexOf(int[])"><B>indexOf(int[])</B></A> - 
Method in class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>finds sequence in current buffer.
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util"><B>IntegerBuffer</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/util/package-summary.html">org.custommonkey.xmlunit.util</A><DD>Simplistic dynamically growing buffer of integers used by DoctypeSupport.<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#IntegerBuffer()"><B>IntegerBuffer()</B></A> - 
Constructor for class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Creates a new buffer.
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#IntegerBuffer(int)"><B>IntegerBuffer(int)</B></A> - 
Constructor for class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Creates a new buffer with the given initial capacity.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#isInstanceValid(javax.xml.transform.Source)"><B>isInstanceValid(Source)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>Is the given schema instance valid according to the configured
 schema definition(s)?
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#isRecoverable()"><B>isRecoverable()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#isSchemaValid()"><B>isSchemaValid()</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>Is the given schema definition valid?
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#isValid()"><B>isValid()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Perform the validation of the source against DTD / Schema.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#JAVA5_XSLTC_FACTORY_NAME"><B>JAVA5_XSLTC_FACTORY_NAME</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>Factory class of the XSLTC version shipping with JDK 1.5 which
 is pretty broken.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13"><B>Jaxp13XpathEngine</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</A><DD>XPath engine based on javax.xml.xpath.<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#Jaxp13XpathEngine()"><B>Jaxp13XpathEngine()</B></A> - 
Constructor for class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/JAXPConstants.html" title="class in org.custommonkey.xmlunit"><B>JAXPConstants</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Utility constant class for JAXP-defined constants.<DT><A HREF="./org/custommonkey/xmlunit/JAXPConstants.html#JAXPConstants()"><B>JAXPConstants()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/JAXPConstants.html" title="class in org.custommonkey.xmlunit">JAXPConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit"><B>JAXPConstants.Properties</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Utility constant class for JAXP Properties, typically used with
 <CODE>XMLReader#setProperty(String, Object)</CODE>.<DT><A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html#JAXPConstants.Properties()"><B>JAXPConstants.Properties()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/MatchTracker.html#matchFound(org.custommonkey.xmlunit.Difference)"><B>matchFound(Difference)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/MatchTracker.html" title="interface in org.custommonkey.xmlunit">MatchTracker</A>
<DD>Receive notification that 2 match.
<DT><A HREF="./org/custommonkey/xmlunit/MatchTracker.html" title="interface in org.custommonkey.xmlunit"><B>MatchTracker</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>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.<DT><A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples"><B>MultiLevelElementNameAndTextQualifier</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>Per popular request an interface implementation that uses element
 names and the text node containes in the n'th child node to compare
 elements.<DT><A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html#MultiLevelElementNameAndTextQualifier(int)"><B>MultiLevelElementNameAndTextQualifier(int)</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</A>
<DD>Uses element names and the text nested <code>levels</code>
 child elements deeper into the element to compare elements.
<DT><A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html#MultiLevelElementNameAndTextQualifier(int, boolean)"><B>MultiLevelElementNameAndTextQualifier(int, boolean)</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</A>
<DD>Uses element names and the text nested <code>levels</code>
 child elements deeper into the element to compare elements.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_PREFIX"><B>NAMESPACE_PREFIX</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different namespace prefixes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_PREFIX_ID"><B>NAMESPACE_PREFIX_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different namespace prefixes
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_URI"><B>NAMESPACE_URI</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different namespace URIs
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NAMESPACE_URI_ID"><B>NAMESPACE_URI_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different namespace URIs
<DT><A HREF="./org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit"><B>NamespaceContext</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Interface used by XpathEngine in order to map prefixes to namespace URIs.<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#newControlParser()"><B>newControlParser()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the <code>DocumentBuilder</code> instance used to parse the control
 XML in an XMLTestCase.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#newTestParser()"><B>newTestParser()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Get the <code>DocumentBuilder</code> instance used to parse the test XML
 in an XMLTestCase.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#newXpathEngine()"><B>newXpathEngine()</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Obtains an XpathEngine to use in XPath tests.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NO_NAMESPACE_SCHEMA_LOCATION"><B>NO_NAMESPACE_SCHEMA_LOCATION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different xsi:noNamespaceSchemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NO_NAMESPACE_SCHEMA_LOCATION_ID"><B>NO_NAMESPACE_SCHEMA_LOCATION_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different xsi:noNamespaceSchemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NODE_TYPE"><B>NODE_TYPE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different node types
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#NODE_TYPE_ID"><B>NODE_TYPE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different node types
<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit"><B>NodeDescriptor</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Class for describing Nodes<DT><A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html#NodeDescriptor()"><B>NodeDescriptor()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit"><B>NodeDetail</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Parameter class for holding information about a <code>Node</code> within
 a Difference instance<DT><A HREF="./org/custommonkey/xmlunit/NodeDetail.html#NodeDetail(java.lang.String, org.w3c.dom.Node, java.lang.String)"><B>NodeDetail(String, Node, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</A>
<DD>Constructor for NodeDetail.
<DT><A HREF="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit"><B>NodeInputStream</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Adapter class to present the content of a DOM Node (e.g.<DT><A HREF="./org/custommonkey/xmlunit/NodeInputStream.html#NodeInputStream(org.w3c.dom.Node)"><B>NodeInputStream(Node)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</A>
<DD>Simple constructor
<DT><A HREF="./org/custommonkey/xmlunit/NodeInputStream.html#NodeInputStream(org.w3c.dom.Node, java.util.Properties)"><B>NodeInputStream(Node, Properties)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</A>
<DD>Simple constructor
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit"><B>NodeTest</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>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.<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(java.lang.String)"><B>NodeTest(String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Construct a NodeTest for the DOM built using the String and JAXP
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(java.io.Reader)"><B>NodeTest(Reader)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Construct a NodeTest for the DOM built using the Reader and JAXP
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(org.xml.sax.InputSource)"><B>NodeTest(InputSource)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Construct a NodeTest for the DOM built using the InputSource.
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(org.w3c.dom.Document)"><B>NodeTest(Document)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Construct a NodeTest for the specified Document
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#NodeTest(org.w3c.dom.traversal.DocumentTraversal, org.w3c.dom.Node)"><B>NodeTest(DocumentTraversal, Node)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Construct a NodeTest using the specified DocumentTraversal, starting at
 the specified root node
<DT><A HREF="./org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit"><B>NodeTester</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Perform Node-by-Node validation of a DOM Document.<DT><A HREF="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit"><B>NodeTestException</B></A> - Exception in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Thrown by a NodeTest that fails.<DT><A HREF="./org/custommonkey/xmlunit/NodeTestException.html#NodeTestException(java.lang.String, org.w3c.dom.Node)"><B>NodeTestException(String, Node)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</A>
<DD>Constructor for specific node and message
<DT><A HREF="./org/custommonkey/xmlunit/NodeTestException.html#NodeTestException(java.lang.String)"><B>NodeTestException(String)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</A>
<DD>Constructor for message only
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#noMoreNodes(org.custommonkey.xmlunit.NodeTest)"><B>noMoreNodes(NodeTest)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Validate that the Nodes validated one-by-one in the <code>isValid</code>
 method were all the Nodes expected.
<DT><A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#noMoreNodes(org.custommonkey.xmlunit.NodeTest)"><B>noMoreNodes(NodeTest)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</A>
<DD>Called by NodeTest when all nodes have been iterated over: time to see
 if all the nodes that were expected were found.
<DT><A HREF="./org/custommonkey/xmlunit/NodeTester.html#noMoreNodes(org.custommonkey.xmlunit.NodeTest)"><B>noMoreNodes(NodeTest)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit">NodeTester</A>
<DD>Validate that the Nodes passed one-by-one to the <code>testNode</code>
 method were all the Nodes expected.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#OPEN_END_NODE"><B>OPEN_END_NODE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"&lt;/"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#OPEN_START_NODE"><B>OPEN_START_NODE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"&lt;"
<DT><A HREF="./org/custommonkey/xmlunit/package-summary.html"><B>org.custommonkey.xmlunit</B></A> - package org.custommonkey.xmlunit<DD>Contains XMLUnit classes and interfaces.<DT><A HREF="./org/custommonkey/xmlunit/examples/package-summary.html"><B>org.custommonkey.xmlunit.examples</B></A> - package org.custommonkey.xmlunit.examples<DD>&nbsp;<DT><A HREF="./org/custommonkey/xmlunit/exceptions/package-summary.html"><B>org.custommonkey.xmlunit.exceptions</B></A> - package org.custommonkey.xmlunit.exceptions<DD>&nbsp;<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/package-summary.html"><B>org.custommonkey.xmlunit.jaxp13</B></A> - package org.custommonkey.xmlunit.jaxp13<DD>&nbsp;<DT><A HREF="./org/custommonkey/xmlunit/util/package-summary.html"><B>org.custommonkey.xmlunit.util</B></A> - package org.custommonkey.xmlunit.util<DD>&nbsp;<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#outdent()"><B>outdent()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>Call after examining child nodes, ie before returning back one level of indentation from DOM
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#overrideDifferenceListener(org.custommonkey.xmlunit.DifferenceListener)"><B>overrideDifferenceListener(DifferenceListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Override the <code>DifferenceListener</code> used to determine how 
 to handle differences that are found.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#overrideElementQualifier(org.custommonkey.xmlunit.ElementQualifier)"><B>overrideElementQualifier(ElementQualifier)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Override the <code>ElementQualifier</code> used to determine which
 control and test nodes are comparable for this difference comparison.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#overrideMatchTracker(org.custommonkey.xmlunit.MatchTracker)"><B>overrideMatchTracker(MatchTracker)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Override the <code>MatchTracker</code> used to track
 successfully matched nodes.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#parse(java.io.Reader)"><B>parse(Reader)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#parse(java.lang.String)"><B>parse(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html#parse(java.io.Reader, org.xml.sax.ContentHandler)"><B>parse(Reader, ContentHandler)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder.SwingEvent2SaxAdapter</A>
<DD>Perform Swing-HTML-parse-event-to-Sax-event conversion
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#performTest(org.custommonkey.xmlunit.NodeTester, short)"><B>performTest(NodeTester, short)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Does this NodeTest pass using the specified NodeTester instance?
<DT><A HREF="./org/custommonkey/xmlunit/NodeTest.html#performTest(org.custommonkey.xmlunit.NodeTester, short[])"><B>performTest(NodeTester, short[])</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</A>
<DD>Does this NodeTest pass using the specified NodeTester instance?
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#preloadChildList(java.util.List)"><B>preloadChildList(List)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#preloadNodeList(org.w3c.dom.NodeList)"><B>preloadNodeList(NodeList)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>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
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_DATA"><B>PROCESSING_INSTRUCTION_DATA</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 processing instructions with different instructions
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_DATA_ID"><B>PROCESSING_INSTRUCTION_DATA_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 processing instructions with different instructions
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_TARGET"><B>PROCESSING_INSTRUCTION_TARGET</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 processing instructions with different targets
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#PROCESSING_INSTRUCTION_TARGET_ID"><B>PROCESSING_INSTRUCTION_TARGET_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 processing instructions with different targets
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#processingInstruction(java.lang.String, java.lang.String)"><B>processingInstruction(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>ContentHandler method
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)"><B>qualifyForComparison(Element, Element)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</A>
<DD>Determine whether two elements qualify for further Difference comparison.
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)"><B>qualifyForComparison(Element, Element)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</A>
<DD>Determine whether two elements qualify for further Difference comparison.
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)"><B>qualifyForComparison(Element, Element)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</A>
<DD>Determine whether two elements qualify for further Difference comparison.
<DT><A HREF="./org/custommonkey/xmlunit/ElementQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)"><B>qualifyForComparison(Element, Element)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementQualifier.html" title="interface in org.custommonkey.xmlunit">ElementQualifier</A>
<DD>Determine whether two elements are comparable
<DT><A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)"><B>qualifyForComparison(Element, Element)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html#qualifyForComparison(org.w3c.dom.Element, org.w3c.dom.Element)"><B>qualifyForComparison(Element, Element)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">RecursiveElementNameAndTextQualifier</A>
<DD>Returns result of recursive comparison of all the nodes of a
 control and test element.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html#read()"><B>read()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</A>
<DD>Read DOCTYPE-replaced content from the wrapped InputStream
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html#read(char[], int, int)"><B>read(char[], int, int)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</A>
<DD>Read DOCTYPE-replaced content from the wrapped Reader
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html#read()"><B>read()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</A>
<DD>Read DOCTYPE-replaced content from the wrapped Reader
<DT><A HREF="./org/custommonkey/xmlunit/NodeInputStream.html#read()"><B>read()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</A>
<DD>InputStream method
<DT><A HREF="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples"><B>RecursiveElementNameAndTextQualifier</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>Compares all Element and Text nodes in two pieces of XML.<DT><A HREF="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html#RecursiveElementNameAndTextQualifier()"><B>RecursiveElementNameAndTextQualifier()</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">RecursiveElementNameAndTextQualifier</A>
<DD>Uses element names and the text nested an arbitrary level of
 child elements deeper into the element to compare
 elements.
<DT><A HREF="./org/custommonkey/xmlunit/DoctypeReader.html#replaceDoctype(java.lang.StringBuffer, java.lang.String, java.lang.String)"><B>replaceDoctype(StringBuffer, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</A>
<DD><B>Deprecated.</B>&nbsp;<I>this method is only here for BWC, it is no longer
 used by this class</I>
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#reset()"><B>reset()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>Clear state data.
<DT><A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#resetCounter()"><B>resetCounter()</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</A>
<DD>Reset the counter so that an instance can be reused for another
 <code>NodeTest</code>
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#resolveEntity(java.lang.String, java.lang.String)"><B>resolveEntity(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Entity Resolver method: allows us to override an existing systemID
 referenced in the markup DOCTYPE instruction.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_ACCEPT_DIFFERENCE"><B>RETURN_ACCEPT_DIFFERENCE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</A>
<DD>Standard return value for the <code>differenceFound</code> method.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL"><B>RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</A>
<DD>Override return value for the <code>differenceFound</code> method.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR"><B>RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</A>
<DD>Override return value for the <code>differenceFound</code> method.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html#RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT"><B>RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</A>
<DD>Override return value for the <code>differenceFound</code> method.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html#SCHEMA_LANGUAGE"><B>SCHEMA_LANGUAGE</B></A> - 
Static variable in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</A>
<DD>Property name for the Schema Language being used.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#SCHEMA_LOCATION"><B>SCHEMA_LOCATION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different xsi:schemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#SCHEMA_LOCATION_ID"><B>SCHEMA_LOCATION_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 nodes with different xsi:schemaLocation
 attributes, potentially only one of the two provides such an
 attribute at all.
<DT><A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html#SCHEMA_SOURCE"><B>SCHEMA_SOURCE</B></A> - 
Static variable in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</A>
<DD>Property name for the Schema Location being used.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setCompareUnmatched(boolean)"><B>setCompareUnmatched(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether to compare unmatched control nodes to unmatched test nodes.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setControlDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory)"><B>setControlDocumentBuilderFactory(DocumentBuilderFactory)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Override the <code>DocumentBuilderFactory</code> used to instantiate
 parsers for the control XML in an XMLTestCase.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setControlEntityResolver(org.xml.sax.EntityResolver)"><B>setControlEntityResolver(EntityResolver)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Sets an EntityResolver to be added to all new control parsers.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setControlParser(java.lang.String)"><B>setControlParser(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Overide the DocumentBuilder to use to parse control documents.
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#setDocumentLocator(org.xml.sax.Locator)"><B>setDocumentLocator(Locator)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#setErrorListener(javax.xml.transform.ErrorListener)"><B>setErrorListener(ErrorListener)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Set the ErrorListener for the transformation
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setExpandEntityReferences(boolean)"><B>setExpandEntityReferences(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether the parser shall be instructed to expand entity references.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreAttributeOrder(boolean)"><B>setIgnoreAttributeOrder(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether to ignore the order of attributes on an element.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreComments(boolean)"><B>setIgnoreComments(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether comments should be ignored.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreDiffBetweenTextAndCDATA(boolean)"><B>setIgnoreDiffBetweenTextAndCDATA(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether CDATA sections and Text nodes should be considered the same.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setIgnoreWhitespace(boolean)"><B>setIgnoreWhitespace(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether to ignore whitespace when comparing node values.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#setJAXP12SchemaSource(java.lang.Object)"><B>setJAXP12SchemaSource(Object)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>As per JAXP 1.2 changes, which introduced a standard way for parsers to
 support schema validation.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html#setMatchTracker(org.custommonkey.xmlunit.MatchTracker)"><B>setMatchTracker(MatchTracker)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html#setNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)"><B>setNamespaceContext(NamespaceContext)</B></A> - 
Method in class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html#setNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)"><B>setNamespaceContext(NamespaceContext)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XpathEngine.html#setNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)"><B>setNamespaceContext(NamespaceContext)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</A>
<DD>Establish a namespace context.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setNormalize(boolean)"><B>setNormalize(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether Text nodes should be normalized.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setNormalizeWhitespace(boolean)"><B>setNormalizeWhitespace(boolean)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Whether whitespace characters inside text nodes or attributes
 should be "normalized".
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#setOutputProperties(java.util.Properties)"><B>setOutputProperties(Properties)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Override output properties specified in the transformation stylesheet
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#setOutputProperty(java.lang.String, java.lang.String)"><B>setOutputProperty(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Override an output property specified in the transformation stylesheet
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#setParameter(java.lang.String, java.lang.Object)"><B>setParameter(String, Object)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Add a parameter for the transformation
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#setRecoverable(boolean)"><B>setRecoverable(boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>Allow the recoverable field value to be overridden.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setSAXParserFactory(java.lang.String)"><B>setSAXParserFactory(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Override the SAX parser to use in tests.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setSAXParserFactory(javax.xml.parsers.SAXParserFactory)"><B>setSAXParserFactory(SAXParserFactory)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Override the SAX parser to use in tests.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setTestDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory)"><B>setTestDocumentBuilderFactory(DocumentBuilderFactory)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Override the <code>DocumentBuilderFactory</code> used to instantiate
 parsers for the test XML in an XMLTestCase.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setTestEntityResolver(org.xml.sax.EntityResolver)"><B>setTestEntityResolver(EntityResolver)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Sets an EntityResolver to be added to all new test parsers.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setTestParser(java.lang.String)"><B>setTestParser(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Overide the DocumentBuilder to use to parser test documents.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setTransformerFactory(java.lang.String)"><B>setTransformerFactory(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Overide the transformer to use for XSLT transformations (and by
 implication serialization and XPaths).
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#setURIResolver(javax.xml.transform.URIResolver)"><B>setURIResolver(URIResolver)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Set the URIResolver for the transformation
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setURIResolver(javax.xml.transform.URIResolver)"><B>setURIResolver(URIResolver)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Sets the URIResolver to use during transformations.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setXPathFactory(java.lang.String)"><B>setXPathFactory(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Sets the class to use as XPathFactory when using JAXP 1.3.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setXpathNamespaceContext(org.custommonkey.xmlunit.NamespaceContext)"><B>setXpathNamespaceContext(NamespaceContext)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Set the NamespaceContext to use in XPath tests.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html#setXSLTVersion(java.lang.String)"><B>setXSLTVersion(String)</B></A> - 
Static method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</A>
<DD>Sets the XSLT version to set on stylesheets used internally.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#similar()"><B>similar()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Return the result of a comparison.
<DT><A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html#similar(org.w3c.dom.Text, org.w3c.dom.Text)"><B>similar(Text, Text)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</A>
<DD>Determine whether the text nodes contain similar values
<DT><A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit"><B>SimpleNamespaceContext</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Implementation of NamespaceContext that's backed by a map.<DT><A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html#SimpleNamespaceContext(java.util.Map)"><B>SimpleNamespaceContext(Map)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</A>
<DD>Creates a NamespaceContext backed by the given map.
<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit"><B>SimpleXpathEngine</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Simple class for accessing the Nodes matched by an Xpath expression, or
 evaluating the String value of an Xpath expression.<DT><A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html#SimpleXpathEngine()"><B>SimpleXpathEngine()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#size()"><B>size()</B></A> - 
Method in class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Returns the current size.
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)"><B>skippedComparison(Node, Node)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>DifferenceListener implementation.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceListener.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)"><B>skippedComparison(Node, Node)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</A>
<DD>Receive notification that a comparison between 2 nodes has been skipped
  because the node types are not comparable by the DifferenceEngine
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)"><B>skippedComparison(Node, Node)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html#skippedComparison(org.w3c.dom.Node, org.w3c.dom.Node)"><B>skippedComparison(Node, Node)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</A>
<DD>Do nothing
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#skippedEntity(java.lang.String)"><B>skippedEntity(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#START_CDATA"><B>START_CDATA</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"![CDATA["
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#START_COMMENT"><B>START_COMMENT</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"!--"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#START_DOCTYPE"><B>START_DOCTYPE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"!DOCTYPE"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#START_PROCESSING_INSTRUCTION"><B>START_PROCESSING_INSTRUCTION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"?"
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startCDATA()"><B>startCDATA()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled LexicalHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startDocument()"><B>startDocument()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startDTD(java.lang.String, java.lang.String, java.lang.String)"><B>startDTD(String, String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled LexicalHandler method.
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><B>startElement(String, String, String, Attributes)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startEntity(java.lang.String)"><B>startEntity(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled LexicalHandler method
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#startPrefixMapping(java.lang.String, java.lang.String)"><B>startPrefixMapping(String, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Unhandled ContentHandler method
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#swingEvent2SaxAdapter"><B>swingEvent2SaxAdapter</B></A> - 
Variable in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testAttribute(org.w3c.dom.Attr)"><B>testAttribute(Attr)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testCDATASection(org.w3c.dom.CDATASection)"><B>testCDATASection(CDATASection)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testComment(org.w3c.dom.Comment)"><B>testComment(Comment)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testDocumentType(org.w3c.dom.DocumentType)"><B>testDocumentType(DocumentType)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testElement(org.w3c.dom.Element)"><B>testElement(Element)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testEntity(org.w3c.dom.Entity)"><B>testEntity(Entity)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testEntityReference(org.w3c.dom.EntityReference)"><B>testEntityReference(EntityReference)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testNode(org.w3c.dom.Node, org.custommonkey.xmlunit.NodeTest)"><B>testNode(Node, NodeTest)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Validate a single Node by delegating to node type specific methods.
<DT><A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html#testNode(org.w3c.dom.Node, org.custommonkey.xmlunit.NodeTest)"><B>testNode(Node, NodeTest)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</A>
<DD>A single Node is always valid
<DT><A HREF="./org/custommonkey/xmlunit/NodeTester.html#testNode(org.w3c.dom.Node, org.custommonkey.xmlunit.NodeTest)"><B>testNode(Node, NodeTest)</B></A> - 
Method in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit">NodeTester</A>
<DD>Validate a single Node
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testNotation(org.w3c.dom.Notation)"><B>testNotation(Notation)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testProcessingInstruction(org.w3c.dom.ProcessingInstruction)"><B>testProcessingInstruction(ProcessingInstruction)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html#testText(org.w3c.dom.Text)"><B>testText(Text)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</A>
<DD>Template delegator for testNode() method.
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#TEXT_VALUE"><B>TEXT_VALUE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 different text values
<DT><A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html#TEXT_VALUE_ID"><B>TEXT_VALUE_ID</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</A>
<DD>Comparing 2 different text values
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textDifference(org.custommonkey.xmlunit.Difference)"><B>textDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>Delegates to <A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><CODE>textualDifference</CODE></A>.
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples"><B>TextDifferenceListenerBase</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>Base class that delegates all differences to another DifferenceListener.<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#TextDifferenceListenerBase(org.custommonkey.xmlunit.DifferenceListener)"><B>TextDifferenceListenerBase(DifferenceListener)</B></A> - 
Constructor for class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html#textualDifference(org.custommonkey.xmlunit.Difference)"><B>textualDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">CaseInsensitiveDifferenceListener</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html#textualDifference(org.custommonkey.xmlunit.Difference)"><B>textualDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">FloatingPointTolerantDifferenceListener</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html#textualDifference(org.custommonkey.xmlunit.Difference)"><B>textualDifference(Difference)</B></A> - 
Method in class org.custommonkey.xmlunit.examples.<A HREF="./org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</A>
<DD>Delegates to the nested DifferenceListener.
<DT><A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html#toIntArray()"><B>toIntArray()</B></A> - 
Method in class org.custommonkey.xmlunit.util.<A HREF="./org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</A>
<DD>Returns an arry view of this buffer's content.
<DT><A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html#tolerantSaxDocumentBuilder"><B>tolerantSaxDocumentBuilder</B></A> - 
Variable in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit"><B>TolerantSaxDocumentBuilder</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>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.<DT><A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html#TolerantSaxDocumentBuilder(javax.xml.parsers.DocumentBuilder)"><B>TolerantSaxDocumentBuilder(DocumentBuilder)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</A>
<DD>Constructor for specific JAXP parser
<DT><A HREF="./org/custommonkey/xmlunit/Diff.html#toString()"><B>toString()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</A>
<DD>Get the result of this Diff instance as a String
<DT><A HREF="./org/custommonkey/xmlunit/Difference.html#toString()"><B>toString()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#toString()"><B>toString()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#toXpathString()"><B>toXpathString()</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit"><B>Transform</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Handy wrapper for an XSLT transformation performed using JAXP/Trax.<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(java.lang.String, java.lang.String)"><B>Transform(String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation using String input XML and String stylesheet
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(java.lang.String, java.io.File)"><B>Transform(String, File)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation using String input XML and stylesheet in a File
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(org.xml.sax.InputSource, org.xml.sax.InputSource)"><B>Transform(InputSource, InputSource)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation using InputSource input XML and
 InputSource stylesheet
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(org.xml.sax.InputSource, java.io.File)"><B>Transform(InputSource, File)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation using InputSource input XML and
 stylesheet in a File
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(org.w3c.dom.Node)"><B>Transform(Node)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation that allows us to serialize a DOM Node
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(org.w3c.dom.Node, java.lang.String)"><B>Transform(Node, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation from an input Node and stylesheet in a String
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(org.w3c.dom.Node, java.io.File)"><B>Transform(Node, File)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation from an input Node and stylesheet in a File
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#Transform(javax.xml.transform.Source, javax.xml.transform.Source)"><B>Transform(Source, Source)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Create a transformation using Source input XML and Source stylesheet
<DT><A HREF="./org/custommonkey/xmlunit/Transform.html#transformTo(javax.xml.transform.Result)"><B>transformTo(Result)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</A>
<DD>Perform the actual transformation
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#useXMLSchema(boolean)"><B>useXMLSchema(boolean)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Turn on XML Schema validation.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13"><B>Validator</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</A><DD>Validator class based of <CODE>javax.xml.validation</CODE>.<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator()"><B>Validator()</B></A> - 
Constructor for class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>validates using W3C XML Schema 1.0.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator(java.lang.String)"><B>Validator(String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>validates using the specified schema language.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator(javax.xml.validation.SchemaFactory)"><B>Validator(SchemaFactory)</B></A> - 
Constructor for class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>validates using the specified schema factory.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html#Validator(java.lang.String, javax.xml.validation.SchemaFactory)"><B>Validator(String, SchemaFactory)</B></A> - 
Constructor for class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</A>
<DD>validates using the specified schema language or factory.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit"><B>Validator</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Validates XML against its internal or external DOCTYPE, or a completely
  different DOCTYPE.<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, boolean)"><B>Validator(InputSource, boolean)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the protected three arg constructor instead.</I>
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, java.lang.String, boolean)"><B>Validator(InputSource, String, boolean)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Baseline constructor: called by all others
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(org.w3c.dom.Document, java.lang.String, java.lang.String)"><B>Validator(Document, String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>DOM-style constructor: allows Document validation post-manipulation
 of the DOM tree's contents.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(java.io.Reader)"><B>Validator(Reader)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Basic constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(java.lang.String)"><B>Validator(String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Basic constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource)"><B>Validator(InputSource)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Basic constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(java.io.Reader, java.lang.String)"><B>Validator(Reader, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Extended constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(java.lang.String, java.lang.String)"><B>Validator(String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Extended constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, java.lang.String)"><B>Validator(InputSource, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Extended constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(org.xml.sax.InputSource, java.lang.String, java.lang.String)"><B>Validator(InputSource, String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Full constructor.
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#Validator(java.io.Reader, java.lang.String, java.lang.String)"><B>Validator(Reader, String, String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>Full constructor.
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#visited(org.w3c.dom.Node)"><B>visited(Node)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>Call when visiting a node whose xpath location needs tracking
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#visitedAttribute(java.lang.String)"><B>visitedAttribute(String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#visitedNode(org.w3c.dom.Node, java.lang.String)"><B>visitedNode(Node, String)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR"><B>W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"noNamespaceSchemaLocation"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_NS_URI"><B>W3C_XML_SCHEMA_INSTANCE_NS_URI</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>http://www.w3.org/2001/XMLSchema-instance
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR"><B>W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"schemaLocation"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#W3C_XML_SCHEMA_NS_URI"><B>W3C_XML_SCHEMA_NS_URI</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>http://www.w3.org/2001/XMLSchema
<DT><A HREF="./org/custommonkey/xmlunit/Validator.html#warning(org.xml.sax.SAXParseException)"><B>warning(SAXParseException)</B></A> - 
Method in class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</A>
<DD>ErrorHandler interface method.
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XML_DECLARATION"><B>XML_DECLARATION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>&lt;?xml&gt; declaration
<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit"><B>XMLAssert</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Collection of static methods so that XML assertion facilities are available
 in any class, not just test suites.<DT><A HREF="./org/custommonkey/xmlunit/XMLAssert.html#XMLAssert()"><B>XMLAssert()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit"><B>XMLConstants</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>A convenient place to hang constants relating to general XML usage<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XMLNS_PREFIX"><B>XMLNS_PREFIX</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>xmlns attribute prefix
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit"><B>XMLTestCase</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>JUnit TestCase subclass: extend this to add XML assertion facilities to your
 test suites.<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#XMLTestCase()"><B>XMLTestCase()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Construct a new XML test case.
<DT><A HREF="./org/custommonkey/xmlunit/XMLTestCase.html#XMLTestCase(java.lang.String)"><B>XMLTestCase(String)</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</A>
<DD>Construct a new test case.
<DT><A HREF="./org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit"><B>XMLUnit</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Allows access to project control parameters such as which Parser to use and
 provides some convenience methods for building Documents from Strings etc.<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions"><B>XMLUnitException</B></A> - Exception in <A HREF="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</A><DD>Base class of any checked exception that can be thrown within
 XMLUnit.<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html#XMLUnitException(java.lang.String, java.lang.Throwable)"><B>XMLUnitException(String, Throwable)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitException</A>
<DD>Inititializes the exeption.
<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13"><B>XMLUnitNamespaceContext2Jaxp13</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</A><DD>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>.<DT><A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html#XMLUnitNamespaceContext2Jaxp13(org.custommonkey.xmlunit.NamespaceContext)"><B>XMLUnitNamespaceContext2Jaxp13(NamespaceContext)</B></A> - 
Constructor for class org.custommonkey.xmlunit.jaxp13.<A HREF="./org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</A>
<DD>&nbsp;
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions"><B>XMLUnitRuntimeException</B></A> - Exception in <A HREF="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</A><DD>Base class of any RuntimeException that can be thrown within
 XMLUnit.<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html#XMLUnitRuntimeException(java.lang.String, java.lang.Throwable)"><B>XMLUnitRuntimeException(String, Throwable)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</A>
<DD>Inititializes the exeption.
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html#XMLUnitRuntimeException(java.lang.String)"><B>XMLUnitRuntimeException(String)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</A>
<DD>Inititializes an exeption without cause.
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_ATTRIBUTE_IDENTIFIER"><B>XPATH_ATTRIBUTE_IDENTIFIER</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"&at;"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_CHARACTER_NODE_IDENTIFIER"><B>XPATH_CHARACTER_NODE_IDENTIFIER</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"text()"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_COMMENT_IDENTIFIER"><B>XPATH_COMMENT_IDENTIFIER</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"comment()"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_NODE_INDEX_END"><B>XPATH_NODE_INDEX_END</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"]"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_NODE_INDEX_START"><B>XPATH_NODE_INDEX_START</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"["
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_PROCESSING_INSTRUCTION_IDENTIFIER"><B>XPATH_PROCESSING_INSTRUCTION_IDENTIFIER</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"processing-instruction()"
<DT><A HREF="./org/custommonkey/xmlunit/XMLConstants.html#XPATH_SEPARATOR"><B>XPATH_SEPARATOR</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</A>
<DD>"/"
<DT><A HREF="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit"><B>XpathEngine</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Abstraction of an engine evaluating XPath expressions.<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions"><B>XpathException</B></A> - Exception in <A HREF="./org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</A><DD>Exception an <A HREF="./org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit"><CODE>XpathEngine</CODE></A> is allowed to throw.<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html#XpathException(java.lang.Throwable)"><B>XpathException(Throwable)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</A>
<DD>Inititializes the exeption.
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html#XpathException(java.lang.String)"><B>XpathException(String)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</A>
<DD>Inititializes the exeption.
<DT><A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html#XpathException(java.lang.String, java.lang.Throwable)"><B>XpathException(String, Throwable)</B></A> - 
Constructor for exception org.custommonkey.xmlunit.exceptions.<A HREF="./org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</A>
<DD>Inititializes the exeption.
<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit"><B>XpathNodeTracker</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>Tracks Nodes visited by the DifferenceEngine and 
 converts that information into an Xpath-String to supply
 to the NodeDetail of a Difference instance<DT><A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html#XpathNodeTracker()"><B>XpathNodeTracker()</B></A> - 
Constructor for class org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</A>
<DD>Simple constructor
<DT><A HREF="./org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples"><B>XPathRegexAssert</B></A> - Class in <A HREF="./org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</A><DD>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+).<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_END"><B>XSLT_END</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;/xsl:stylesheet&gt;
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_IDENTITY_TEMPLATE"><B>XSLT_IDENTITY_TEMPLATE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;xsl:template&gt; to copy the current nodeset into the output tree
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_START"><B>XSLT_START</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;xsl:stylesheet ...
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_START_NO_VERSION"><B>XSLT_START_NO_VERSION</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;xsl:stylesheet
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_STRIP_COMMENTS_TEMPLATE"><B>XSLT_STRIP_COMMENTS_TEMPLATE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;xsl:template&gt; to copy the current nodeset into the
 output tree while stripping comments.
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_STRIP_WHITESPACE"><B>XSLT_STRIP_WHITESPACE</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;xsl:strip-space&gt; for all elements
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html#XSLT_XML_OUTPUT_NOINDENT"><B>XSLT_XML_OUTPUT_NOINDENT</B></A> - 
Static variable in interface org.custommonkey.xmlunit.<A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</A>
<DD>&lt;xsl:output&gt; for XML with no indentation
<DT><A HREF="./org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit"><B>XSLTConstants</B></A> - Interface in <A HREF="./org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</A><DD>A convenient place to hang constants relating to XSL transformations</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<p><a href="http://xmlunit.sourceforge.net/">XMLUnit</a> is hosted by sourceforge.net</p></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>