MCPcopy Create free account
hub / github.com/apache/tomcat / getDoctypePublic

Method getDoctypePublic

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

Returns the DOCTYPE public identifier. @return The DOCTYPE public identifier

()

Source from the content-addressed store, hash-verified

362 * @return The DOCTYPE public identifier
363 */
364 public String getDoctypePublic() {
365 return doctypePublic;
366 }
367
368 /**
369 * Sets the DOCTYPE public identifier.

Callers 2

visitMethod · 0.80
generateXmlPrologMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected