|
385 | 385 | * </p> |
386 | 386 | * |
387 | 387 | * <ol style='list-style:upper-alpha'> |
388 | | - * <li>If {@code lenient} is {@code false} (default) - methods will throw {@link JXPathNotFoundException}. |
| 388 | + * <li>If {@code lenient} is {@code false} (default) - methods will throw {@link JXPathNotFoundException}.</li> |
389 | 389 | * <li>If {@code lenient} is {@code true} - methods will throw no exception and return a value appropriate for that method to express the absence: might be a |
390 | | - * Java {@code null} or a {@link Pointer} whose {@link Pointer#getValue()} returns {@code null}, depends on the method. |
| 390 | + * Java {@code null} or a {@link Pointer} whose {@link Pointer#getValue()} returns {@code null}, depends on the method.</li> |
391 | 391 | * </ol> |
392 | 392 | * </li> |
393 | 393 | * </ul> |
@@ -514,9 +514,9 @@ protected JXPathContext(final JXPathContext parentContext, final Object contextB |
514 | 514 | * <p> |
515 | 515 | * Will throw an exception if one of the following conditions occurs: |
516 | 516 | * <ul> |
517 | | - * <li>Elements of the XPath aleady exist, but the path does not in fact describe an existing property |
518 | | - * <li>The AbstractFactory fails to create an instance for an intermediate element. |
519 | | - * <li>The property is not writable (no public, non-static set method) |
| 517 | + * <li>Elements of the XPath aleady exist, but the path does not in fact describe an existing property</li> |
| 518 | + * <li>The AbstractFactory fails to create an instance for an intermediate element.</li> |
| 519 | + * <li>The property is not writable (no public, non-static set method)</li> |
520 | 520 | * </ul> |
521 | 521 | * |
522 | 522 | * @param xpath indicating position to create |
@@ -674,8 +674,8 @@ public JXPathContext getParentContext() { |
674 | 674 | * configured with {@link #setLenient(boolean)}: |
675 | 675 | * </p> |
676 | 676 | * <ul> |
677 | | - * <li>{@code false} (default) the method will throw a {@link JXPathNotFoundException}. |
678 | | - * <li>{@code true} the method returns a pointer whose {@link Pointer#getValue()} method will always return null. |
| 677 | + * <li>{@code false} (default) the method will throw a {@link JXPathNotFoundException}.</li> |
| 678 | + * <li>{@code true} the method returns a pointer whose {@link Pointer#getValue()} method will always return null.</li> |
679 | 679 | * </ul> |
680 | 680 | * |
681 | 681 | * @param xpath desired |
@@ -945,8 +945,8 @@ public void setNamespaceContextPointer(final Pointer namespaceContextPointer) { |
945 | 945 | /** |
946 | 946 | * Modifies the value of the property described by the supplied xpath. Will throw an exception if one of the following conditions occurs: |
947 | 947 | * <ul> |
948 | | - * <li>The XPath does not in fact describe an existing property |
949 | | - * <li>The property is not writable (no public, non-static set method) |
| 948 | + * <li>The XPath does not in fact describe an existing property</li> |
| 949 | + * <li>The property is not writable (no public, non-static set method)</li> |
950 | 950 | * </ul> |
951 | 951 | * |
952 | 952 | * @param xpath indicating position |
|
0 commit comments