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

Method setValidateXml

java/org/apache/jasper/JspC.java:974–976  ·  view source on GitHub ↗

Sets the option to validate XML files. @param b New value

(boolean b)

Source from the content-addressed store, hash-verified

972 * @param b New value
973 */
974 public void setValidateXml(boolean b) {
975 this.validateXml = b;
976 }
977
978 /**
979 * Returns whether XML validation is enabled.

Callers 1

setArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected