Gets the fragment part of this URI in raw form. @return the encoded fragment part or null if undefined.
()
| 1198 | * @return the encoded fragment part or {@code null} if undefined. |
| 1199 | */ |
| 1200 | public String getRawFragment() { |
| 1201 | return fragment; |
| 1202 | } |
| 1203 | |
| 1204 | /** |
| 1205 | * Gets the path part of this URI in raw form. |