MCPcopy Index your code
hub / github.com/apache/tomcat / reset

Method reset

java/org/apache/tomcat/util/digester/Digester.java:1872–1876  ·  view source on GitHub ↗

Reset the Digester to its initial state, clearing the root object, error handler, and all internal state.

()

Source from the content-addressed store, hash-verified

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 /**

Callers 3

parseWebXmlMethod · 0.95
startInternalMethod · 0.95
loadMethod · 0.95

Calls 2

setErrorHandlerMethod · 0.95
clearMethod · 0.95

Tested by

no test coverage detected