Returns whether this JSP page uses XML syntax. @return true if XML syntax is used
()
| 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 |
no outgoing calls
no test coverage detected