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

Method printChildren

java/org/apache/catalina/util/DOMWriter.java:147–155  ·  view source on GitHub ↗
(Node node)

Source from the content-addressed store, hash-verified

145
146
147 private void printChildren(Node node) {
148 NodeList children = node.getChildNodes();
149 if (children != null) {
150 int len = children.getLength();
151 for (int i = 0; i < len; i++) {
152 print(children.item(i));
153 }
154 }
155 }
156
157
158 /**

Callers 1

printMethod · 0.95

Calls 2

printMethod · 0.95
getLengthMethod · 0.65

Tested by

no test coverage detected