Skip to content

Commit

Permalink
XMLUnit 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Apr 28, 2024
1 parent 158dcdd commit 5377cd4
Show file tree
Hide file tree
Showing 472 changed files with 94,829 additions and 6 deletions.
854 changes: 854 additions & 0 deletions api/java/2.10.0/allclasses-index.html

Large diffs are not rendered by default.

150 changes: 150 additions & 0 deletions api/java/2.10.0/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>All Packages (XMLUnit for Java 2.10.0 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="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<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.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-packages-index-page">
<script type="text/javascript">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-packages">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&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</div>
<div class="caption"><span>Package Summary</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="org/custommonkey/xmlunit/package-summary.html">org.custommonkey.xmlunit</a></div>
<div class="col-last even-row-color">
<div class="block">Root of the XMLUnit 1.x compatibility layer.</div>
</div>
<div class="col-first odd-row-color"><a href="org/custommonkey/xmlunit/examples/package-summary.html">org.custommonkey.xmlunit.examples</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="org/custommonkey/xmlunit/exceptions/package-summary.html">org.custommonkey.xmlunit.exceptions</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="org/custommonkey/xmlunit/jaxp13/package-summary.html">org.custommonkey.xmlunit.jaxp13</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="org/custommonkey/xmlunit/util/package-summary.html">org.custommonkey.xmlunit.util</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/package-summary.html">org.xmlunit</a></div>
<div class="col-last odd-row-color">
<div class="block">XMLUnit helps testing code that creates XML.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/assertj/package-summary.html">org.xmlunit.assertj</a></div>
<div class="col-last even-row-color">
<div class="block">AssertJ assertions on top of XMLUnit's core.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/assertj/error/package-summary.html">org.xmlunit.assertj.error</a></div>
<div class="col-last odd-row-color">
<div class="block">Contains internal classes of XMLUnit's AssertJ support that are
only public as an implementation detail.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/assertj3/package-summary.html">org.xmlunit.assertj3</a></div>
<div class="col-last even-row-color">
<div class="block">AssertJ 3.x assertions on top of XMLUnit's core.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/assertj3/error/package-summary.html">org.xmlunit.assertj3.error</a></div>
<div class="col-last odd-row-color">
<div class="block">Contains internal classes of XMLUnit's AssertJ 3.x support that are
only public as an implementation detail.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/builder/package-summary.html">org.xmlunit.builder</a></div>
<div class="col-last even-row-color">
<div class="block">Provides fluent builders for core parts of XMLUnit.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/builder/jakarta_jaxb/package-summary.html">org.xmlunit.builder.jakarta_jaxb</a></div>
<div class="col-last odd-row-color">
<div class="block">This package contains the JAXB builder using the <code>jakarta.xml.bind</code> package.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/builder/javax_jaxb/package-summary.html">org.xmlunit.builder.javax_jaxb</a></div>
<div class="col-last even-row-color">
<div class="block">This package contains the JAXB builder using the <code>javax.xml.bind</code> package.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/diff/package-summary.html">org.xmlunit.diff</a></div>
<div class="col-last odd-row-color">
<div class="block">Contains XMLUnit <a href="org/xmlunit/diff/DifferenceEngine.html" title="interface in org.xmlunit.diff"><code>DifferenceEngine</code></a> that is
at the heart of all comparisons as well as supporting interfaces
and implementations.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/input/package-summary.html">org.xmlunit.input</a></div>
<div class="col-last even-row-color">
<div class="block">Some useful <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> implementations.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/matchers/package-summary.html">org.xmlunit.matchers</a></div>
<div class="col-last odd-row-color">
<div class="block">Hamcrest matchers on top of XMLUnit's core.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/placeholder/package-summary.html">org.xmlunit.placeholder</a></div>
<div class="col-last even-row-color">
<div class="block">This package contains experimental support for configuring parts of
the test engine by using <code>${xmlunit.KEYWORD}</code> sequences
inside the control document.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/transform/package-summary.html">org.xmlunit.transform</a></div>
<div class="col-last odd-row-color">
<div class="block">XSLT convenience layer.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/util/package-summary.html">org.xmlunit.util</a></div>
<div class="col-last even-row-color">
<div class="block"><b>Internal</b> utilities hiding the differences between .NET and Java
implementations.</div>
</div>
<div class="col-first odd-row-color"><a href="org/xmlunit/validation/package-summary.html">org.xmlunit.validation</a></div>
<div class="col-last odd-row-color">
<div class="block">Validation of XML documents and schemas.</div>
</div>
<div class="col-first even-row-color"><a href="org/xmlunit/xpath/package-summary.html">org.xmlunit.xpath</a></div>
<div class="col-last even-row-color">
<div class="block">XPath convenience layer.</div>
</div>
</div>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2001&#x2013;2024 <a href="https://www.xmlunit.org/">XMLUnit</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
Loading

0 comments on commit 5377cd4

Please sign in to comment.