33343536373839
/** * isUnquoted should be true if the URL appears in an unquoted attribute. like: <a href=<?cs * var: uri ?>> */ public HtmlUrlValidateFunction(boolean isUnquoted) { htmlEscape = new HtmlEscapeFunction(isUnquoted); }