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

Method setValidating

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

Set the validating parser flag. This must be called before parse() is called the first time. @param validating The new validating parser flag.

(boolean validating)

Source from the content-addressed store, hash-verified

881 * @param validating The new validating parser flag.
882 */
883 public void setValidating(boolean validating) {
884 this.validating = validating;
885 }
886
887
888 /**

Callers 12

createDigesterMethod · 0.95
newDigesterMethod · 0.95
loadMethod · 0.95
createContextDigesterMethod · 0.95
createStartDigesterMethod · 0.95
createDigesterMethod · 0.95
loadProvidersMethod · 0.95
createDigesterMethod · 0.95
testSchemaValidationMethod · 0.80
getSAXParserMethod · 0.80
getFactoryMethod · 0.80
getDigesterMethod · 0.80

Calls

no outgoing calls

Tested by 1

testSchemaValidationMethod · 0.64