You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/java/master/index-all.html
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4766,6 +4766,11 @@ <h2 class="title">W</h2>
4766
4766
<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>
4767
4767
<dd> </dd>
4768
4768
<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>
4769
4774
<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>
4770
4775
<dd>
4771
4776
<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>
4783
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
4784
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>
4785
4790
</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>
4791
4791
<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>
4792
4792
<dd>
4793
4793
<div class="block">Configures the factory to not load any external DTDs.</div>
@@ -4943,6 +4943,18 @@ <h2 class="title">W</h2>
4943
4943
<dd>
4944
4944
<div class="block">Configure the factory's XInclude awareness.</div>
4945
4945
</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>
0 commit comments