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: src/main/java/org/jsoup/nodes/Element.java
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -509,19 +509,20 @@ public boolean is(Evaluator evaluator) {
509
509
510
510
/**
511
511
<b>Beta:</b> find Elements that match the supplied XPath expression.
512
-
<p>(This functionality is currently in beta and
513
-
is subject to change. Feedback on the API is requested and welcomed!)</p>
512
+
<p>(This functionality is currently in beta and is subject to change. Feedback on the API is requested and
513
+
welcomed!)</p>
514
514
<p>By default, XPath 1.0 expressions are supported. If you would to use XPath 2.0 or higher, you can provide an
515
515
alternate XPathFactory implementation:</p>
516
516
<ol>
517
-
<li>Add the implementation to your classpath. E.g. to use <a href="https://www.saxonica.com/products/products.xml">Saxon-HE</a>, add <a href="https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE">net.sf.saxon:Saxon-HE</a> to your build.</li>
517
+
<li>Add the implementation to your classpath. E.g. to use <a href="https://www.saxonica.com/products/products.xml">Saxon-HE</a>, add <a href="https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE">net.sf.saxon:Saxon-HE</a> to your build.</li>
518
518
<li>Set the system property <code>javax.xml.xpath.XPathFactory:jsoup</code> to the implementing classname. E.g.:<br>
0 commit comments