Returns whether external entity blocking is enabled. @return true if external entity blocking is enabled
()
| 999 | * @return {@code true} if external entity blocking is enabled |
| 1000 | */ |
| 1001 | public boolean isBlockExternal() { |
| 1002 | return blockExternal; |
| 1003 | } |
| 1004 | |
| 1005 | /** |
| 1006 | * Sets the option for strict quote escaping in attributes. |
no outgoing calls
no test coverage detected