-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathallclasses-index.html
More file actions
846 lines (846 loc) · 80.1 KB
/
allclasses-index.html
File metadata and controls
846 lines (846 loc) · 80.1 KB
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
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>All Classes and Interfaces (XMLUnit for Java 2.9.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-classes-index-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#all-classes">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1>
</div>
<div id="all-classes-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="all-classes-table-tab0" role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="all-classes-table-tab1" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab1', 2)" class="table-tab">Interfaces</button><button id="all-classes-table-tab2" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab2', 2)" class="table-tab">Classes</button><button id="all-classes-table-tab3" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab3', 2)" class="table-tab">Enums</button><button id="all-classes-table-tab5" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab5', 2)" class="table-tab">Exceptions</button></div>
<div id="all-classes-table.tabpanel" role="tabpanel">
<div class="summary-table two-column-summary" aria-labelledby="all-classes-table-tab0">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/AbstractDifferenceEngine.html" title="class in org.xmlunit.diff">AbstractDifferenceEngine</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Useful base-implementation of some parts of the DifferenceEngine
interface.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/AbstractDifferenceEngine.DeferredComparison.html" title="interface in org.xmlunit.diff">AbstractDifferenceEngine.DeferredComparison</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Encapsulates a comparison that may or may not be performed.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/AbstractNodeTester.html" title="class in org.custommonkey.xmlunit">AbstractNodeTester</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Helper class.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/ByNameAndTextRecSelector.html" title="class in org.xmlunit.diff">ByNameAndTextRecSelector</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block"><a href="org/xmlunit/diff/ElementSelector.html" title="interface in org.xmlunit.diff"><code>ElementSelector</code></a> that allows two elements to be compared if
their name (including namespace URI, if any) and textual content is
the same and the same is true for all child elements recursively.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">CaseInsensitiveDifferenceListener</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Ignores case for all textual content.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/input/CommentLessSource.html" title="class in org.xmlunit.input">CommentLessSource</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A source that is obtained from a different source by stripping all
comments.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/CompareAssert.html" title="class in org.xmlunit.assertj">CompareAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for XMLs comparison.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/CompareAssert.html" title="class in org.xmlunit.assertj3">CompareAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for XMLs comparison.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/matchers/CompareMatcher.html" title="class in org.xmlunit.matchers">CompareMatcher</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">This Hamcrest <code>Matcher</code> compares two XML sources with each others.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/Comparison.html" title="class in org.xmlunit.diff">Comparison</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Details of a single comparison XMLUnit has performed.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/Comparison.Detail.html" title="class in org.xmlunit.diff">Comparison.Detail</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">The details of a target (usually some representation of an XML
Node) that took part in the comparison.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/ComparisonController.html" title="interface in org.custommonkey.xmlunit">ComparisonController</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Callback interface used by DifferenceEngine to determine whether to halt the
node-by-node comparison of two pieces of XML</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/ComparisonController.html" title="interface in org.xmlunit.diff">ComparisonController</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Decides whether the difference engine should stop the whole
comparison process because of the current difference.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/ComparisonControllers.html" title="class in org.xmlunit.diff">ComparisonControllers</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Controllers used for the base cases.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/ComparisonFormatter.html" title="interface in org.xmlunit.diff">ComparisonFormatter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Formatter methods for a <a href="org/xmlunit/diff/Comparison.html" title="class in org.xmlunit.diff"><code>Comparison</code></a> Object.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/ComparisonListener.html" title="interface in org.xmlunit.diff">ComparisonListener</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Is notified of comparisions and their results.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/ComparisonListenerSupport.html" title="class in org.xmlunit.diff">ComparisonListenerSupport</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Encapsulates support for <a href="org/xmlunit/diff/ComparisonListener.html" title="interface in org.xmlunit.diff"><code>ComparisonListener</code></a>s so it can be
reused by different implementations of <a href="org/xmlunit/diff/DifferenceEngine.html" title="interface in org.xmlunit.diff"><code>DifferenceEngine</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab3"><a href="org/xmlunit/diff/ComparisonResult.html" title="enum in org.xmlunit.diff">ComparisonResult</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">
<div class="block">The possible outcomes of a comparision.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="org/xmlunit/diff/ComparisonType.html" title="enum in org.xmlunit.diff">ComparisonType</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">
<div class="block">The kinds of comparisons XMLUnit performs.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab5"><a href="org/custommonkey/xmlunit/exceptions/ConfigurationException.html" title="class in org.custommonkey.xmlunit.exceptions">ConfigurationException</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab5">
<div class="block">Exception thrown when an XML parser-, transformer- or XPath-factory
throws a configuration exception.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab5"><a href="org/xmlunit/ConfigurationException.html" title="class in org.xmlunit">ConfigurationException</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab5">
<div class="block">Exception thrown when anything inside JAXP throws a
*ConfigurationException.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/Convert.html" title="class in org.xmlunit.util">Convert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Conversion methods.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/CountingNodeTester.html" title="class in org.custommonkey.xmlunit.examples">CountingNodeTester</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Counts the number of nodes in a document to allow assertions to be made
using a NodeTest.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/DefaultComparisonFormatter.html" title="class in org.xmlunit.diff">DefaultComparisonFormatter</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Formatter methods for a <a href="org/xmlunit/diff/Comparison.html" title="class in org.xmlunit.diff"><code>Comparison</code></a> Object.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/javax_jaxb/DefaultJaxbBuilderFactory.html" title="class in org.xmlunit.builder.javax_jaxb">DefaultJaxbBuilderFactory</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Default implementation that uses <code>javax.xml.bind</code>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/DefaultNodeMatcher.html" title="class in org.xmlunit.diff">DefaultNodeMatcher</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Default implemetation of <a href="org/xmlunit/diff/NodeMatcher.html" title="interface in org.xmlunit.diff"><code>NodeMatcher</code></a> that matches control
and tests nodes for comparison with the help of <a href="org/xmlunit/diff/DefaultNodeMatcher.NodeTypeMatcher.html" title="interface in org.xmlunit.diff"><code>DefaultNodeMatcher.NodeTypeMatcher</code></a> and <a href="org/xmlunit/diff/ElementSelector.html" title="interface in org.xmlunit.diff"><code>ElementSelector</code></a>s.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/DefaultNodeMatcher.DefaultNodeTypeMatcher.html" title="class in org.xmlunit.diff">DefaultNodeMatcher.DefaultNodeTypeMatcher</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block"><a href="org/xmlunit/diff/DefaultNodeMatcher.NodeTypeMatcher.html" title="interface in org.xmlunit.diff"><code>DefaultNodeMatcher.NodeTypeMatcher</code></a> that marks pairs of nodes of the same
node type as well as pairs of CDATA sections and text nodes as
eligible.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/DefaultNodeMatcher.NodeTypeMatcher.html" title="interface in org.xmlunit.diff">DefaultNodeMatcher.NodeTypeMatcher</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Determines whether two Nodes are eligible for comparison based
on their node type.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/DetailedDiff.html" title="class in org.custommonkey.xmlunit">DetailedDiff</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Compares and describes all the differences between two XML documents.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/Diff.html" title="class in org.custommonkey.xmlunit">Diff</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Compares and describes any difference between XML documents.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/Diff.html" title="class in org.xmlunit.diff">Diff</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">The Diff-Object is the result of two comparisons.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/DiffBuilder.html" title="class in org.xmlunit.builder">DiffBuilder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">DiffBuilder to create a <a href="org/xmlunit/diff/Diff.html" title="class in org.xmlunit.diff"><code>Diff</code></a> instance.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/Difference.html" title="class in org.custommonkey.xmlunit">Difference</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Value object that describes a difference between DOM Nodes using one of
the DifferenceConstants ID values and a NodeDetail instance.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/Difference.html" title="class in org.xmlunit.diff">Difference</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Combines a <a href="org/xmlunit/diff/Comparison.html" title="class in org.xmlunit.diff"><code>Comparison</code></a> and its <a href="org/xmlunit/diff/ComparisonResult.html" title="enum in org.xmlunit.diff"><code>result</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/DifferenceConstants.html" title="interface in org.custommonkey.xmlunit">DifferenceConstants</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Constants for describing differences between DOM Nodes.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/DifferenceEngine.html" title="class in org.custommonkey.xmlunit">DifferenceEngine</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Class that has responsibility for comparing Nodes and notifying a
DifferenceListener of any differences or dissimilarities that are found.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/DifferenceEngine.html" title="interface in org.xmlunit.diff">DifferenceEngine</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">XMLUnit's difference engine.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab5"><a href="org/custommonkey/xmlunit/DifferenceEngine.DifferenceFoundException.html" title="class in org.custommonkey.xmlunit">DifferenceEngine.DifferenceFoundException</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab5">
<div class="block">Marker exception thrown by the protected compare() method and passed
upwards through the call stack to the public compare() method.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/DifferenceEngineConfigurer.html" title="interface in org.xmlunit.builder">DifferenceEngineConfigurer</a><<a href="org/xmlunit/builder/DifferenceEngineConfigurer.html" title="type parameter in DifferenceEngineConfigurer">D</a> extends <a href="org/xmlunit/builder/DifferenceEngineConfigurer.html" title="interface in org.xmlunit.builder">DifferenceEngineConfigurer</a><<a href="org/xmlunit/builder/DifferenceEngineConfigurer.html" title="type parameter in DifferenceEngineConfigurer">D</a>>></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Subset of the configuration options available for a <a href="org/xmlunit/diff/DifferenceEngine.html" title="interface in org.xmlunit.diff"><code>DifferenceEngine</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/DifferenceEngineContract.html" title="interface in org.custommonkey.xmlunit">DifferenceEngineContract</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">The pieces of DifferenceEngine's API used by Diff.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/DifferenceEvaluator.html" title="interface in org.xmlunit.diff">DifferenceEvaluator</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">May decide to up- or downgrade the severity of a difference.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/DifferenceEvaluators.html" title="class in org.xmlunit.diff">DifferenceEvaluators</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Evaluators used for the base cases.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/DifferenceListener.html" title="interface in org.custommonkey.xmlunit">DifferenceListener</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Listener for callbacks from a
<a href="org/custommonkey/xmlunit/DifferenceEngine.html#compare(org.w3c.dom.Node,org.w3c.dom.Node,org.custommonkey.xmlunit.DifferenceListener,org.custommonkey.xmlunit.ElementQualifier)"><code>DifferenceEngine comparison</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/DoctypeInputStream.html" title="class in org.custommonkey.xmlunit">DoctypeInputStream</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts the marked-up content in a source InputStream to specify that it
conforms to a different DTD.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/DoctypeReader.html" title="class in org.custommonkey.xmlunit">DoctypeReader</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts the marked-up content in a source Reader to specify that it
conforms to a different DTD.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/DocumentBuilderFactoryConfigurer.html" title="class in org.xmlunit.util">DocumentBuilderFactoryConfigurer</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Configures DocumentBuilderFactories.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/DocumentBuilderFactoryConfigurer.Builder.html" title="class in org.xmlunit.util">DocumentBuilderFactoryConfigurer.Builder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Builder for a DocumentBuilderFactoryConfigurer.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/DOMDifferenceEngine.html" title="class in org.xmlunit.diff">DOMDifferenceEngine</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Difference engine based on DOM.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/input/ElementContentWhitespaceStrippedSource.html" title="class in org.xmlunit.input">ElementContentWhitespaceStrippedSource</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A source that is obtained from a different source by removing all
text nodes that only contain whitespace.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndAttributeQualifier</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">More complex interface implementation that tests two elements for tag name
and attribute name comparability.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/ElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameAndTextQualifier</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">More complex interface implementation that tests two elements for tag name
and text content comparability.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/ElementNameQualifier.html" title="class in org.custommonkey.xmlunit">ElementNameQualifier</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Simple interface implementation that tests two elements for name
comparability.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/ElementQualifier.html" title="interface in org.custommonkey.xmlunit">ElementQualifier</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface used by the DifferenceEngine class to determine which elements can
be compared within a NodeList of child nodes.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/ElementSelector.html" title="interface in org.xmlunit.diff">ElementSelector</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Strategy used by <a href="org/xmlunit/diff/DefaultNodeMatcher.html" title="class in org.xmlunit.diff"><code>DefaultNodeMatcher</code></a> for selecting matching
elements.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/ElementSelectors.html" title="class in org.xmlunit.diff">ElementSelectors</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Common ElementSelector implementations.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilder.html" title="interface in org.xmlunit.diff">ElementSelectors.ConditionalSelectorBuilder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Allows to build complex <a href="org/xmlunit/diff/ElementSelector.html" title="interface in org.xmlunit.diff"><code>ElementSelector</code></a>s by combining simpler blocks.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilderThen.html" title="interface in org.xmlunit.diff">ElementSelectors.ConditionalSelectorBuilderThen</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block"><code>then</code>-part of conditional <a href="org/xmlunit/diff/ElementSelectors.html" title="class in org.xmlunit.diff"><code>ElementSelectors</code></a> built
via <a href="org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilder.html" title="interface in org.xmlunit.diff"><code>ElementSelectors.ConditionalSelectorBuilder</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ElementsShouldSatisfy.html" title="class in org.xmlunit.assertj.error">ElementsShouldSatisfy</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ElementsShouldSatisfy.html" title="class in org.xmlunit.assertj3.error">ElementsShouldSatisfy</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Copied subset of <code>ElementsShouldSatisfy</code> as AssertJ has moved the nested
UnsatisfiedRequirement class to a top level class, breaking backwards compatibility.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ElementsShouldSatisfy.UnsatisfiedRequirement.html" title="class in org.xmlunit.assertj.error">ElementsShouldSatisfy.UnsatisfiedRequirement</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Holds the element not satisfing a requirement and the error message.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ElementsShouldSatisfy.UnsatisfiedRequirement.html" title="class in org.xmlunit.assertj3.error">ElementsShouldSatisfy.UnsatisfiedRequirement</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Holds the element not satisfing a requirement and the error message.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/matchers/EvaluateXPathMatcher.html" title="class in org.xmlunit.matchers">EvaluateXPathMatcher</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">This Hamcrest <code>Matcher</code> verifies whether the evaluation of the provided XPath expression
corresponds to the value matcher specified for the provided input XML object.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html" title="class in org.custommonkey.xmlunit.examples">FloatingPointTolerantDifferenceListener</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Expects texts to be floating point numbers and treats them as
identical if they only differ by a given tolerance value (or less).</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/matchers/HasXPathMatcher.html" title="class in org.xmlunit.matchers">HasXPathMatcher</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">This Hamcrest <code>Matcher</code> verifies whether the provided XPath expression corresponds to at least
one element in the provided object.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/HTMLDocumentBuilder.html" title="class in org.custommonkey.xmlunit">HTMLDocumentBuilder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Build a DOM document from HTML content converting from 'plain' HTML into
'XHTML' along the way with the help of a TolerantSaxDocumentBuilder and
the Swing html parser classes.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/placeholder/IgnorePlaceholderHandler.html" title="class in org.xmlunit.placeholder">IgnorePlaceholderHandler</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Handler for the "ignore" placeholder keyword.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html" title="class in org.custommonkey.xmlunit">IgnoreTextAndAttributeValuesDifferenceListener</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Class to use when performing a Diff that only compares the
structure of 2 pieces of XML, i.e. where the values of text
and attribute nodes should be ignored.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/Input.html" title="class in org.xmlunit.builder">Input</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Fluent API to create Source instances.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/Input.Builder.html" title="interface in org.xmlunit.builder">Input.Builder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface for fluent builders of <a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/Source.html" title="class or interface in javax.xml.transform" class="external-link"><code>Source</code></a>s.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/Input.TransformationBuilder.html" title="interface in org.xmlunit.builder">Input.TransformationBuilder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Builds <a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/Source.html" title="class or interface in javax.xml.transform" class="external-link"><code>Source</code></a>s by transforming other sources.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/util/IntegerBuffer.html" title="class in org.custommonkey.xmlunit.util">IntegerBuffer</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Simplistic dynamically growing buffer of integers used by DoctypeSupport.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/placeholder/IsDateTimePlaceholderHandler.html" title="class in org.xmlunit.placeholder">IsDateTimePlaceholderHandler</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Handler for the <code>isDateTime</code> placeholder keyword.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/IsNullPredicate.html" title="class in org.xmlunit.util">IsNullPredicate</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A function that tests whether an object is null.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/placeholder/IsNumberPlaceholderHandler.html" title="class in org.xmlunit.placeholder">IsNumberPlaceholderHandler</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Handler for the <code>isNumber</code> placeholder keyword.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/IterableNodeList.html" title="class in org.xmlunit.util">IterableNodeList</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Provides an iterable view to a NodeList, the Iterator that can be
obtained from this Iterable will be read-only.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/jakarta_jaxb/JakartaJaxbBuilder.html" title="class in org.xmlunit.builder.jakarta_jaxb">JakartaJaxbBuilder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block"><a href="org/xmlunit/builder/JaxbBuilder.html" title="class in org.xmlunit.builder"><code>JaxbBuilder</code></a> for Jaxb-Object and creating a <code>JAXBSource</code>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/jakarta_jaxb/JakartaJaxbBuilderFactory.html" title="class in org.xmlunit.builder.jakarta_jaxb">JakartaJaxbBuilderFactory</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Implementation that uses <code>jakarta.xml.bind</code>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/javax_jaxb/JavaxJaxbBuilder.html" title="class in org.xmlunit.builder.javax_jaxb">JavaxJaxbBuilder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block"><a href="org/xmlunit/builder/JaxbBuilder.html" title="class in org.xmlunit.builder"><code>JaxbBuilder</code></a> for Jaxb-Object and creating a <a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/util/JAXBSource.html" title="class or interface in javax.xml.bind.util" class="external-link"><code>JAXBSource</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/JaxbBuilder.html" title="class in org.xmlunit.builder">JaxbBuilder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block"><a href="org/xmlunit/builder/Input.Builder.html" title="interface in org.xmlunit.builder"><code>Input.Builder</code></a> for Jaxb-Object and creating a <code>JAXBSource</code>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/JaxbBuilderFactory.html" title="interface in org.xmlunit.builder">JaxbBuilderFactory</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface that creates a JAXB Builder.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html" title="class in org.custommonkey.xmlunit.jaxp13">Jaxp13XpathEngine</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">XPath engine based on javax.xml.xpath.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/JAXPConstants.html" title="class in org.custommonkey.xmlunit">JAXPConstants</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Utility constant class for JAXP-defined constants.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/JAXPConstants.Properties.html" title="class in org.custommonkey.xmlunit">JAXPConstants.Properties</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Contains names for common properties.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/validation/JAXPValidator.html" title="class in org.xmlunit.validation">JAXPValidator</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Validator using the javax.xml.validation namespace.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/xpath/JAXPXPathEngine.html" title="class in org.xmlunit.xpath">JAXPXPathEngine</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Simplified access to JAXP's XPath API.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/validation/Languages.html" title="class in org.xmlunit.validation">Languages</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Constants for the languages supported by XMLUnit's schema
validation.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/Linqy.html" title="class in org.xmlunit.util">Linqy</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A couple of (functional) sequence processing constructs.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/util/Mapper.html" title="interface in org.xmlunit.util">Mapper</a><<a href="org/xmlunit/util/Mapper.html" title="type parameter in Mapper">F</a>,<wbr><a href="org/xmlunit/util/Mapper.html" title="type parameter in Mapper">T</a>></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">A function mapping from one type to another.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/placeholder/MatchesRegexPlaceholderHandler.html" title="class in org.xmlunit.placeholder">MatchesRegexPlaceholderHandler</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Handler for the <code>matchesRegex()</code> placeholder keyword.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/MatchTracker.html" title="interface in org.custommonkey.xmlunit">MatchTracker</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Listener for callbacks from a <a href="org/custommonkey/xmlunit/DifferenceEngine.html#compare(org.w3c.dom.Node,org.w3c.dom.Node,org.custommonkey.xmlunit.DifferenceListener,org.custommonkey.xmlunit.ElementQualifier)"><code>DifferenceEngine comparison</code></a> that is notified on each and every
comparision that resulted in a match.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/MultiLevelByNameAndTextSelector.html" title="class in org.xmlunit.diff">MultiLevelByNameAndTextSelector</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block"><a href="org/xmlunit/diff/ElementSelector.html" title="interface in org.xmlunit.diff"><code>ElementSelector</code></a> that allows two elements to be compared if
their name (including namespace URI, if any) and textual content is
the same at a certain level of nesting.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">MultiLevelElementNameAndTextQualifier</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Per popular request an interface implementation that uses element
names and the text node containes in the n'th child node to compare
elements.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/MultipleNodeAssert.html" title="class in org.xmlunit.assertj">MultipleNodeAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> of <a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html" title="class or interface in org.w3c.dom" class="external-link"><code>Node</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/MultipleNodeAssert.html" title="class in org.xmlunit.assertj3">MultipleNodeAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> of <a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html" title="class or interface in org.w3c.dom" class="external-link"><code>Node</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit">NamespaceContext</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface used by XpathEngine in order to map prefixes to namespace URIs.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NewDifferenceEngine.html" title="class in org.custommonkey.xmlunit">NewDifferenceEngine</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Class that has responsibility for comparing Nodes and notifying a
DifferenceListener of any differences or dissimilarities that are found.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NewDifferenceEngine.ComparisonController2ComparisonController.html" title="class in org.custommonkey.xmlunit">NewDifferenceEngine.ComparisonController2ComparisonController</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts XMLUnit 1.x ComparisonController to XMLUnit 2.x ComparisonController.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html" title="class in org.custommonkey.xmlunit">NewDifferenceEngine.DifferenceListener2DifferenceEvaluator</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts XMLUnit 1.x DifferenceListener to XMLUnit 2.x DifferenceEvaluator.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NewDifferenceEngine.ElementQualifier2ElementSelector.html" title="class in org.custommonkey.xmlunit">NewDifferenceEngine.ElementQualifier2ElementSelector</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts XMLUnit 1.x ComparisonQualifider to XMLUnit 2.x ElementSelector.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NewDifferenceEngine.MatchTracker2ComparisonListener.html" title="class in org.custommonkey.xmlunit">NewDifferenceEngine.MatchTracker2ComparisonListener</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts XMLUnit 1.x MatchTracker to XMLUnit 2.x ComparisonListener.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NodeDescriptor.html" title="class in org.custommonkey.xmlunit">NodeDescriptor</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Class for describing Nodes</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NodeDetail.html" title="class in org.custommonkey.xmlunit">NodeDetail</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Parameter class for holding information about a <code>Node</code> within
a Difference instance</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/NodeFilters.html" title="class in org.xmlunit.diff">NodeFilters</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Common NodeFilter implementations.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NodeInputStream.html" title="class in org.custommonkey.xmlunit">NodeInputStream</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapter class to present the content of a DOM Node (e.g. a Document) as an
InputStream using a DOM to Stream transformation.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/NodeMatcher.html" title="interface in org.xmlunit.diff">NodeMatcher</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Strategy that matches control and tests nodes for comparison.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/Nodes.html" title="class in org.xmlunit.util">Nodes</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Utility algorithms that work on DOM nodes.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/NodeTest.html" title="class in org.custommonkey.xmlunit">NodeTest</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Encapsulation of the Node-by-Node testing of a DOM Document
Uses a nodetype-specific <code>NodeFilter</code> to pass the DOM Nodes
to a NodeTester instance that performs the acual Node validation.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/NodeTester.html" title="interface in org.custommonkey.xmlunit">NodeTester</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Perform Node-by-Node validation of a DOM Document.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab5"><a href="org/custommonkey/xmlunit/NodeTestException.html" title="class in org.custommonkey.xmlunit">NodeTestException</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab5">
<div class="block">Thrown by a NodeTest that fails.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/input/NormalizedSource.html" title="class in org.xmlunit.input">NormalizedSource</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Performs XML normalization on a given Source, Document or Node.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/validation/ParsingValidator.html" title="class in org.xmlunit.validation">ParsingValidator</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Validator implementation that uses "the old way" of validating an
XML input by parsing the input.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/placeholder/PlaceholderDifferenceEvaluator.html" title="class in org.xmlunit.placeholder">PlaceholderDifferenceEvaluator</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">This class is used to add placeholder feature to XML comparison.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/placeholder/PlaceholderHandler.html" title="interface in org.xmlunit.placeholder">PlaceholderHandler</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface implemented by classes that are responsible for a
placeholder keyword.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/placeholder/PlaceholderSupport.html" title="class in org.xmlunit.placeholder">PlaceholderSupport</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adds support for the placeholder feature to a <a href="org/xmlunit/builder/DifferenceEngineConfigurer.html" title="interface in org.xmlunit.builder"><code>DifferenceEngineConfigurer</code></a> - like <a href="org/xmlunit/builder/DiffBuilder.html" title="class in org.xmlunit.builder"><code>DiffBuilder</code></a> or <code>
org.xmlunit.matchers.CompareMatcher</code>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/util/Predicate.html" title="interface in org.xmlunit.util">Predicate</a><<a href="org/xmlunit/util/Predicate.html" title="type parameter in Predicate">T</a>></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">A function that tests an object for a property.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/QualifiedName.html" title="class in org.custommonkey.xmlunit">QualifiedName</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Since javax.xml.namespace.QName is not present prior to Java5, this
is XMLUnit's own abstraction.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html" title="class in org.custommonkey.xmlunit.examples">RecursiveElementNameAndTextQualifier</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Compares all Element and Text nodes in two pieces of XML.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/RecursiveXPathBuilder.html" title="class in org.xmlunit.diff">RecursiveXPathBuilder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Finds the XPathContext of a Node by recursively building up the XPathContext.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldAnyNodeHaveXPath.html" title="class in org.xmlunit.assertj.error">ShouldAnyNodeHaveXPath</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldAnyNodeHaveXPath.html" title="class in org.xmlunit.assertj3.error">ShouldAnyNodeHaveXPath</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldBeConvertible.html" title="class in org.xmlunit.assertj.error">ShouldBeConvertible</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldBeConvertible.html" title="class in org.xmlunit.assertj3.error">ShouldBeConvertible</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldBeInvalid.html" title="class in org.xmlunit.assertj.error">ShouldBeInvalid</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldBeInvalid.html" title="class in org.xmlunit.assertj3.error">ShouldBeInvalid</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldBeNotSimilar.html" title="class in org.xmlunit.assertj.error">ShouldBeNotSimilar</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldBeNotSimilar.html" title="class in org.xmlunit.assertj3.error">ShouldBeNotSimilar</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldBeSimilar.html" title="class in org.xmlunit.assertj.error">ShouldBeSimilar</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldBeValid.html" title="class in org.xmlunit.assertj.error">ShouldBeValid</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldBeValid.html" title="class in org.xmlunit.assertj3.error">ShouldBeValid</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldHaveAttribute.html" title="class in org.xmlunit.assertj.error">ShouldHaveAttribute</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldHaveAttribute.html" title="class in org.xmlunit.assertj3.error">ShouldHaveAttribute</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldHaveXPath.html" title="class in org.xmlunit.assertj.error">ShouldHaveXPath</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldHaveXPath.html" title="class in org.xmlunit.assertj3.error">ShouldHaveXPath</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldNotHaveAttribute.html" title="class in org.xmlunit.assertj.error">ShouldNotHaveAttribute</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldNotHaveAttribute.html" title="class in org.xmlunit.assertj3.error">ShouldNotHaveAttribute</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/error/ShouldNotHaveThrown.html" title="class in org.xmlunit.assertj.error">ShouldNotHaveThrown</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/error/ShouldNotHaveThrown.html" title="class in org.xmlunit.assertj3.error">ShouldNotHaveThrown</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2"> </div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/SimpleNamespaceContext.html" title="class in org.custommonkey.xmlunit">SimpleNamespaceContext</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Implementation of NamespaceContext that's backed by a map.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/SimpleXpathEngine.html" title="class in org.custommonkey.xmlunit">SimpleXpathEngine</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Simple class for accessing the Nodes matched by an Xpath expression, or
evaluating the String value of an Xpath expression.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/SingleNodeAssert.html" title="class in org.xmlunit.assertj">SingleNodeAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for <a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html" title="class or interface in org.w3c.dom" class="external-link"><code>Node</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/SingleNodeAssert.html" title="class in org.xmlunit.assertj3">SingleNodeAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for <a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html" title="class or interface in org.w3c.dom" class="external-link"><code>Node</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html" title="class in org.custommonkey.xmlunit.examples">TextDifferenceListenerBase</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Base class that delegates all differences to another DifferenceListener.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html" title="class in org.custommonkey.xmlunit">TolerantSaxDocumentBuilder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Uses Sax events from the <code>ContentHandler</code> and
<code>LexicalHandler</code> interfaces to build a DOM document in a tolerant
fashion -- it can cope with start tags without end tags, and end tags without
start tags for example.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/Transform.html" title="class in org.custommonkey.xmlunit">Transform</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Handy wrapper for an XSLT transformation performed using JAXP/Trax.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/builder/Transform.html" title="class in org.xmlunit.builder">Transform</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Fluent API access to <a href="org/xmlunit/transform/Transformation.html" title="class in org.xmlunit.transform"><code>Transformation</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/Transform.Builder.html" title="interface in org.xmlunit.builder">Transform.Builder</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Builder for XSLT transformations.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/Transform.TransformationResult.html" title="interface in org.xmlunit.builder">Transform.TransformationResult</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Provides different options to obtain the result of an XSLT transformation.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/transform/Transformation.html" title="class in org.xmlunit.transform">Transformation</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Provides a convenience layer over TraX.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/builder/TransformationBuilderBase.html" title="interface in org.xmlunit.builder">TransformationBuilderBase</a><<a href="org/xmlunit/builder/TransformationBuilderBase.html" title="type parameter in TransformationBuilderBase">B</a> extends <a href="org/xmlunit/builder/TransformationBuilderBase.html" title="interface in org.xmlunit.builder">TransformationBuilderBase</a><<a href="org/xmlunit/builder/TransformationBuilderBase.html" title="type parameter in TransformationBuilderBase">B</a>>></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Holds the common builder methods for XSLT related builders.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/TransformerFactoryConfigurer.html" title="class in org.xmlunit.util">TransformerFactoryConfigurer</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Configures TransformerFactories.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/util/TransformerFactoryConfigurer.Builder.html" title="class in org.xmlunit.util">TransformerFactoryConfigurer.Builder</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Builder for a TransformerFactoryConfigurer.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/matchers/TypeMatcher.html" title="class in org.xmlunit.matchers">TypeMatcher</a><<a href="org/xmlunit/matchers/TypeMatcher.html" title="type parameter in TypeMatcher">T</a>></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">This Hamcrest <code>Matcher</code> is base Matcher to verify
whether examined string value is convertible to the specified type
and whether converted value corresponds to the given value valueMatcher.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/ValidationAssert.html" title="class in org.xmlunit.assertj">ValidationAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for XML validation.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/ValidationAssert.html" title="class in org.xmlunit.assertj3">ValidationAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for XML validation.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/matchers/ValidationMatcher.html" title="class in org.xmlunit.matchers">ValidationMatcher</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Hamcrest Matcher for XML Validation against W3C XML Schema using
<a href="org/xmlunit/validation/JAXPValidator.html" title="class in org.xmlunit.validation"><code>JAXPValidator</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/validation/ValidationProblem.html" title="class in org.xmlunit.validation">ValidationProblem</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A validation "problem" which may be an error or a warning.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="org/xmlunit/validation/ValidationProblem.ProblemType.html" title="enum in org.xmlunit.validation">ValidationProblem.ProblemType</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">
<div class="block">The type of validation problem encountered.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/validation/ValidationResult.html" title="class in org.xmlunit.validation">ValidationResult</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">The result of a validation.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/jaxp13/Validator.html" title="class in org.custommonkey.xmlunit.jaxp13">Validator</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Validator class based of <a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/validation/package-summary.html" class="external-link"><code>javax.xml.validation</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/Validator.html" title="class in org.custommonkey.xmlunit">Validator</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Validates XML against its internal or external DOCTYPE, or a completely
different DOCTYPE.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/validation/Validator.html" title="class in org.xmlunit.validation">Validator</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Validates a piece of XML against a schema given in a supported
language or the definition of such a schema itself.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/ValueAssert.html" title="class in org.xmlunit.assertj">ValueAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a> result of XPath evaluation.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/ValueAssert.html" title="class in org.xmlunit.assertj3">ValueAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Assertion methods for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a> result of XPath evaluation.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/input/WhitespaceNormalizedSource.html" title="class in org.xmlunit.input">WhitespaceNormalizedSource</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A source that is obtained from a different source by removing all
empty text nodes and normalizing the non-empty ones.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/input/WhitespaceStrippedSource.html" title="class in org.xmlunit.input">WhitespaceStrippedSource</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A source that is obtained from a different source by removing all
empty text nodes and trimming the non-empty ones.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj/XmlAssert.html" title="class in org.xmlunit.assertj">XmlAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Entry point for fluent interface for writing assertions based on AssertJ library.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/assertj3/XmlAssert.html" title="class in org.xmlunit.assertj3">XmlAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Entry point for fluent interface for writing assertions based on AssertJ library.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/XMLAssert.html" title="class in org.custommonkey.xmlunit">XMLAssert</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Collection of static methods so that XML assertion facilities are available
in any class, not just test suites.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/XMLConstants.html" title="interface in org.custommonkey.xmlunit">XMLConstants</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">A convenient place to hang constants relating to general XML usage</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/XMLTestCase.html" title="class in org.custommonkey.xmlunit">XMLTestCase</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">JUnit TestCase subclass: extend this to add XML assertion facilities to your
test suites.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/XMLUnit.html" title="class in org.custommonkey.xmlunit">XMLUnit</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Allows access to project control parameters such as which Parser to use and
provides some convenience methods for building Documents from Strings etc.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab5"><a href="org/custommonkey/xmlunit/exceptions/XMLUnitException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitException</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab5">
<div class="block">Base class of any checked exception that can be thrown within
XMLUnit.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab5"><a href="org/xmlunit/XMLUnitException.html" title="class in org.xmlunit">XMLUnitException</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab5">
<div class="block">Base class of any Exception thrown within XMLUnit.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html" title="class in org.custommonkey.xmlunit.jaxp13">XMLUnitNamespaceContext2Jaxp13</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Adapts <a href="org/custommonkey/xmlunit/NamespaceContext.html" title="interface in org.custommonkey.xmlunit"><code>XMLUnit's NamespaceContext</code></a> to
<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/NamespaceContext.html" title="class or interface in javax.xml.namespace" class="external-link"><code>JAXP 1.3's
NamespaceContext</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab5"><a href="org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html" title="class in org.custommonkey.xmlunit.exceptions">XMLUnitRuntimeException</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab5">
<div class="block">Base class of any RuntimeException that can be thrown within
XMLUnit.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/XPathContext.html" title="class in org.xmlunit.diff">XPathContext</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Helper class that keeps track of the XPath of matched nodes during
comparison.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/xmlunit/diff/XPathContext.DOMNodeInfo.html" title="class in org.xmlunit.diff">XPathContext.DOMNodeInfo</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">DOM based implementation of <a href="org/xmlunit/diff/XPathContext.NodeInfo.html" title="interface in org.xmlunit.diff"><code>XPathContext.NodeInfo</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/diff/XPathContext.NodeInfo.html" title="interface in org.xmlunit.diff">XPathContext.NodeInfo</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Representation of a node used by <a href="org/xmlunit/diff/XPathContext.html" title="class in org.xmlunit.diff"><code>XPathContext</code></a>.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit">XpathEngine</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Abstraction of an engine evaluating XPath expressions.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/xmlunit/xpath/XPathEngine.html" title="interface in org.xmlunit.xpath">XPathEngine</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">Interface for XMLUnit's XPath abstraction.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab5"><a href="org/custommonkey/xmlunit/exceptions/XpathException.html" title="class in org.custommonkey.xmlunit.exceptions">XpathException</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab5">
<div class="block">Exception an <a href="org/custommonkey/xmlunit/XpathEngine.html" title="interface in org.custommonkey.xmlunit"><code>XpathEngine</code></a> is allowed to throw.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/XpathNodeTracker.html" title="class in org.custommonkey.xmlunit">XpathNodeTracker</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Tracks Nodes visited by the DifferenceEngine and converts that
information into an Xpath-String to supply to the NodeDetail of a
Difference instance.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/custommonkey/xmlunit/examples/XPathRegexAssert.html" title="class in org.custommonkey.xmlunit.examples">XPathRegexAssert</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Example demonstrating how to use the XPath API of XMLUnit in
conjunction with regular expressions (as provided by the
java.util.regex package of JDK 1.4+).</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/custommonkey/xmlunit/XSLTConstants.html" title="interface in org.custommonkey.xmlunit">XSLTConstants</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">A convenient place to hang constants relating to XSL transformations</div>
</div>
</div>
</div>
</div>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright © 2001–2022 <a href="https://www.xmlunit.org/">XMLUnit</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>