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/apache/commons/jxpath/JXPathContext.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -375,10 +375,10 @@
375
375
* <li>JXPath does not support DOM attributes for non-DOM objects. Even though XPaths like "para[@type='warning']" are legitimate, they will always produce
376
376
* empty results. The only attribute supported for JavaBeans is "name". The XPath "foo/bar" is equivalent to "foo[@name='bar']".</li>
377
377
*
378
-
* <li id='matches_no_property_in_the_graph'>The term <b>matches no property in the graph</b> is used throughout the documentation. It describes a property or
379
-
* path that can be determined as not belonging to the graph. Determining whether a property or path belongs to the graph depends on the type of object being
380
-
* used as {@code cotextBean} (see {@link #newContext(Object)}). It is only possible strongly typed models where a specific Java model is used as context. It is
381
-
* not possible with dynamic models such Maps or DOM implementations.
378
+
* <li id='matches_no_property_in_the_graph'>The term <strong>matches no property in the graph</strong> is used throughout the documentation. It describes a
379
+
* property or path that can be determined as not belonging to the graph. Determining whether a property or path belongs to the graph depends on the type of
380
+
* object being used as {@code cotextBean} (see {@link #newContext(Object)}). It is only possible strongly typed models where a specific Java model is used
381
+
* as context. It is not possible with dynamic models such Maps or DOM implementations.
382
382
* <p>
383
383
* When a XPath does not match a property in the graph, the methods of this class that retrieve a pointer will generally behave in the following way, depending
384
384
* on the last value configured with {@link #setLenient(boolean)}:
0 commit comments