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

Method getOmitXmlDecl

java/org/apache/jasper/compiler/PageInfo.java:310–312  ·  view source on GitHub ↗

Returns the omit XML declaration setting. @return The omit XML declaration value

()

Source from the content-addressed store, hash-verified

308 * @return The omit XML declaration value
309 */
310 public String getOmitXmlDecl() {
311 return omitXmlDecl;
312 }
313
314 /**
315 * Sets the omit XML declaration setting.

Callers 2

visitMethod · 0.80
generateXmlPrologMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected