MCPcopy 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

doProppatchMethod · 0.95
doLockMethod · 0.95
sendReportMethod · 0.95
propfindMethod · 0.80
propfindResourceMethod · 0.80
toXMLMethod · 0.80

Calls 2

xmlMethod · 0.95
appendMethod · 0.45

Tested by 1

propfindMethod · 0.64