Skip to content

Commit 2211233

Browse files
committed
update master javadocs
1 parent 2e5ac99 commit 2211233

File tree

12 files changed

+132
-35
lines changed

12 files changed

+132
-35
lines changed

api/java/master/index-all.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4766,6 +4766,11 @@ <h2 class="title">W</h2>
47664766
<dt><span class="memberNameLink"><a href="org/xmlunit/matchers/CompareMatcher.html#withDifferenceListeners-org.xmlunit.diff.ComparisonListener...-">withDifferenceListeners(ComparisonListener...)</a></span> - Method in class org.xmlunit.matchers.<a href="org/xmlunit/matchers/CompareMatcher.html" title="class in org.xmlunit.matchers">CompareMatcher</a></dt>
47674767
<dd>&nbsp;</dd>
47684768
<dt><span class="memberNameLink"><a href="org/xmlunit/assertj/CompareAssert.html#withDocumentBuilderFactory-javax.xml.parsers.DocumentBuilderFactory-">withDocumentBuilderFactory(DocumentBuilderFactory)</a></span> - Method in class org.xmlunit.assertj.<a href="org/xmlunit/assertj/CompareAssert.html" title="class in org.xmlunit.assertj">CompareAssert</a></dt>
4769+
<dt><span class="memberNameLink"><a href="org/xmlunit/assertj/XmlAssert.html#withDocumentBuilderFactory-javax.xml.parsers.DocumentBuilderFactory-">withDocumentBuilderFactory(DocumentBuilderFactory)</a></span> - Method in class org.xmlunit.assertj.<a href="org/xmlunit/assertj/XmlAssert.html" title="class in org.xmlunit.assertj">XmlAssert</a></dt>
4770+
<dd>
4771+
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilderFactory.html?is-external=true" title="class or interface in javax.xml.parsers"><code>DocumentBuilderFactory</code></a> to use when creating a
4772+
<a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom"><code>Document</code></a> from the XML input.</div>
4773+
</dd>
47694774
<dt><span class="memberNameLink"><a href="org/xmlunit/builder/DiffBuilder.html#withDocumentBuilderFactory-javax.xml.parsers.DocumentBuilderFactory-">withDocumentBuilderFactory(DocumentBuilderFactory)</a></span> - Method in class org.xmlunit.builder.<a href="org/xmlunit/builder/DiffBuilder.html" title="class in org.xmlunit.builder">DiffBuilder</a></dt>
47704775
<dd>
47714776
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilderFactory.html?is-external=true" title="class or interface in javax.xml.parsers"><code>DocumentBuilderFactory</code></a> to use when creating a
@@ -4783,11 +4788,6 @@ <h2 class="title">W</h2>
47834788
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilderFactory.html?is-external=true" title="class or interface in javax.xml.parsers"><code>DocumentBuilderFactory</code></a> to use when creating a
47844789
<a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom"><code>Document</code></a> from the XML input.</div>
47854790
</dd>
4786-
<dt><span class="memberNameLink"><a href="org/xmlunit/assertj/XmlAssert.html#withDocumentBuildFactory-javax.xml.parsers.DocumentBuilderFactory-">withDocumentBuildFactory(DocumentBuilderFactory)</a></span> - Method in class org.xmlunit.assertj.<a href="org/xmlunit/assertj/XmlAssert.html" title="class in org.xmlunit.assertj">XmlAssert</a></dt>
4787-
<dd>
4788-
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilderFactory.html?is-external=true" title="class or interface in javax.xml.parsers"><code>DocumentBuilderFactory</code></a> to use when creating a
4789-
<a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom"><code>Document</code></a> from the XML input.</div>
4790-
</dd>
47914791
<dt><span class="memberNameLink"><a href="org/xmlunit/util/DocumentBuilderFactoryConfigurer.Builder.html#withDTDLoadingDisabled--">withDTDLoadingDisabled()</a></span> - Method in class org.xmlunit.util.<a href="org/xmlunit/util/DocumentBuilderFactoryConfigurer.Builder.html" title="class in org.xmlunit.util">DocumentBuilderFactoryConfigurer.Builder</a></dt>
47924792
<dd>
47934793
<div class="block">Configures the factory to not load any external DTDs.</div>
@@ -4943,6 +4943,18 @@ <h2 class="title">W</h2>
49434943
<dd>
49444944
<div class="block">Configure the factory's XInclude awareness.</div>
49454945
</dd>
4946+
<dt><span class="memberNameLink"><a href="org/xmlunit/assertj/XmlAssert.html#withXPathFactory-javax.xml.xpath.XPathFactory-">withXPathFactory(XPathFactory)</a></span> - Method in class org.xmlunit.assertj.<a href="org/xmlunit/assertj/XmlAssert.html" title="class in org.xmlunit.assertj">XmlAssert</a></dt>
4947+
<dd>
4948+
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/xpath/XPathFactory.html?is-external=true" title="class or interface in javax.xml.xpath"><code>XPathFactory</code></a> to use for XPath related assertions.</div>
4949+
</dd>
4950+
<dt><span class="memberNameLink"><a href="org/xmlunit/matchers/EvaluateXPathMatcher.html#withXPathFactory-javax.xml.xpath.XPathFactory-">withXPathFactory(XPathFactory)</a></span> - Method in class org.xmlunit.matchers.<a href="org/xmlunit/matchers/EvaluateXPathMatcher.html" title="class in org.xmlunit.matchers">EvaluateXPathMatcher</a></dt>
4951+
<dd>
4952+
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/xpath/XPathFactory.html?is-external=true" title="class or interface in javax.xml.xpath"><code>XPathFactory</code></a> to use.</div>
4953+
</dd>
4954+
<dt><span class="memberNameLink"><a href="org/xmlunit/matchers/HasXPathMatcher.html#withXPathFactory-javax.xml.xpath.XPathFactory-">withXPathFactory(XPathFactory)</a></span> - Method in class org.xmlunit.matchers.<a href="org/xmlunit/matchers/HasXPathMatcher.html" title="class in org.xmlunit.matchers">HasXPathMatcher</a></dt>
4955+
<dd>
4956+
<div class="block">Sets the <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/xpath/XPathFactory.html?is-external=true" title="class or interface in javax.xml.xpath"><code>XPathFactory</code></a> to use.</div>
4957+
</dd>
49464958
</dl>
49474959
<a name="I:X">
49484960
<!-- -->

0 commit comments

Comments
 (0)