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

Method isXmlSyntax

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

Returns whether this JSP page uses XML syntax. @return true if XML syntax is used

()

Source from the content-addressed store, hash-verified

557 * @return true if XML syntax is used
558 */
559 public boolean isXmlSyntax() {
560 return isXmlSyntax;
561 }
562
563 /**
564 * Sets the encoding specified in the JSP config element whose URL pattern matches the page containing this

Callers 9

visitMethod · 0.80
comparePageEncodingsMethod · 0.80
compareTagEncodingsMethod · 0.80
checkXmlAttributesMethod · 0.80
getJspAttributeMethod · 0.80
isExpressionMethod · 0.80
visitMethod · 0.80
validateExDirectivesMethod · 0.80
generateXmlPrologMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected