public class HtmlUrlValidateFunction extends BaseUrlValidateFunction
# is returned.BaseUrlValidateFunction| Constructor and Description |
|---|
HtmlUrlValidateFunction(boolean isUnquoted)
isUnquoted should be true if the URL appears in an unquoted attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyEscaping(String in,
Appendable out)
Called by
filter after verifying that the input is a valid URI. |
filter, isValidUripublic HtmlUrlValidateFunction(boolean isUnquoted)
protected void applyEscaping(String in, Appendable out) throws IOException
BaseUrlValidateFunctionfilter after verifying that the input is a valid URI. Should apply any
appropriate escaping to the input string.applyEscaping in class BaseUrlValidateFunctionIOExceptionCopyright © 2010–2013 Google. All rights reserved.