@return true if the URI is not a relative URI.
()
| 743 | * @return true if the URI is not a relative URI. |
| 744 | */ |
| 745 | public boolean isAbsolute() { |
| 746 | return absolute; |
| 747 | } |
| 748 | |
| 749 | /** |
| 750 | * Get the character used for separating query. Normally this will return |
no outgoing calls
no test coverage detected