MCPcopy Create free account
hub / github.com/apache/ant / createChildElement

Method createChildElement

src/main/org/apache/tools/ant/util/DOMUtils.java:67–72  ·  view source on GitHub ↗

Creates a named Element and appends it to the given element, returns it. This means createChildElement(<a>, "b") creates <a> <b/> </a> and returns <b> . @param parent element that will receive the new element as child. @param n

(Element parent, String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

writeTagEntryMethod · 0.95
printEntryMethod · 0.95
appendTextElementMethod · 0.95
appendCDATAElementMethod · 0.95

Calls 1

createElementMethod · 0.80