Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getDoctypeName
Method
getDoctypeName
java/org/apache/jasper/compiler/PageInfo.java:328–330 ·
view source on GitHub ↗
Returns the DOCTYPE name. @return The DOCTYPE name
()
Source
from the content-addressed store, hash-verified
326
* @
return
The DOCTYPE name
327
*/
328
public
String getDoctypeName() {
329
return
doctypeName;
330
}
331
332
/**
333
* Sets the DOCTYPE name.
Callers
2
visit
Method · 0.80
generateXmlProlog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected