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 not stored for this graph (policy: none)