Searched refs:appendChild (Results 1 – 5 of 5) sorted by relevance
157 document.getBody().appendChild(par); in addPar()188 document.appendChild(smil); in createSmilDocument()192 smil.appendChild(head); in createSmilDocument()195 head.appendChild(layout); in createSmilDocument()199 smil.appendChild(body); in createSmilDocument()232 par.appendChild(textElement); in createSmilDocument()237 par.appendChild(imageElement); in createSmilDocument()242 par.appendChild(videoElement); in createSmilDocument()247 par.appendChild(audioElement); in createSmilDocument()267 document.appendChild(smilElement); in createSmilDocument()[all …]
187 appendChild(rootElement); in getDocumentElement()203 rootElement.appendChild(headElement); in getHead()216 rootElement.appendChild(bodyElement); in getBody()275 headElement.appendChild(layoutElement); in getLayout()
59 appendChild(rootLayoutNode); in getRootLayout()
75 mCurrentNode.appendChild(element); in startElement()
54 public Node appendChild(Node newChild) throws DOMException { in appendChild() method in NodeImpl