Get the decoded fragment (otherwise known as the "reference" or "anchor") part of the uri. The anchor marker (#) itself is not included in the result. @return the anchor part of the URI.
()
| 673 | * @return the anchor part of the URI. |
| 674 | */ |
| 675 | public String getFragment() { |
| 676 | return URIHelper.decodeString(fragment, true); |
| 677 | } |
| 678 | |
| 679 | /** |
| 680 | * Get the encoded fragment (otherwise known as the "reference" or |
no test coverage detected