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

Method isTrim

java/org/apache/jasper/compiler/Node.java:2295–2297  ·  view source on GitHub ↗

Returns whether this named attribute should be trimmed. @return true if trimming is enabled

()

Source from the content-addressed store, hash-verified

2293 * @return true if trimming is enabled
2294 */
2295 public boolean isTrim() {
2296 return trim;
2297 }
2298
2299 /**
2300 * Sets the omit attribute for this named attribute.

Callers 2

parseNamedAttributesMethod · 0.95
endElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected