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

Method getDoctypeSystem

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

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

()

Source from the content-addressed store, hash-verified

344 * @return The DOCTYPE system identifier
345 */
346 public String getDoctypeSystem() {
347 return doctypeSystem;
348 }
349
350 /**
351 * Sets the DOCTYPE system identifier.

Callers 2

visitMethod · 0.80
generateXmlPrologMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected