Tell whether or not the relativeURI or hier_part of this URI is abs_path. @return true iif the relativeURI or hier_part is abs_path
()
| 2405 | * @return true iif the relativeURI or hier_part is abs_path |
| 2406 | */ |
| 2407 | public boolean isAbsPath() { |
| 2408 | return _is_abs_path; |
| 2409 | } |
| 2410 | |
| 2411 | |
| 2412 | /** |