Reset the Digester to its initial state, clearing the root object, error handler, and all internal state.
()
| 1870 | * Reset the Digester to its initial state, clearing the root object, error handler, and all internal state. |
| 1871 | */ |
| 1872 | public void reset() { |
| 1873 | root = null; |
| 1874 | setErrorHandler(null); |
| 1875 | clear(); |
| 1876 | } |
| 1877 | |
| 1878 | |
| 1879 | /** |
no test coverage detected