Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ writeText
Method
writeText
java/org/apache/catalina/util/XMLWriter.java:225–227 ·
view source on GitHub ↗
Write text. It will be escaped for XML. @param text Text to append
(String text)
Source
from the content-addressed store, hash-verified
223
* @param text Text to append
224
*/
225
public
void
writeText(String text) {
226
buffer.append(Escape.xml(text));
227
}
228
229
230
/**
Callers
6
doProppatch
Method · 0.95
doLock
Method · 0.95
sendReport
Method · 0.95
propfind
Method · 0.80
propfindResource
Method · 0.80
toXML
Method · 0.80
Calls
2
xml
Method · 0.95
append
Method · 0.45
Tested by
1
propfind
Method · 0.64