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

Method setIsBomPresent

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

Sets whether a BOM (Byte Order Mark) is present. @param isBom true if a BOM is present

(boolean isBom)

Source from the content-addressed store, hash-verified

640 * @param isBom true if a BOM is present
641 */
642 public void setIsBomPresent(boolean isBom) {
643 isBomPresent = isBom;
644 }
645
646 /**
647 * Returns whether a BOM (Byte Order Mark) is present.

Callers 2

parseMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected