Get the escaped URI string. On the document, the URI-reference form is only used without the userinfo component like http://jakarta.apache.org/ by the security reason. But the URI-reference form with the userinfo component could be parsed. In other words, this URI and any its subclasses must
()
| 3864 | * @see #clone() |
| 3865 | */ |
| 3866 | @Override |
| 3867 | public String toString() { |
| 3868 | return getEscapedURI(); |
| 3869 | } |
| 3870 | |
| 3871 | |
| 3872 | // ------------------------------------------------------------ Inner class |