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

Method writeElement

java/org/apache/catalina/util/XMLWriter.java:126–128  ·  view source on GitHub ↗

Write an element. @param name Element name @param namespace Namespace abbreviation @param type Element type

(String namespace, String name, int type)

Source from the content-addressed store, hash-verified

124 * @param type Element type
125 */
126 public void writeElement(String namespace, String name, int type) {
127 writeElement(namespace, null, name, type);
128 }
129
130
131 /**

Callers 11

doPropfindMethod · 0.95
doProppatchMethod · 0.95
doLockMethod · 0.95
sendReportMethod · 0.95
writePropertyMethod · 0.95
propfindMethod · 0.80
propfindResourceMethod · 0.80
generateLockDiscoveryMethod · 0.80
toXMLMethod · 0.80
propfindMethod · 0.80
propfindMethod · 0.80

Calls 2

isEmptyMethod · 0.45
appendMethod · 0.45

Tested by 1

propfindMethod · 0.64