MCPcopy Index your code
hub / github.com/apache/groovy / appendNode

Method appendNode

src/main/java/groovy/util/Node.java:187–189  ·  view source on GitHub ↗

Creates a new node as a child of the current node. @param name the name of the new node @param attributes the attributes of the new node @return the newly created Node

(Object name, Map attributes)

Source from the content-addressed store, hash-verified

185 * @return the newly created <code>Node</code>
186 */
187 public Node appendNode(Object name, Map attributes) {
188 return new Node(this, name, attributes);
189 }
190
191 /**
192 * Creates a new node as a child of the current node.

Callers 2

replaceNodeMethod · 0.45
appendNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected