Returns whether TLD validation is enabled. @return true if TLD validation is enabled
()
| 963 | * @return {@code true} if TLD validation is enabled |
| 964 | */ |
| 965 | public boolean isValidateTld() { |
| 966 | return validateTld; |
| 967 | } |
| 968 | |
| 969 | /** |
| 970 | * Sets the option to validate XML files. |
no outgoing calls
no test coverage detected