Get the encoded 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.
()
| 684 | * @return the anchor part of the URI. |
| 685 | */ |
| 686 | public String getRawFragment() { |
| 687 | return fragment; |
| 688 | } |
| 689 | |
| 690 | /** |
| 691 | * @return the schemeSpecificPart |
no outgoing calls
no test coverage detected