Returns whether XML validation is enabled. @return true if XML validation is enabled
()
| 981 | * @return {@code true} if XML validation is enabled |
| 982 | */ |
| 983 | public boolean isValidateXml() { |
| 984 | return validateXml; |
| 985 | } |
| 986 | |
| 987 | /** |
| 988 | * Sets the option to block external entities during XML parsing. |