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

Method isValidateXml

java/org/apache/jasper/JspC.java:983–985  ·  view source on GitHub ↗

Returns whether XML validation is enabled. @return true if XML validation is enabled

()

Source from the content-addressed store, hash-verified

981 * @return {@code true} if XML validation is enabled
982 */
983 public boolean isValidateXml() {
984 return validateXml;
985 }
986
987 /**
988 * Sets the option to block external entities during XML parsing.

Callers 1

initServletContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected