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

Method appendTextElement

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

Adds nested text in a new child element. This means appendTextElement(<a>, "b", "c") creates <a> <b>c</b> </a> @param parent element that will receive the new element as child. @param name of the child element. @param content text content.

(Element parent, String name,
                                         String content)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

writeTagEntryMethod · 0.95
printEntryMethod · 0.95

Calls 2

createChildElementMethod · 0.95
appendTextMethod · 0.95

Tested by 1